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 75cf450 commit 592222eCopy full SHA for 592222e
.github/workflows/codeql.yml
@@ -24,7 +24,7 @@ jobs:
24
25
steps:
26
- name: Checkout
27
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
28
29
- name: Initialize CodeQL
30
uses: github/codeql-action/init@v3
.github/workflows/python.yml
@@ -6,7 +6,7 @@ jobs:
6
build:
7
runs-on: ubuntu-latest
8
9
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
10
- name: Set up Python
11
uses: actions/setup-python@v5
12
with:
@@ -29,7 +29,7 @@ jobs:
python-version: ["3.10", "3.11", "3.12"]
31
32
33
- uses: actions/download-artifact@v4
34
35
name: artifact
0 commit comments