Skip to content

Commit 0645866

Browse files
Update github/codeql-action digest to 51f7732
1 parent 96a7f6d commit 0645866

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
persist-credentials: false
4747
# Initializes the CodeQL tools for scanning.
4848
- name: Initialize CodeQL
49-
uses: github/codeql-action/init@a4e1a019f5e24960714ff6296aee04b736cbc3cf # v3
49+
uses: github/codeql-action/init@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3
5050
with:
5151
languages: ${{ matrix.language }}
5252
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -58,7 +58,7 @@ jobs:
5858
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
5959
# queries: security-extended,security-and-quality
6060

61-
uses: github/codeql-action/autobuild@a4e1a019f5e24960714ff6296aee04b736cbc3cf # v3
61+
uses: github/codeql-action/autobuild@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3
6262
# - run: |
6363
# echo "Run, Build Application using script"
6464
# ./location_of_script_within_repo/buildscript.sh
@@ -68,6 +68,6 @@ jobs:
6868

6969
# If the Autobuild fails above, remove it and uncomment the following three lines.
7070
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
71-
uses: github/codeql-action/analyze@a4e1a019f5e24960714ff6296aee04b736cbc3cf # v3
71+
uses: github/codeql-action/analyze@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3
7272
with:
7373
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)