Skip to content

Commit b583143

Browse files
renovate[bot]a1k0u
authored andcommitted
chore(deps): update github/codeql-action digest to 6624720 in .github/workflows/codeql.yml (main) (runatlantis#5025)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: a1k0u <[email protected]>
1 parent c9adc0a commit b583143

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
@@ -77,7 +77,7 @@ jobs:
7777

7878
# Initializes the CodeQL tools for scanning.
7979
- name: Initialize CodeQL
80-
uses: github/codeql-action/init@f779452ac5af1c261dce0346a8f964149f49322b # v3
80+
uses: github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd # v3
8181
with:
8282
languages: ${{ matrix.language }}
8383
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -91,7 +91,7 @@ jobs:
9191
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
9292
# If this step fails, then you should remove it and run the build manually (see below)
9393
- name: Autobuild
94-
uses: github/codeql-action/autobuild@f779452ac5af1c261dce0346a8f964149f49322b # v3
94+
uses: github/codeql-action/autobuild@662472033e021d55d94146f66f6058822b0b39fd # v3
9595

9696
# ℹ️ Command-line programs to run using the OS shell.
9797
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -104,7 +104,7 @@ jobs:
104104
# ./location_of_script_within_repo/buildscript.sh
105105

106106
- name: Perform CodeQL Analysis
107-
uses: github/codeql-action/analyze@f779452ac5af1c261dce0346a8f964149f49322b # v3
107+
uses: github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd # v3
108108
with:
109109
category: "/language:${{matrix.language}}"
110110

0 commit comments

Comments
 (0)