@@ -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@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0 .0
43+ uses : docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4.1 .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@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0 .0
49+ uses : docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1 .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@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1 .0
58+ uses : docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2 .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@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0 .0
68+ uses : docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1 .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@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1 .0
87+ uses : docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2 .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@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
136+ uses : github/codeql-action/upload-sarif@87557b9c84dde89fdd9b10e88954ac2f4248e463 # v4.36.1
137137 if : always()
138138 with :
139139 sarif_file : trivy-results.sarif
0 commit comments