We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da52ef4 + 3db0a2f commit 11d7a8cCopy full SHA for 11d7a8c
3 files changed
.github/workflows/codeql.yml
@@ -24,7 +24,7 @@ jobs:
24
25
steps:
26
- name: Checkout
27
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
28
29
- name: Initialize CodeQL
30
uses: github/codeql-action/init@v2
.github/workflows/cron-test.yml
@@ -36,7 +36,7 @@ jobs:
36
OPENLAS_NUM_THREADS: 1
37
38
39
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
40
with:
41
submodules: recursive
42
fetch-depth: 0
.github/workflows/generate-documentation.yml
@@ -19,7 +19,7 @@ jobs:
19
python-version: ["3.10"]
20
21
22
23
- name: Install pandoc
0 commit comments