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 @@ -31,14 +31,14 @@ jobs:
31
31
32
32
# Initializes the CodeQL tools for scanning.
33
33
- name : Initialize CodeQL
34
- uses : github/codeql-action/init@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
34
+ uses : github/codeql-action/init@d39d31e687223d841ef683f52467bd88e9b21c14 # v3.25.3
35
35
with :
36
36
languages : ${{ matrix.language }}
37
37
38
38
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
39
39
# If this step fails, then you should remove it and run the build manually (see below)
40
40
- name : Autobuild
41
- uses : github/codeql-action/autobuild@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
41
+ uses : github/codeql-action/autobuild@d39d31e687223d841ef683f52467bd88e9b21c14 # v3.25.3
42
42
43
43
# ℹ️ Command-line programs to run using the OS shell.
44
44
# 📚 https://git.io/JvXDl
52
52
# make release
53
53
54
54
- name : Perform CodeQL Analysis
55
- uses : github/codeql-action/analyze@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
55
+ uses : github/codeql-action/analyze@d39d31e687223d841ef683f52467bd88e9b21c14 # v3.25.3
Original file line number Diff line number Diff line change 67
67
68
68
# Upload the results to GitHub's code scanning dashboard.
69
69
- name : " Upload to code-scanning"
70
- uses : github/codeql-action/upload-sarif@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
70
+ uses : github/codeql-action/upload-sarif@d39d31e687223d841ef683f52467bd88e9b21c14 # v3.25.3
71
71
with :
72
72
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments