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 00536ce commit b686352
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ on:

jobs:
call:
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/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 @@ -9,5 +9,5 @@ on:

jobs:
call:
uses: opiproject/opi-smbios-bridge/.github/workflows/scorecard.yml@main
uses: opiproject/actions/.github/workflows/scorecard.yml@main
secrets: inherit

0 comments on commit b686352

Please sign in to comment.