Skip to content

Commit 69af2cb

Browse files
Update github/codeql-action digest to 6624720 (#1147)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent db486fc commit 69af2cb

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
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
4545
# Initializes the CodeQL tools for scanning.
4646
- name: Initialize CodeQL
47-
uses: github/codeql-action/init@f779452ac5af1c261dce0346a8f964149f49322b # v3
47+
uses: github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd # v3
4848
with:
4949
languages: ${{ matrix.language }}
5050
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -56,7 +56,7 @@ jobs:
5656
# 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
5757
# queries: security-extended,security-and-quality
5858

59-
uses: github/codeql-action/autobuild@f779452ac5af1c261dce0346a8f964149f49322b # v3
59+
uses: github/codeql-action/autobuild@662472033e021d55d94146f66f6058822b0b39fd # v3
6060
# - run: |
6161
# echo "Run, Build Application using script"
6262
# ./location_of_script_within_repo/buildscript.sh
@@ -66,6 +66,6 @@ jobs:
6666

6767
# If the Autobuild fails above, remove it and uncomment the following three lines.
6868
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
69-
uses: github/codeql-action/analyze@f779452ac5af1c261dce0346a8f964149f49322b # v3
69+
uses: github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd # v3
7070
with:
7171
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)