diff --git a/.github/workflows/pr-int-test-terraform.yml b/.github/workflows/pr-int-test-terraform.yml index 64783cd..6f1f51c 100644 --- a/.github/workflows/pr-int-test-terraform.yml +++ b/.github/workflows/pr-int-test-terraform.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest environment: dev steps: - - uses: actions/checkout@1cce3390c2bfda521930d01229c073c7ff920824 # v6.0.2 + - uses: actions/checkout@f548e57e544e1ff5a4c46bf1e1b8685f8e4a348a # v6.0.2 - uses: actions/setup-go@v5 with: go-version-file: "test/integration/go.mod" diff --git a/.github/workflows/pr-tests-terraform.yml b/.github/workflows/pr-tests-terraform.yml index 29b5ede..cef9e9e 100644 --- a/.github/workflows/pr-tests-terraform.yml +++ b/.github/workflows/pr-tests-terraform.yml @@ -33,7 +33,7 @@ jobs: - modules/postgresql - modules/postgresql-replica steps: - - uses: actions/checkout@1cce3390c2bfda521930d01229c073c7ff920824 # v6.0.2 + - uses: actions/checkout@f548e57e544e1ff5a4c46bf1e1b8685f8e4a348a # v6.0.2 with: ref: ${{ github.event.pull_request.head.ref }} fetch-depth: 0 diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index d72d9c6..ad936ec 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout source code - uses: actions/checkout@1cce3390c2bfda521930d01229c073c7ff920824 # v6.0.2 + uses: actions/checkout@f548e57e544e1ff5a4c46bf1e1b8685f8e4a348a # v6.0.2 - uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1 env: