Skip to content

Commit 8f99794

Browse files
chore(deps): update github/codeql-action digest to bffd034 (#3823)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a1731de commit 8f99794

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL
45-
uses: github/codeql-action/init@497990dfed22177a82ba1bbab381bc8f6d27058f # v3
45+
uses: github/codeql-action/init@bffd034ab1518ad839a542b8a7356e13a240e076 # v3
4646
with:
4747
languages: ${{ matrix.language }}
4848
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -53,7 +53,7 @@ jobs:
5353
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
5454
# If this step fails, then you should remove it and run the build manually (see below)
5555
- name: Autobuild
56-
uses: github/codeql-action/autobuild@497990dfed22177a82ba1bbab381bc8f6d27058f # v3
56+
uses: github/codeql-action/autobuild@bffd034ab1518ad839a542b8a7356e13a240e076 # v3
5757
# ℹ️ Command-line programs to run using the OS shell.
5858
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
5959
# If the Autobuild fails above, remove it and uncomment the following three lines.
@@ -62,6 +62,6 @@ jobs:
6262
# echo "Run, Build Application using script"
6363
# ./location_of_script_within_repo/buildscript.sh
6464
- name: Perform CodeQL Analysis
65-
uses: github/codeql-action/analyze@497990dfed22177a82ba1bbab381bc8f6d27058f # v3
65+
uses: github/codeql-action/analyze@bffd034ab1518ad839a542b8a7356e13a240e076 # v3
6666
with:
6767
category: '/language:${{matrix.language}}'

0 commit comments

Comments
 (0)