We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 332ab02 commit e5a3db4Copy full SHA for e5a3db4
1 file changed
.github/workflows/codeql.yml
@@ -67,7 +67,7 @@ jobs:
67
68
# Initializes the CodeQL tools for scanning.
69
- name: Initialize CodeQL
70
- uses: github/codeql-action/init@a8d1ac45b9a34d11fe398d5503176af0d06b303e # v3
+ uses: github/codeql-action/init@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4
71
with:
72
languages: ${{ matrix.language }}
73
build-mode: ${{ matrix.build-mode }}
@@ -95,6 +95,6 @@ jobs:
95
exit 1
96
97
- name: Perform CodeQL Analysis
98
- uses: github/codeql-action/analyze@a8d1ac45b9a34d11fe398d5503176af0d06b303e # v3
+ uses: github/codeql-action/analyze@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4
99
100
category: "/language:${{matrix.language}}"
0 commit comments