Skip to content

Commit 8afc206

Browse files
Update github/codeql-action digest to d198d2f
1 parent af37756 commit 8afc206

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
# Initializes the CodeQL tools for scanning.
5454
- name: Initialize CodeQL
55-
uses: github/codeql-action/init@42213152a85ae7569bdb6bec7bcd74cd691bfe41 # v3
55+
uses: github/codeql-action/init@d198d2fabf39a7f36b5ce57ce70d4942944f006e # v3
5656
with:
5757
languages: ${{ matrix.language }}
5858
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -88,6 +88,6 @@ jobs:
8888
# End of custom build
8989

9090
- name: Perform CodeQL Analysis
91-
uses: github/codeql-action/analyze@42213152a85ae7569bdb6bec7bcd74cd691bfe41 # v3
91+
uses: github/codeql-action/analyze@d198d2fabf39a7f36b5ce57ce70d4942944f006e # v3
9292
with:
9393
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)