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 28ed216 commit ea34e4aCopy full SHA for ea34e4a
.github/workflows/codeql.yml
@@ -25,7 +25,7 @@ jobs:
25
26
steps:
27
- name: Checkout repository
28
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
29
30
# Initializes the CodeQL tools for scanning.
31
- name: Initialize CodeQL
.github/workflows/test.yml
- name: Repo checkout
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
0 commit comments