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 a44093d commit 90ee933Copy full SHA for 90ee933
.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