Skip to content

Commit

Permalink
chore(deps): update actions/checkout digest to 6d193bf
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <bot@renovateapp.com>
  • Loading branch information
renovate[bot] authored and PhilipSchmid committed Sep 6, 2024
1 parent 4cbea7c commit 2b6d3ab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conformance-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
nodeport: true
steps:
- name: Checkout
uses: actions/checkout@2d7d9f7ff5b310f983d059b68785b3c74d8b8edd
uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Configure AWS credentials from shared services account
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@2d7d9f7ff5b310f983d059b68785b3c74d8b8edd
uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Configure AWS credentials from shared services account
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@2d7d9f7ff5b310f983d059b68785b3c74d8b8edd
uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: terraform fmt
Expand All @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@2d7d9f7ff5b310f983d059b68785b3c74d8b8edd
uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Render terraform docs inside the README.md and push changes back to PR branch
Expand Down

0 comments on commit 2b6d3ab

Please sign in to comment.