Skip to content

Commit 87502ad

Browse files
author
updatecli
committed
chore: deps(github): bump Action tag for github/codeql-action/init fr...
... om v3 to v4.31.9 Made with ❤️️ by updatecli
1 parent f75aff5 commit 87502ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/[email protected]
4141
# Initializes the CodeQL tools for scanning.
4242
- name: Initialize CodeQL
43-
uses: github/codeql-action/init@v3
43+
uses: github/codeql-action/init@v4.31.9
4444
with:
4545
languages: ${{ matrix.language }}
4646
config-file: ./.github/codeql/codeql-config.yml
@@ -52,9 +52,6 @@ jobs:
5252
# If this step fails, then you should remove it and run the build manually (see below)
5353
- name: Autobuild
5454
uses: github/codeql-action/autobuild@v3
55-
# ℹ️ Command-line programs to run using the OS shell.
56-
# 📚 https://git.io/JvXDl
57-
5855
# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
5956
# and modify them (or add more) to build your code if your project
6057
# uses a compiled language
@@ -63,4 +60,7 @@ jobs:
6360
# make bootstrap
6461
# make release
6562
- name: Perform CodeQL Analysis
63+
# ℹ️ Command-line programs to run using the OS shell.
64+
# 📚 https://git.io/JvXDl
65+
6666
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)