@@ -110,14 +110,14 @@ jobs:
110110 - name : Setup docker buildx
111111 uses : docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
112112 - name : Login to GHCR
113- uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0 .0
113+ uses : docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1 .0
114114 with :
115115 registry : ghcr.io
116116 username : ${{ github.actor }}
117117 password : ${{ secrets.GITHUB_TOKEN }}
118118 - name : Build Docker images
119119 id : build
120- uses : docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0 .0
120+ uses : docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1 .0
121121 with :
122122 # provenance: false is needed to avoid unkown/unknown os/arch on ghcr
123123 # see: https://github.com/docker/build-push-action/issues/820
@@ -131,7 +131,7 @@ jobs:
131131 BASE_IMAGE=${{ matrix.base-image }}
132132 tags : ${{ steps.metadata.outputs.tags }}
133133 labels : ${{ steps.metadata.outputs.labels }}
134- - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
134+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
135135 with :
136136 name : ${{ steps.image-variables.outputs.tag }}
137137 path : ${{ steps.metadata.outputs.bake-file }}
@@ -164,7 +164,7 @@ jobs:
164164 git tag ${{ needs.version.outputs.new-version }}
165165 git push origin ${{ needs.version.outputs.new-version }}
166166 - name : Create release
167- uses : softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1
167+ uses : softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
168168 with :
169169 generate_release_notes : true
170170 tag_name : ${{ needs.version.outputs.new-version }}
0 commit comments