@@ -40,13 +40,13 @@ jobs:
4040
4141 # Set up QEMU for cross-platform builds
4242 - name : Set up QEMU
43- uses : docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3
43+ uses : docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
4444
4545 # Set up BuildKit Docker container builder to be able to build
4646 # multi-platform images and export cache
4747 # https://github.com/docker/setup-buildx-action
4848 - name : Set up Docker Buildx
49- uses : docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
49+ uses : docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
5050 with :
5151 driver-opts : |
5252 image=moby/buildkit:latest
5555 # https://github.com/docker/login-action
5656 - name : Log into registry ${{ env.REGISTRY }}
5757 if : github.event_name != 'pull_request'
58- uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
58+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
5959 with :
6060 registry : ${{ env.REGISTRY }}
6161 username : ${{ github.actor }}
6565 # https://github.com/docker/metadata-action
6666 - name : Extract Docker metadata
6767 id : meta
68- uses : docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5
68+ uses : docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
6969 with :
7070 images : ${{ env.REGISTRY }}/${{ github.repository_owner }}/greenhouse
7171 tags : |
8484 # https://github.com/docker/build-push-action
8585 - name : Build and push Docker image
8686 id : build-and-push
87- uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
87+ uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
8888 with :
8989 context : .
9090 push : ${{ github.event_name != 'pull_request' }}
@@ -133,7 +133,7 @@ jobs:
133133 severity : ' CRITICAL,HIGH,MEDIUM'
134134
135135 - name : Upload Trivy scan results to GitHub Security tab
136- uses : github/codeql-action/upload-sarif@6bc82e05fd0ea64601dd4b465378bbcf57de0314 # v4
136+ uses : github/codeql-action/upload-sarif@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
137137 if : always()
138138 with :
139139 sarif_file : trivy-results.sarif
0 commit comments