File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ jobs:
176
176
with :
177
177
github_token : ${{ github.token }}
178
178
- name : Create a GitHub release
179
- uses : ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 # v1.14 .0
179
+ uses : ncipollo/release-action@cdcc88a9acf3ca41c16c37bb7d21b9ad48560d87 # v1.15 .0
180
180
with :
181
181
tag : ${{ steps.tag_version.outputs.new_tag }}
182
182
name : Release ${{ steps.tag_version.outputs.new_tag }}
Original file line number Diff line number Diff line change 72
72
73
73
# Upload the results to GitHub's code scanning dashboard.
74
74
- name : " Upload to code-scanning"
75
- uses : github/codeql-action/upload-sarif@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
75
+ uses : github/codeql-action/upload-sarif@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
76
76
with :
77
77
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments