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.
2 parents d087916 + e2b4d7c commit faf7a2eCopy full SHA for faf7a2e
.github/workflows/ci_cd.yml
@@ -50,12 +50,12 @@ jobs:
50
uses: actions/checkout@v5
51
52
- name: Initialize CodeQL
53
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
54
with:
55
languages: ${{ matrix.language }}
56
57
- name: Perform CodeQL Analysis
58
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
59
60
category: /language:${{ matrix.language }}
61
0 commit comments