Skip to content

Commit

Permalink
feat: remove open-sauced/open-sauced from workflow yml (#6)
Browse files Browse the repository at this point in the history
* Update development.yml

* Update codeql-analysis.yml

* Update compliance.yml

* Update release.yml

* Update triage.yml
  • Loading branch information
bdougie authored May 24, 2023
1 parent e5df589 commit 74b7ba9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ on:

jobs:
analyze:
uses: open-sauced/open-sauced/.github/workflows/codeql-analysis.yml@main
uses: open-sauced/hot/.github/workflows/codeql-analysis.yml@main
2 changes: 1 addition & 1 deletion .github/workflows/compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ permissions:

jobs:
compliance:
uses: open-sauced/open-sauced/.github/workflows/compliance.yml@main
uses: open-sauced/hot/.github/workflows/compliance.yml@main
2 changes: 1 addition & 1 deletion .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ on:

jobs:
test:
uses: open-sauced/open-sauced/.github/workflows/development.yml@main
uses: open-sauced/hot/.github/workflows/development.yml@main
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
jobs:
test:
name: Test and lint
uses: open-sauced/open-sauced/.github/workflows/development.yml@main
uses: open-sauced/hot/.github/workflows/development.yml@main

build:
name: Build application
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ on:

jobs:
assign:
uses: open-sauced/open-sauced/.github/workflows/triage.yml@main
uses: open-sauced/hot/.github/workflows/triage.yml@main

0 comments on commit 74b7ba9

Please sign in to comment.