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 44
44
45
45
- name : Generate Docker Metadata (Tags and Labels)
46
46
id : meta
47
- uses : docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # 5.7 .0
47
+ uses : docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # 5.8 .0
48
48
with :
49
49
images : ghcr.io/${{ github.repository }}-ci
50
50
flavor : |
59
59
60
60
- name : Login to GitHub Container Registry
61
61
if : github.event_name != 'pull_request'
62
- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # 3.4 .0
62
+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # 3.5 .0
63
63
with :
64
64
registry : ghcr.io
65
65
username : ${{ github.repository_owner }}
Original file line number Diff line number Diff line change 61
61
62
62
- name : Upload Trivy scan results to GitHub Security tab
63
63
if : ${{ github.event_name == 'schedule' }}
64
- uses : github/codeql-action/upload-sarif@4e828ff8d448a8a6e532957b1811f387a63867e8 # 3.29.4
64
+ uses : github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # 3.29.5
65
65
with :
66
66
sarif_file : " trivy-results.sarif"
You can’t perform that action at this time.
0 commit comments