diff --git a/.github/workflows/conformance-13-pr.yml b/.github/workflows/conformance-13-pr.yml index 990ca34..e748c1a 100644 --- a/.github/workflows/conformance-13-pr.yml +++ b/.github/workflows/conformance-13-pr.yml @@ -40,7 +40,7 @@ jobs: ingress: true steps: - name: Checkout - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 + uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f with: ref: ${{ github.event.pull_request.head.sha }} - name: Configure AWS credentials from shared services account diff --git a/.github/workflows/conformance-13.yml b/.github/workflows/conformance-13.yml index af899c1..8b77dd3 100644 --- a/.github/workflows/conformance-13.yml +++ b/.github/workflows/conformance-13.yml @@ -117,7 +117,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 + uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f with: ref: ${{ github.event.pull_request.head.sha }} - name: Configure AWS credentials from shared services account diff --git a/.github/workflows/conformance-pr.yml b/.github/workflows/conformance-pr.yml index b735cbf..a399efb 100644 --- a/.github/workflows/conformance-pr.yml +++ b/.github/workflows/conformance-pr.yml @@ -37,7 +37,7 @@ jobs: nodeport: true steps: - name: Checkout - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 + uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f with: ref: ${{ github.event.pull_request.head.sha }} - name: Configure AWS credentials from shared services account diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index f78ae8c..adef27e 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -104,7 +104,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 + uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f with: ref: ${{ github.event.pull_request.head.sha }} - name: Configure AWS credentials from shared services account diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index 930bcd8..3259b87 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 + uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f with: ref: ${{ github.event.pull_request.head.sha }} - name: terraform fmt @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 + uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f with: ref: ${{ github.event.pull_request.head.ref }} - name: Render terraform docs inside the README.md and push changes back to PR branch