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@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
67
+ uses : github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
68
68
with :
69
69
languages : ${{ matrix.language }}
70
70
71
71
- name : Autobuild
72
- uses : github/codeql-action/autobuild@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
72
+ uses : github/codeql-action/autobuild@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
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@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
86
+ uses : github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
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@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
66
+ uses : github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
67
67
with :
68
68
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments