File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 59
59
password : ${{ secrets.GITHUB_TOKEN }}
60
60
61
61
- name : Build and Publish Image
62
- uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # 6.16 .0
62
+ uses : docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # 6.17 .0
63
63
with :
64
64
push : ${{ github.event_name != 'pull_request' }}
65
65
context : .github/containers
Original file line number Diff line number Diff line change 96
96
coverage xml
97
97
98
98
- name : Upload Coverage to Codecov
99
- uses : codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # 5.4.2
99
+ uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # 5.4.3
100
100
with :
101
101
files : coverage.xml
102
102
fail_ci_if_error : true
Original file line number Diff line number Diff line change 56
56
57
57
- name : Upload Trivy scan results to GitHub Security tab
58
58
if : ${{ github.event_name == 'schedule' }}
59
- uses : github/codeql-action/upload-sarif@60168efe1c415ce0f5521ea06d5c2062adbeed1b # 3.28.17
59
+ uses : github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f # 3.28.18
60
60
with :
61
61
sarif_file : " trivy-results.sarif"
You can’t perform that action at this time.
0 commit comments