File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 39
39
40
40
# Initializes the CodeQL tools for scanning.
41
41
- name : Initialize CodeQL
42
- uses : github/codeql-action/init@v3.26.6
42
+ uses : github/codeql-action/init@v3.28.1
43
43
with :
44
44
languages : ${{ matrix.language }}
45
45
# If you wish to specify custom queries, you can do so here or in a config file.
50
50
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
51
51
# If this step fails, then you should remove it and run the build manually (see below)
52
52
- name : Autobuild
53
- uses : github/codeql-action/autobuild@v3.26.6
53
+ uses : github/codeql-action/autobuild@v3.28.1
54
54
55
55
# ℹ️ Command-line programs to run using the OS shell.
56
56
# 📚 https://git.io/JvXDl
64
64
# make release
65
65
66
66
- name : Perform CodeQL Analysis
67
- uses : github/codeql-action/analyze@v3.26.6
67
+ uses : github/codeql-action/analyze@v3.28.1
Original file line number Diff line number Diff line change 40
40
path : results.sarif
41
41
retention-days : 5
42
42
- name : " Upload SARIF results"
43
- uses : github/codeql-action/upload-sarif@b43ac1c23f7541b1939bccfc4255db76ae3cd3dd # v1
43
+ uses : github/codeql-action/upload-sarif@db7177a1c66bea89f5e7ce32d0ea48bea4a0d460 # v1
44
44
with :
45
45
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments