Skip to content

Commit 756680c

Browse files
authored
Merge pull request #150 from smallstep/dependabot/github_actions/github/codeql-action-3.27.1
Bump github/codeql-action from 3.27.0 to 3.27.1
2 parents 9988370 + e58462d commit 756680c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
git config --global [email protected]:.insteadOf https://github.com/
6262
# Initializes the CodeQL tools for scanning.
6363
- name: Initialize CodeQL
64-
uses: github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
64+
uses: github/codeql-action/init@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1
6565
with:
6666
languages: ${{ matrix.language }}
6767
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -79,7 +79,7 @@ jobs:
7979
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
8080
# If this step fails, then you should remove it and run the build manually (see below)
8181
- name: Autobuild
82-
uses: github/codeql-action/autobuild@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
82+
uses: github/codeql-action/autobuild@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1
8383

8484
# ℹ️ Command-line programs to run using the OS shell.
8585
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -92,4 +92,4 @@ jobs:
9292
# ./location_of_script_within_repo/buildscript.sh
9393

9494
- name: Perform CodeQL Analysis
95-
uses: github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
95+
uses: github/codeql-action/analyze@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1

0 commit comments

Comments
 (0)