We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dfcd63 commit 184d3c2Copy full SHA for 184d3c2
1 file changed
.github/workflows/codeql.yml
@@ -36,11 +36,11 @@ jobs:
36
37
steps:
38
- name: Checkout repository
39
- uses: actions/checkout@v3
+ uses: actions/checkout@v6
40
41
# Initializes the CodeQL tools for scanning.
42
- name: Initialize CodeQL
43
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v4
44
with:
45
languages: ${{ matrix.language }}
46
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -63,6 +63,6 @@ jobs:
63
python -m build
64
65
- name: Perform CodeQL Analysis
66
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
67
68
category: "/language:${{matrix.language}}"
0 commit comments