We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb94cfa + 9a3fcb4 commit afb0369Copy full SHA for afb0369
3 files changed
.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/cron-test.yml
@@ -28,7 +28,7 @@ jobs:
OPENLAS_NUM_THREADS: 1
31
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
32
with:
33
submodules: recursive
34
fetch-depth: 0
.github/workflows/generate-documentation.yml
@@ -19,7 +19,7 @@ jobs:
19
python-version: ["3.13"]
20
21
22
23
- name: Install pandoc
0 commit comments