Skip to content

Commit 53125da

Browse files
committed
ci: Pin to GH Actions to Git hash
see: loopbackio/security#27 Signed-off-by: Rifa Achrinza <[email protected]>
1 parent 6049d97 commit 53125da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ jobs:
1212
runs-on: ubuntu-latest
1313
permissions: {}
1414
steps:
15-
- uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # tag=v2.5.1
15+
- uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1
1616
with:
1717
disable-sudo: true
1818
egress-policy: block
1919
allowed-endpoints: >
2020
github.com:443
2121
registry.npmjs.org:443
22-
- uses: actions/checkout@v3
23-
- uses: actions/setup-node@v3
22+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
23+
- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
2424
with:
2525
node-version: 18 # LTS
2626
- name: Install Dependencies

0 commit comments

Comments
 (0)