Skip to content

Commit

Permalink
Merge pull request #2381 from govuk-one-login/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/main/gha-all-dependencies-472a2ac7cd

BAU: Bump the gha-all-dependencies group with 2 updates
  • Loading branch information
mattvot authored Dec 2, 2024
2 parents 83c7a23 + 4b2b25e commit b4ac363
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/call_build-push-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
tags: |
type=sha,prefix=,suffix=,format=long
- name: Build, tag and push image
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
env:
CACHE_IMAGE: ${{ steps.login-ecr.outputs.registry }}/${{ inputs.cache-ecr-repo }}:${{ env.CACHE_TAG }}-cache
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/checkov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Checkov GitHub Action
uses: bridgecrewio/checkov-action@b4906742988cd6ad3ca39d53c5eecc681f2010c4 # v12.2919.0
uses: bridgecrewio/checkov-action@0a805cb037dd8386610e1d415770e237e211262d # v12.2925.0
with:
directory: ci/terraform
soft_fail: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-sidecar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
- name: build sidecar container
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
with:
context: basic-auth-sidecar
push: false
Expand All @@ -36,7 +36,7 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
- name: build sidecar httpie container
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
with:
context: basic-auth-sidecar
file: basic-auth-sidecar/Dockerfile.httpie
Expand Down

0 comments on commit b4ac363

Please sign in to comment.