Skip to content

Commit 210b9d2

Browse files
chore(deps): update github/codeql-action digest to 820e316 in .github/workflows/codeql.yml (main) (#6299)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fe44456 commit 210b9d2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.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@45580472a5bb82c4681c4ac726cfdb60060c2ee1 # v3
90+
uses: github/codeql-action/init@820e3160e279568db735cee8ed8f8e77a6da7818 # 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@45580472a5bb82c4681c4ac726cfdb60060c2ee1 # v3
104+
uses: github/codeql-action/autobuild@820e3160e279568db735cee8ed8f8e77a6da7818 # 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@45580472a5bb82c4681c4ac726cfdb60060c2ee1 # v3
117+
uses: github/codeql-action/analyze@820e3160e279568db735cee8ed8f8e77a6da7818 # v3
118118
with:
119119
category: "/language:${{matrix.language}}"
120120

0 commit comments

Comments
 (0)