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 39efb77 commit 0c8f706Copy full SHA for 0c8f706
.github/workflows/codeql-analysis.yml
@@ -30,15 +30,15 @@ jobs:
30
31
steps:
32
- name: Checkout repository
33
- uses: actions/checkoutv3
+ uses: actions/checkout@v4
34
with:
35
# We must fetch at least the immediate parents so that if this is
36
# a pull request then we can checkout the head.
37
fetch-depth: 2
38
39
# Initializes the CodeQL tools for scanning.
40
- name: Initialize CodeQL
41
- uses: github/codeql-action/initv3
+ uses: github/codeql-action/init@v4
42
43
languages: ${{ matrix.language }}
44
# If you wish to specify custom queries, you can do so here or in a config file.
0 commit comments