-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(ci): Refactoring CI workflows
- Loading branch information
1 parent
ee993c2
commit 34cb617
Showing
15 changed files
with
415 additions
and
705 deletions.
There are no files selected for viewing
16 changes: 13 additions & 3 deletions
16
.github/workflows/action-pin.yaml → .github/workflows/action_compliance.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,29 @@ | ||
name: Action Pin | ||
name: check action compliance | ||
|
||
on: | ||
pull_request: | ||
paths: | ||
- .github/workflows/** | ||
push: | ||
branches: | ||
- main | ||
- 'release/*' | ||
|
||
jobs: | ||
check-action-pin: | ||
action-pin: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 | ||
|
||
- name: Ensure SHA pinned actions | ||
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@0901cf7b71c7ea6261ec69a3dc2bd3f9264f893e # v3.0.12 | ||
with: | ||
allowlist: | | ||
slsa-framework/slsa-github-generator | ||
action-lint: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 | ||
|
||
- name: actionlint | ||
uses: raven-actions/actionlint@01fce4f43a270a612932cb1c64d40505a029f821 # v2.0.0 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.