File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -67,12 +67,12 @@ jobs:
67
67
68
68
# Initializes the CodeQL tools for scanning.
69
69
- name : Initialize CodeQL
70
- uses : github/codeql-action/init@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.30.0
70
+ uses : github/codeql-action/init@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
71
71
with :
72
72
languages : ${{ matrix.language }}
73
73
74
74
- name : Autobuild
75
- uses : github/codeql-action/autobuild@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.30.0
75
+ uses : github/codeql-action/autobuild@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
76
76
77
77
# ℹ️ Command-line programs to run using the OS shell.
78
78
# 📚 https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
86
86
# make release
87
87
88
88
- name : Perform CodeQL Analysis
89
- uses : github/codeql-action/analyze@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.30.0
89
+ uses : github/codeql-action/analyze@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
Original file line number Diff line number Diff line change 87
87
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
88
88
89
89
- name : Release
90
- uses : softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2
90
+ uses : softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2.3.3
91
91
with :
92
92
files : release.intoto.json
93
93
tag_name : " ${{ steps.tag.outputs.tag_name }}"
Original file line number Diff line number Diff line change 62
62
63
63
# Upload the results to GitHub's code scanning dashboard.
64
64
- name : " Upload to code-scanning"
65
- uses : github/codeql-action/upload-sarif@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.30.0
65
+ uses : github/codeql-action/upload-sarif@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
66
66
with :
67
67
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments