File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 30
30
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
31
31
32
32
- name : Upload SARIF file
33
- uses : github/codeql-action/upload-sarif@fca7ace96b7d713c7035871441bd52efbe39e27e # v3
33
+ uses : github/codeql-action/upload-sarif@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3
34
34
with :
35
35
sarif_file : results.sarif
36
36
category : zizmor
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ runs:
107
107
name : " signing-artifacts-${{ github.job }}"
108
108
path : " ${{ env.GHA_SIGSTORE_PYTHON_INTERNAL_SIGNING_ARTIFACTS }}"
109
109
110
- - uses : softprops/action-gh-release@d5382d3e6f2fa7bd53cb749d33091853d4985daf # v2
110
+ - uses : softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2
111
111
if : inputs.release-signing-artifacts == 'true' && github.event_name == 'release' && github.event.action == 'published'
112
112
with :
113
113
files : " ${{ env.GHA_SIGSTORE_PYTHON_INTERNAL_SIGNING_ARTIFACTS }}"
You can’t perform that action at this time.
0 commit comments