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 f9b18e5 commit 7b8216bCopy full SHA for 7b8216b
.github/workflows/codeql.yml
@@ -22,11 +22,11 @@ jobs:
22
- uses: actions/checkout@v5
23
24
- name: Initialize CodeQL
25
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
26
with:
27
languages: actions
28
29
- name: Run CodeQL Analysis
30
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
31
32
category: actions
0 commit comments