We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8887198 commit 718e848Copy full SHA for 718e848
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@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # 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@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3
+ uses: github/codeql-action/analyze@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4
99
100
category: "/language:${{matrix.language}}"
0 commit comments