Skip to content

Commit

Permalink
Merge pull request #798 from ministryofjustice/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/actions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
davidkelliott authored Oct 12, 2023
2 parents 5bc022e + 66b1fe9 commit 25a9ffb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/management-account-apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run:
working-directory: ./management-account/terraform
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- uses: aws-actions/configure-aws-credentials@010d0da01d0b5a38af31e9c3470dbfdabdecca3a # v4.0.1
with:
role-to-assume: arn:aws:iam::${{secrets.AWS_ROOT_ACCOUNT_ID}}:role/github-actions-apply
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/management-account-plan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run:
working-directory: ./management-account/terraform
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- uses: aws-actions/configure-aws-credentials@010d0da01d0b5a38af31e9c3470dbfdabdecca3a # v4.0.1
with:
role-to-assume: arn:aws:iam::${{secrets.AWS_ROOT_ACCOUNT_ID}}:role/github-actions-plan
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/terraform-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
permissions:
security-events: write
steps:
- uses: actions/checkout@v3.4.0
- uses: actions/checkout@v4
- run: rm -r modules/ # remove modules from being security checked
- uses: aquasecurity/[email protected]
with:
Expand All @@ -24,7 +24,7 @@ jobs:
tflint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.4.0
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
path: ~/.tflint.d/plugins
Expand Down

0 comments on commit 25a9ffb

Please sign in to comment.