Merge pull request #1159 from zama-ai/youben11-patch-8 #100
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
name: check action compliance | |
on: | |
pull_request: | |
paths: | |
- .github/workflows/** | |
push: | |
branches: | |
- main | |
- 'release/*' | |
jobs: | |
action-pin: | |
runs-on: ubuntu-latest | |
steps: | |
- name: checkout | |
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | |
- 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: | |
- name: checkout | |
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | |
- name: check-missing-teardown | |
run: .github/workflows/scripts/teardown-check.sh | |
- name: actionlint | |
uses: raven-actions/actionlint@01fce4f43a270a612932cb1c64d40505a029f821 # v2.0.0 |