Skip to content

Commit 4a1ebfa

Browse files
chore(deps): update github/codeql-action digest to 2588666 in .github/workflows/codeql.yml (main) (#6157)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d8f2869 commit 4a1ebfa

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
@@ -87,7 +87,7 @@ jobs:
8787

8888
# Initializes the CodeQL tools for scanning.
8989
- name: Initialize CodeQL
90-
uses: github/codeql-action/init@439137e1b50c27ba9e2f9befc93e43091b449c34 # v3
90+
uses: github/codeql-action/init@2588666de8825e1e9dc4e2329a4c985457d55b32 # v3
9191
with:
9292
languages: ${{ matrix.language }}
9393
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -101,7 +101,7 @@ jobs:
101101
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
102102
# If this step fails, then you should remove it and run the build manually (see below)
103103
- name: Autobuild
104-
uses: github/codeql-action/autobuild@439137e1b50c27ba9e2f9befc93e43091b449c34 # v3
104+
uses: github/codeql-action/autobuild@2588666de8825e1e9dc4e2329a4c985457d55b32 # v3
105105

106106
# ℹ️ Command-line programs to run using the OS shell.
107107
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -114,7 +114,7 @@ jobs:
114114
# ./location_of_script_within_repo/buildscript.sh
115115

116116
- name: Perform CodeQL Analysis
117-
uses: github/codeql-action/analyze@439137e1b50c27ba9e2f9befc93e43091b449c34 # v3
117+
uses: github/codeql-action/analyze@2588666de8825e1e9dc4e2329a4c985457d55b32 # v3
118118
with:
119119
category: "/language:${{matrix.language}}"
120120

0 commit comments

Comments
 (0)