There was an error while loading. Please reload this page.
2 parents a4aab38 + 65105d0 commit 24719cbCopy full SHA for 24719cb
1 file changed
.github/workflows/codeql.yml
@@ -68,7 +68,7 @@ jobs:
68
69
# Initializes the CodeQL tools for scanning.
70
- name: Initialize CodeQL
71
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
72
with:
73
languages: ${{ matrix.language }}
74
tools: latest
@@ -90,6 +90,6 @@ jobs:
90
# ./location_of_script_within_repo/buildscript.sh
91
92
- name: Perform CodeQL Analysis
93
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
94
95
category: "/language:${{matrix.language}}"
0 commit comments