File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454 - name : Get Docker metadata
5555 if : github.actor != 'dependabot[bot]'
5656 id : docker_metadata
57- uses : docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7 .0
57+ uses : docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8 .0
5858 with :
5959 images : ghcr.io/${{ github.repository }}/${{ matrix.binary }}
6060 - name : Build and push ${{ matrix.binary }} container image
Original file line number Diff line number Diff line change 1818 run : |
1919 go test -v -covermode=atomic -coverprofile=cover.out -coverpkg=./... ./...
2020 - name : Generage coverage badge
21- uses : vladopajic/go-test-coverage@ebf1fb6f7267bd290a83cc16f535067b51fd1d0b # v2.15 .0
21+ uses : vladopajic/go-test-coverage@d4177aaab9307eb783516275d495c01254da2fb9 # v2.16 .0
2222 with :
2323 profile : cover.out
2424 local-prefix : github.com/${{ github.repository }}
Original file line number Diff line number Diff line change 2626 # of the value entered here.
2727 publish_results : true
2828 - name : Upload SARIF results to code scanning
29- uses : github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
29+ uses : github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
3030 with :
3131 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments