Skip to content

Commit 8fc4bf6

Browse files
author
updatecli
committed
chore: deps(github): bump Action tag for github/codeql-action/autobui...
... ld from v3 to v4.31.9 Made with ❤️️ by updatecli
1 parent 87502ad commit 8fc4bf6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,16 @@ jobs:
5151
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5252
# If this step fails, then you should remove it and run the build manually (see below)
5353
- name: Autobuild
54-
uses: github/codeql-action/autobuild@v3
55-
# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
56-
# and modify them (or add more) to build your code if your project
57-
# uses a compiled language
58-
54+
uses: github/codeql-action/[email protected]
5955
#- run: |
6056
# make bootstrap
6157
# make release
6258
- name: Perform CodeQL Analysis
6359
# ℹ️ Command-line programs to run using the OS shell.
6460
# 📚 https://git.io/JvXDl
6561

62+
# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
63+
# and modify them (or add more) to build your code if your project
64+
# uses a compiled language
65+
6666
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)