Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 888588c

Browse files
authoredFeb 7, 2025··
Update github/codeql-action digest to 9e8d078
1 parent 1772374 commit 888588c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/codeql.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
# Initializes the CodeQL tools for scanning.
5555
- name: Initialize CodeQL
56-
uses: github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3
56+
uses: github/codeql-action/init@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3
5757
with:
5858
languages: ${{ matrix.language }}
5959
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -76,6 +76,6 @@ jobs:
7676
7777
7878
- name: Perform CodeQL Analysis
79-
uses: github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3
79+
uses: github/codeql-action/analyze@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3
8080
with:
8181
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)
Please sign in to comment.