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 27143a8 commit 7679597Copy full SHA for 7679597
.github/workflows/codeql-analysis.yml
@@ -38,11 +38,11 @@ jobs:
38
39
steps:
40
- name: Checkout repository
41
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
42
43
# Initializes the CodeQL tools for scanning.
44
- name: Initialize CodeQL
45
- uses: github/codeql-action/init@v4
+ uses: github/codeql-action/init@v2
46
with:
47
languages: ${{ matrix.language }}
48
# If you wish to specify custom queries, you can do so here or in a config file.
0 commit comments