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 @@ -64,12 +64,12 @@ jobs:
64
64
65
65
# Initializes the CodeQL tools for scanning.
66
66
- name : Initialize CodeQL
67
- uses : github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
67
+ uses : github/codeql-action/init@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
68
68
with :
69
69
languages : ${{ matrix.language }}
70
70
71
71
- name : Autobuild
72
- uses : github/codeql-action/autobuild@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
72
+ uses : github/codeql-action/autobuild@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
73
73
74
74
# ℹ️ Command-line programs to run using the OS shell.
75
75
# 📚 https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
83
83
# make release
84
84
85
85
- name : Perform CodeQL Analysis
86
- uses : github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
86
+ uses : github/codeql-action/analyze@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
Original file line number Diff line number Diff line change 63
63
64
64
# Upload the results to GitHub's code scanning dashboard.
65
65
- name : " Upload to code-scanning"
66
- uses : github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
66
+ uses : github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
67
67
with :
68
68
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments