diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index b5d7c4e..5d2e4fa 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -9,7 +9,7 @@ jobs: name: editorconfig steps: - name: Checkout the repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Check editorconfig uses: editorconfig-checker/action-editorconfig-checker@main package-json: @@ -17,7 +17,7 @@ jobs: name: package.json steps: - name: Checkout the repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Install pnpm uses: pnpm/action-setup@v2 with: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1f62690..d645ffb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: name: Node.js ${{ matrix.node-version }} / unit steps: - name: Checkout the repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Install pnpm uses: pnpm/action-setup@v2 with: