File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ jobs:
2222
2323 steps :
2424 - name : Checkout repository
25- uses : actions/checkout@v2
25+ uses : actions/checkout@v4
2626
2727 # Initializes the CodeQL tools for scanning.
2828 - name : Initialize CodeQL
29- uses : github/codeql-action/init@v1
29+ uses : github/codeql-action/init@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
3030 with :
3131 languages : ${{ matrix.language }}
3232 queries : +security-and-quality
3838 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
3939 # If this step fails, then you should remove it and run the build manually (see below)
4040 - name : Autobuild
41- uses : github/codeql-action/autobuild@v1
41+ uses : github/codeql-action/autobuild@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
4242
4343 # ℹ️ Command-line programs to run using the OS shell.
4444 # 📚 https://git.io/JvXDl
5252 # make release
5353
5454 - name : Perform CodeQL Analysis
55- uses : github/codeql-action/analyze@v1
55+ uses : github/codeql-action/analyze@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
You can’t perform that action at this time.
0 commit comments