Skip to content

Commit

Permalink
ci: move workflows to new repo
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb committed Sep 24, 2023
1 parent 4637479 commit 7e6e0a9
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
permissions:
contents: read
security-events: write
uses: opiproject/opi-smbios-bridge/.github/workflows/codeql.yml@main
uses: opiproject/actions/.github/workflows/codeql.yml@main
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ permissions:

jobs:
call:
uses: opiproject/opi-smbios-bridge/.github/workflows/commitlint.yml@main
uses: opiproject/actions/.github/workflows/commitlint.yml@main
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
contents: read
packages: write
id-token: write
uses: opiproject/opi-smbios-bridge/.github/workflows/docker-publish.yml@main
uses: opiproject/actions/.github/workflows/docker-publish.yml@main
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ permissions:

jobs:
call:
uses: opiproject/opi-smbios-bridge/.github/workflows/go.yml@main
uses: opiproject/actions/.github/workflows/go.yml@main
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ permissions:

jobs:
call:
uses: opiproject/opi-smbios-bridge/.github/workflows/linters.yml@main
uses: opiproject/actions/.github/workflows/linters.yml@main
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ permissions:

jobs:
call:
uses: opiproject/opi-smbios-bridge/.github/workflows/release-please.yml@main
uses: opiproject/actions/.github/workflows/release-please.yml@main
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
id-token: write
actions: read
contents: read
uses: opiproject/opi-smbios-bridge/.github/workflows/scorecard.yml@main
uses: opiproject/actions/.github/workflows/scorecard.yml@main
secrets: inherit
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ permissions:

jobs:
call:
uses: opiproject/opi-smbios-bridge/.github/workflows/update-copyright-years-in-license-file.yml@main
uses: opiproject/actions/.github/workflows/update-copyright-years-in-license-file.yml@main
secrets: inherit

0 comments on commit 7e6e0a9

Please sign in to comment.