Skip to content

Commit fcb194c

Browse files
committed
Pin GitHub Actions to full commit SHAs
Required by org policy: all actions must use full-length commit SHA references. Pins actions/checkout, cerbos/cerbos-setup-action, supercharge/mongodb-github-action, and actions/setup-node. Signed-off-by: Alex Olivier <alex@alexolivier.me>
1 parent 40d3c26 commit fcb194c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pr.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@ jobs:
1212
node-version: ["18"]
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v6
15+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1616

1717
- name: Setup Cerbos
18-
uses: cerbos/cerbos-setup-action@v1
18+
uses: cerbos/cerbos-setup-action@b274a84d6ae5e672afeabda2b713ad91f0235da6 # v1
1919
with:
2020
version: ${{ matrix.cerbos-version }}
2121

2222
- name: Start MongoDB
23-
uses: supercharge/mongodb-github-action@1.12.0
23+
uses: supercharge/mongodb-github-action@90004df786821b6308fb02299e5835d0dae05d0d # 1.12.0
2424
with:
2525
mongodb-version: ${{ matrix.mongodb-version }}
2626

2727
- name: Test using Node.js
28-
uses: actions/setup-node@v6
28+
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
2929
with:
3030
node-version: ${{ matrix.node-version }}
3131

0 commit comments

Comments
 (0)