@@ -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@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2 .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@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2 .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@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4 .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@dc802804100637a589fabce1cb79ff13a1411302 # v6.2 .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@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3 .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@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3
137137 if : always()
138138 with :
139139 sarif_file : trivy-results.sarif
0 commit comments