We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02b6434 commit 184c560Copy full SHA for 184c560
.github/workflows/codeql-analysis.yml
@@ -39,7 +39,7 @@ jobs:
39
40
steps:
41
- name: Checkout repository
42
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
43
44
# Initializes the CodeQL tools for scanning.
45
- name: Initialize CodeQL
.github/workflows/workflow.yml
@@ -24,7 +24,7 @@ jobs:
24
experimental: true
25
26
27
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
28
- name: Use Node.js ${{ matrix.node-version }}
29
uses: actions/setup-node@v3
30
with:
@@ -49,7 +49,7 @@ jobs:
49
node-version: [18, 20]
50
51
52
53
54
55
0 commit comments