Skip to content

Commit

Permalink
Merge pull request #303 from ministryofjustice/renovate-actions-check…
Browse files Browse the repository at this point in the history
…out-digest

Renovate Update actions/checkout digest to 11bd719
  • Loading branch information
jamesrwarren authored Nov 5, 2024
2 parents 22141fb + 1bac4a0 commit 7f29b4d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- svc_name: "incident-response/nginx"
docker_file: "Dockerfile.nginx"
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # pin@v3
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # pin@v3

- name: set up docker buildx
uses: docker/setup-buildx-action@edfb0fe6204400c56fbfd3feba3fe9ad1adfa345
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
terraform_workflow:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # pin@v3
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # pin@v3

- uses: unfor19/install-aws-cli-action@46282f151073130d90347412d9c4ef0640177f22 # [email protected]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow_path_to_live.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
parsed_branch: main
version_tag: ${{ steps.semver_tag.outputs.created_tag }}
steps:
- uses: actions/checkout@9a9194f87191a7e9055e3e9b95b8cfb13023bb08 # pin@v3
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # pin@v3

- name: generate semver tag for release
id: semver_tag
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow_pull_request_path.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
parsed_branch: ${{ steps.branch_name.outputs.safe }}
version_tag: ${{ steps.semver_tag.outputs.created_tag }}
steps:
- uses: actions/checkout@9a9194f87191a7e9055e3e9b95b8cfb13023bb08 # pin@v3
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # pin@v3

- name: generate safe branch name
id: branch_name
Expand Down

0 comments on commit 7f29b4d

Please sign in to comment.