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.
1 parent 2ba591a commit 167499fCopy full SHA for 167499f
.github/workflows/codeql-analysis.yml
@@ -20,7 +20,7 @@ jobs:
20
21
steps:
22
- name: Checkout repository
23
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
24
25
- name: Initialize CodeQL
26
uses: github/codeql-action/init@v3
.github/workflows/node.js.yml
@@ -26,7 +26,7 @@ jobs:
matrix:
27
node-version: ${{ fromJson(needs.lts_versions.outputs.matrix) }}
28
29
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
30
- name: Test on Node.js ${{ matrix.node-version }}
31
uses: actions/setup-node@v5
32
with:
0 commit comments