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.
1 parent e0b5a96 commit 678138eCopy full SHA for 678138e
.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@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
+ uses: github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
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@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
+ uses: github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
91
92
category: "/language:${{matrix.language}}"
0 commit comments