diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 295592ab17..1326b47e6c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -45,7 +45,7 @@ jobs: GITHUB_TOKEN: ${{ env.GH_TOKEN }} - name: Checkout Source Code - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 with: fetch-depth: 0 @@ -318,7 +318,7 @@ jobs: steps: - name: Checkout Source Code - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Setup PNPM with Dependencies uses: ./.github/actions/setup-pnpm-with-dependencies/ @@ -381,7 +381,7 @@ jobs: - name: Checkout Source Code if: ${{ github.event_name == 'push' }} - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 with: fetch-depth: 0 token: ${{ secrets.KONGPONENTS_BOT_PAT }} @@ -436,7 +436,7 @@ jobs: - finish-test-and-publish steps: - name: Checkout Source Code - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Get aggregate Workflow status uses: technote-space/workflow-conclusion-action@45ce8e0eb155657ab8ccf346ade734257fd196a5 #v3.0.3 diff --git a/.github/workflows/pr-on-close.yaml b/.github/workflows/pr-on-close.yaml index f08bc33c67..9b67f8776f 100644 --- a/.github/workflows/pr-on-close.yaml +++ b/.github/workflows/pr-on-close.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Source Code - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Remove preview consumption comment uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 #v2.9.1 diff --git a/.github/workflows/pr-packages.yaml b/.github/workflows/pr-packages.yaml index 98721862fe..fcf8b07cae 100644 --- a/.github/workflows/pr-packages.yaml +++ b/.github/workflows/pr-packages.yaml @@ -15,7 +15,7 @@ jobs: timeout-minutes: 5 steps: - name: Checkout code - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: No PR preview references uses: Kong/public-shared-actions/pr-previews/validate@main