We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37cea8c commit 8126595Copy full SHA for 8126595
.github/workflows/codeql.yml
@@ -60,7 +60,7 @@ jobs:
60
61
# Initializes the CodeQL tools for scanning.
62
- name: Initialize CodeQL
63
- uses: github/codeql-action/init@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
+ uses: github/codeql-action/init@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
64
with:
65
languages: ${{ matrix.language }}
66
build-mode: ${{ matrix.build-mode }}
@@ -87,6 +87,6 @@ jobs:
87
exit 1
88
89
- name: Perform CodeQL Analysis
90
- uses: github/codeql-action/analyze@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
+ uses: github/codeql-action/analyze@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
91
92
category: "/language:${{matrix.language}}"
0 commit comments