We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 45b239b + d261097 commit 3fa9e7dCopy full SHA for 3fa9e7d
2 files changed
.github/workflows/codeql-analysis.yml
@@ -25,7 +25,7 @@ jobs:
25
26
steps:
27
- name: Checkout repository
28
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
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@v4
+ - uses: actions/checkout@v5
15
- uses: actions/setup-node@v4
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