You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
502 B
19 lines
502 B
name: Check SHA-pinned GitHub Actions |
|
|
|
on: |
|
pull_request: |
|
paths: |
|
- '.github/workflows/**' |
|
|
|
permissions: |
|
contents: read |
|
|
|
jobs: |
|
check-sha-pinned-actions: |
|
name: Verify GitHub Actions |
|
runs-on: ubuntu-latest |
|
steps: |
|
- name: Checkout code |
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
|
- name: Ensure SHA pinned actions |
|
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@fc87bb5b5a97953d987372e74478de634726b3e5 # v3.0.25
|
|
|