We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed069da + 80a26b1 commit 8db605bCopy full SHA for 8db605b
.github/workflows/codeql-analysis.yml
@@ -25,7 +25,7 @@ jobs:
25
26
steps:
27
- name: Checkout repository
28
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
21
- name: Use Node.js ${{ matrix.node-version }}
22
uses: actions/setup-node@v4
23
0 commit comments