diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 953c277..15764da 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -50,7 +50,7 @@ jobs: node-version: ${{ inputs.node-version }} steps: - name: Checkout code - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 with: fetch-depth: 0 diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 2575f72..8e5fa47 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -167,7 +167,7 @@ jobs: private_key: ${{ secrets.APP_PRIVATE_KEY }} - name: Checkout code - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 with: fetch-depth: 0 token: ${{ steps.generate-token.outputs.token }} @@ -220,7 +220,7 @@ jobs: private_key: ${{ secrets.APP_PRIVATE_KEY }} - name: Checkout code - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 with: fetch-depth: 0 token: ${{ steps.generate-token.outputs.token }} diff --git a/.github/workflows/todo.yml b/.github/workflows/todo.yml index dbe41b9..1b35510 100644 --- a/.github/workflows/todo.yml +++ b/.github/workflows/todo.yml @@ -26,7 +26,7 @@ jobs: contents: read steps: - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: Manually importing TODO to Issues if: github.event_name == 'workflow_dispatch'