File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ jobs:
2424 steps :
2525
2626 - name : Checkout code
27- uses : actions/checkout@1f9a0c22da41e6ebfa534300ef656657ea2c6707
27+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2828
2929 - name : Setup Docker buildx
30- uses : docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0 .0
30+ uses : docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12 .0
3131
3232 - name : Docker meta
33- uses : docker/metadata-action@dbef88086f6cef02e264edb7dbf63250c17cef6c # v5.5 .0
33+ uses : docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10 .0
3434 id : meta
3535 with :
3636 images : |
3939 type=sha,enable=true,format=long
4040
4141 - name : Build Docker image
42- uses : docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0
42+ uses : docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
4343 with :
4444 context : .
4545 load : true
5151 platforms : linux/amd64
5252
5353 - name : Run Trivy vulnerability scanner
54- uses : aquasecurity/trivy-action@84384bd6e777ef152729993b8145ea352e9dd3ef # v0.17 .0
54+ uses : aquasecurity/trivy-action@c1824fd6edce30d7ab345a9989de00bbd46ef284 # v0.34 .0
5555 with :
5656 image-ref : ' ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:sha-${{ github.sha }}'
5757 format : ' sarif'
6060 timeout : ' 10m0s'
6161
6262 - name : Upload Trivy scan results to GitHub Security tab
63- uses : github/codeql-action/upload-sarif@592977e6ae857384aa79bb31e7a1d62d63449ec5 # v2.16.3
63+ uses : github/codeql-action/upload-sarif@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
6464 with :
6565 sarif_file : ' trivy-results.sarif'
You can’t perform that action at this time.
0 commit comments