We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d46581 commit ac4d6a2Copy full SHA for ac4d6a2
.github/workflows/codeql.yml
@@ -24,7 +24,7 @@ jobs:
24
25
steps:
26
- name: Checkout
27
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
28
29
- name: Initialize CodeQL
30
uses: github/codeql-action/init@v4
.github/workflows/linter.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
10
11
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
12
- name: Use Node.js
13
uses: actions/setup-node@v6
14
- run: npm install
0 commit comments