diff --git a/.github/workflows/golanglint-ci.yaml b/.github/workflows/golanglint-ci.yaml index 7d72abf..db78471 100644 --- a/.github/workflows/golanglint-ci.yaml +++ b/.github/workflows/golanglint-ci.yaml @@ -19,7 +19,7 @@ jobs: - uses: actions/setup-go@v4 with: go-version: 1.22 - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: golangci-lint uses: golangci/golangci-lint-action@v3 with: diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 15b7d9e..6747be8 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -20,10 +20,10 @@ jobs: steps: - name: Checkout Repository if: github.event_name != 'pull_request_target' - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Checkout Repository PR if: github.event_name == 'pull_request_target' - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: fetch-depth: 2 ref: "refs/pull/${{ github.event.number }}/merge" diff --git a/.github/workflows/perform-release.yaml b/.github/workflows/perform-release.yaml index 804bef5..bbf0748 100644 --- a/.github/workflows/perform-release.yaml +++ b/.github/workflows/perform-release.yaml @@ -17,7 +17,7 @@ jobs: with: app_id: ${{ secrets.AUTOMERGE_APP_ID }} private_key: ${{ secrets.AUTOMERGE_PRIVATE_KEY }} - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: repository: ${{ github.event.pull_request.head.repo.full_name }} ref: ${{ github.event.pull_request.head.ref }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2218ff8..7741e9d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Set up Go uses: actions/setup-go@v4 diff --git a/.github/workflows/unit.yaml b/.github/workflows/unit.yaml index d4cb74c..d1e0c8b 100644 --- a/.github/workflows/unit.yaml +++ b/.github/workflows/unit.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest name: Unit tests steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - uses: actions/setup-go@v4 with: go-version: '1.22'