We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e8513a commit 6fb5fa9Copy full SHA for 6fb5fa9
.github/workflows/codeql-analysis.yml
@@ -15,7 +15,7 @@ jobs:
15
16
steps:
17
- name: Checkout repository
18
- uses: actions/checkout@v3
+ uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
19
with:
20
fetch-depth: 0
21
.github/workflows/nodejs-environment.yml
@@ -16,7 +16,7 @@ jobs:
node-version: [16.x, 18.x]
- - uses: actions/checkout@v3
+ - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
22
@@ -34,7 +34,7 @@ jobs:
34
needs: [build]
35
36
37
38
39
40
0 commit comments