File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
- uses : actions/checkout@v5
25
25
26
26
- name : Run Trivy vulnerability scanner in repo mode
27
- uses : aquasecurity/trivy-action@dc5a429b52fcf669ce959baa2c2dd26090d2a6c4 # 0.32.0
27
+ uses : aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # 0.33.1
28
28
with :
29
29
format : " sarif"
30
30
output : " trivy-results.sarif"
Original file line number Diff line number Diff line change 21
21
steps :
22
22
- uses : actions/checkout@v5
23
23
- name : Conventional Changelog Update
24
- uses : TriPSs/conventional-changelog-action@67139193614f5b9e8db87da1bd4240922b34d765 # v6.0 .0
24
+ uses : TriPSs/conventional-changelog-action@5f00b899ccbbcbc112bd6d715d5e76e7a9e4501d # v6.1 .0
25
25
id : changelog
26
26
with :
27
27
github-token : ${{ github.token }}
83
83
runs-on : ubuntu-24.04
84
84
steps :
85
85
- name : Create Release
86
- uses : softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2
86
+ uses : softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2
87
87
continue-on-error : true
88
88
env :
89
89
GITHUB_TOKEN : ${{ github.token }}
You can’t perform that action at this time.
0 commit comments