We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f42e7ff + ba34b40 commit 6d5d351Copy full SHA for 6d5d351
.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/generate-documentation.yml
@@ -19,7 +19,7 @@ jobs:
19
python-version: ["3.10"]
20
21
22
23
with:
fetch-depth: 0
- name: Install pandoc
0 commit comments