We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a4fea4 commit 23bcd2dCopy full SHA for 23bcd2d
.github/workflows/codeql-analysis.yml
@@ -25,7 +25,7 @@ jobs:
25
26
steps:
27
- name: Checkout repository
28
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
+ uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
29
with:
30
# We must fetch at least the immediate parents so that if this is
31
# a pull request then we can checkout the head.
.github/workflows/nodejs.yml
@@ -17,7 +17,7 @@ jobs:
17
node-version: [12.x, 14.x,16.x]
18
19
20
- - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
+ - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
21
- name: Use Node.js ${{ matrix.node-version }}
22
uses: actions/setup-node@v5
23
0 commit comments