Skip to content

Commit ca2831d

Browse files
committed
1 parent 42a9ccf commit ca2831d

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Ensure actions are pinned to SHAs
2+
on:
3+
pull_request:
4+
types:
5+
- opened
6+
- reopened
7+
- ready_for_review
8+
- synchronize
9+
paths:
10+
- ".github/workflows/**.yml"
11+
- ".github/workflows/**.yaml"
12+
13+
jobs:
14+
check-actions-sha:
15+
name: Check actions are pinned to SHAs
16+
runs-on: ubuntu-24.04-arm
17+
steps:
18+
- name: Checkout code
19+
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v5.0.0
20+
- name: Ensure SHA pinned actions
21+
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@9e9574ef04ea69da568d6249bd69539ccc704e74 # v4.0.0

0 commit comments

Comments
 (0)