Skip to content

Commit d8ca90d

Browse files
Update github/codeql-action digest to 45775bd (#1322)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 24b306a commit d8ca90d

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4545
# Initializes the CodeQL tools for scanning.
4646
- name: Initialize CodeQL
47-
uses: github/codeql-action/init@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3
47+
uses: github/codeql-action/init@45775bd8235c68ba998cffa5171334d58593da47 # 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@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3
59+
uses: github/codeql-action/autobuild@45775bd8235c68ba998cffa5171334d58593da47 # 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@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3
69+
uses: github/codeql-action/analyze@45775bd8235c68ba998cffa5171334d58593da47 # v3
7070
with:
7171
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)