We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 135119a commit 4f1ff1bCopy full SHA for 4f1ff1b
.github/workflows/node-ci.yml
@@ -16,7 +16,7 @@ jobs:
16
verify:
17
runs-on: ubuntu-latest
18
steps:
19
- - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3
+ - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
20
- name: Setup node
21
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
22
with:
@@ -38,7 +38,7 @@ jobs:
38
needs: verify
39
40
41
42
43
44
0 commit comments