@@ -106,7 +106,7 @@ jobs:
106106 password : ${{ secrets.GITHUB_TOKEN }}
107107 -
108108 name : Build and push
109- uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
109+ uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16 .0
110110 id : build-and-push
111111 with :
112112 context : athenapdf-service
@@ -115,26 +115,26 @@ jobs:
115115 tags : ${{ steps.meta.outputs.tags }}
116116 labels : ${{ steps.meta.outputs.labels }}
117117 - name : Attest dockerhub image
118- uses : actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
118+ uses : actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
119119 with :
120120 subject-digest : ${{steps.build-and-push.outputs.digest}}
121121 subject-name : index.docker.io/${{ github.repository_owner }}/athenapdf-service
122122 push-to-registry : true
123123 - name : Attest ghcr image
124- uses : actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
124+ uses : actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
125125 with :
126126 subject-digest : ${{steps.build-and-push.outputs.digest}}
127127 subject-name : ghcr.io/${{ github.repository_owner }}/athenapdf-service
128128 push-to-registry : true
129- - uses : anchore/sbom-action@f325610c9f50a54015d37c8d16cb3b0e2c8f4de0 # v0.18 .0
129+ - uses : anchore/sbom-action@9f7302141466aa6482940f15371237e9d9f4c34a # v0.19 .0
130130 if : startsWith(github.ref, 'refs/tags/')
131131 with :
132132 image : ghcr.io/${{ github.repository_owner }}/athenapdf-service@${{steps.build-and-push.outputs.digest}}
133133 output-file : sbom.spdx.json
134134 upload-artifact : false
135135 upload-release-assets : false
136136 - name : Release
137- uses : softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1
137+ uses : softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2.2
138138 if : startsWith(github.ref, 'refs/tags/')
139139 with :
140140 files : |
0 commit comments