We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d969db8 commit 4c21999Copy full SHA for 4c21999
.github/workflows/codeql.yml
@@ -19,7 +19,7 @@ jobs:
19
security-events: write
20
21
steps:
22
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
23
24
- name: Initialize CodeQL
25
uses: github/codeql-action/init@v3
.github/workflows/eslint-tsc.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
12
13
14
with:
15
fetch-depth: 0
16
0 commit comments