Skip to content

Commit 20b2cef

Browse files
Update github/codeql-action digest to 1b549b9 (#1943)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2128fb7 commit 20b2cef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4545
# Initializes the CodeQL tools for scanning.
4646
- name: Initialize CodeQL
47-
uses: github/codeql-action/init@5f8171a638ada777af81d42b55959a643bb29017 # v3
47+
uses: github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # 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@5f8171a638ada777af81d42b55959a643bb29017 # v3
59+
uses: github/codeql-action/autobuild@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # 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@5f8171a638ada777af81d42b55959a643bb29017 # v3
69+
uses: github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3
7070
with:
7171
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)