diff --git a/.github/workflows/flex-build.yml b/.github/workflows/flex-build.yml index 7196ee5..ad7d73b 100644 --- a/.github/workflows/flex-build.yml +++ b/.github/workflows/flex-build.yml @@ -36,7 +36,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: fetch-depth: 1 sparse-checkout: | diff --git a/.github/workflows/lifecycle.yml b/.github/workflows/lifecycle.yml index 5ed8ffb..2170afd 100644 --- a/.github/workflows/lifecycle.yml +++ b/.github/workflows/lifecycle.yml @@ -55,7 +55,7 @@ jobs: run-matrix: ${{ steps.matrices.outputs.run-matrix }} steps: - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: fetch-depth: 1 ref: ${{ inputs.ref || github.ref }} @@ -183,7 +183,7 @@ jobs: ${{ insert }}: ${{ fromJSON(needs.matrices.outputs.run-matrix) }} steps: - name: Checkout # TODO: simplify away this step, currently needed for `uses: ./` - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: fetch-depth: 1 diff --git a/.github/workflows/test-local-action.yml b/.github/workflows/test-local-action.yml index 5076e67..25ff742 100644 --- a/.github/workflows/test-local-action.yml +++ b/.github/workflows/test-local-action.yml @@ -44,7 +44,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 with: fetch-depth: 1 ref: ${{ github.event.inputs.ref }}