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 5959 password : ${{ secrets.GITHUB_TOKEN }}
6060
6161 - 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
6363 with :
6464 push : ${{ github.event_name != 'pull_request' }}
6565 context : .github/containers
Original file line number Diff line number Diff line change 9696 coverage xml
9797
9898 - name : Upload Coverage to Codecov
99- uses : codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # 5.4.2
99+ uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # 5.4.3
100100 with :
101101 files : coverage.xml
102102 fail_ci_if_error : true
Original file line number Diff line number Diff line change 5656
5757 - name : Upload Trivy scan results to GitHub Security tab
5858 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
6060 with :
6161 sarif_file : " trivy-results.sarif"
You can’t perform that action at this time.
0 commit comments