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.
1 parent 7d4746e commit c610fbaCopy full SHA for c610fba
.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
with:
29
persist-credentials: false
30
.github/workflows/main.yaml
@@ -9,7 +9,7 @@ jobs:
9
contents: write
10
11
12
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
13
14
15
- name: Install Python dependencies
0 commit comments