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 c80e49d + c47a342 commit dc3c3d9Copy full SHA for dc3c3d9
.github/workflows/codeql-analysis.yml
@@ -25,7 +25,7 @@ jobs:
25
26
steps:
27
- name: Checkout repository
28
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
29
30
# Initializes the CodeQL tools for scanning.
31
- name: Initialize CodeQL
.github/workflows/workflow.yml
@@ -11,7 +11,7 @@ jobs:
11
matrix:
12
node-version: [20.x, 22.x]
13
14
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
15
- uses: actions/setup-node@v6
16
with:
17
node-version: ${{ matrix.node-version }}
@@ -29,7 +29,7 @@ jobs:
os: [windows-latest, macos-latest]
32
33
34
35
node-version: 22.x
0 commit comments