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 4bef4c4 + 037076c commit 30f2617Copy full SHA for 30f2617
3 files changed
.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
22
23
steps:
24
- name: Checkout repository
25
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
26
with:
27
fetch-depth: 0 # Full history for versioning
28
.github/workflows/codeql.yml
@@ -40,7 +40,7 @@ jobs:
40
41
42
43
- uses: actions/checkout@v3
44
45
# Initializes the CodeQL tools for scanning.
46
- name: Initialize CodeQL
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
31
32
33
34
35
36
37
0 commit comments