diff --git a/.github/workflows/release-cli.yaml b/.github/workflows/release-cli.yaml index a406ca36ee7..48f9fd4be62 100644 --- a/.github/workflows/release-cli.yaml +++ b/.github/workflows/release-cli.yaml @@ -22,7 +22,7 @@ jobs: node-version: ${{ matrix.node-version }} - run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc - name: Cache pnpm modules - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 with: path: ~/.pnpm-store key: ${{ runner.os }}-exclude-test-apps-${{ hashFiles('pnpm-lock.yaml') }} diff --git a/.github/workflows/release-components.yaml b/.github/workflows/release-components.yaml index f70b72ffc54..4cbdb0e0c5f 100644 --- a/.github/workflows/release-components.yaml +++ b/.github/workflows/release-components.yaml @@ -18,7 +18,7 @@ jobs: with: node-version: 18.x - name: Cache pnpm modules - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 with: path: ~/.pnpm-store key: ${{ runner.os }}-exclude-test-apps-${{ hashFiles('pnpm-lock.yaml') }} diff --git a/.github/workflows/release-intellij-plugin.yaml b/.github/workflows/release-intellij-plugin.yaml index c78212df116..a6e9f5a3f90 100644 --- a/.github/workflows/release-intellij-plugin.yaml +++ b/.github/workflows/release-intellij-plugin.yaml @@ -24,7 +24,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Cache pnpm modules - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 with: path: ~/.pnpm-store key: ${{ runner.os }}-exclude-test-apps-${{ hashFiles('pnpm-lock.yaml') }} diff --git a/.github/workflows/release-vscode-extension.yaml b/.github/workflows/release-vscode-extension.yaml index 5beeb2fd5d6..34dbded3f60 100644 --- a/.github/workflows/release-vscode-extension.yaml +++ b/.github/workflows/release-vscode-extension.yaml @@ -24,7 +24,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Cache pnpm modules - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 with: path: ~/.pnpm-store key: ${{ runner.os }}-exclude-test-apps-${{ hashFiles('pnpm-lock.yaml') }} diff --git a/.github/workflows/release-vscodium-extension.yaml b/.github/workflows/release-vscodium-extension.yaml index 7c69a14e426..2c79296405d 100644 --- a/.github/workflows/release-vscodium-extension.yaml +++ b/.github/workflows/release-vscodium-extension.yaml @@ -24,7 +24,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Cache pnpm modules - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 with: path: ~/.pnpm-store key: ${{ runner.os }}-exclude-test-apps-${{ hashFiles('pnpm-lock.yaml') }} diff --git a/.github/workflows/test-app-e2e.yaml b/.github/workflows/test-app-e2e.yaml index 0df2e353dad..900826e74d8 100644 --- a/.github/workflows/test-app-e2e.yaml +++ b/.github/workflows/test-app-e2e.yaml @@ -47,7 +47,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Cache pnpm modules - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 with: path: ~/.pnpm-store key: ${{ runner.os }}-full-${{ hashFiles('pnpm-lock.yaml') }} diff --git a/.github/workflows/test-cli.yaml b/.github/workflows/test-cli.yaml index 22d429967a9..0d39b7279a3 100644 --- a/.github/workflows/test-cli.yaml +++ b/.github/workflows/test-cli.yaml @@ -32,7 +32,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Cache pnpm modules - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 with: path: ~/.pnpm-store key: ${{ runner.os }}-exclude-test-apps-${{ hashFiles('pnpm-lock.yaml') }} diff --git a/.github/workflows/test-core-components.yaml b/.github/workflows/test-core-components.yaml index e830ce01e5d..e508c7afd87 100644 --- a/.github/workflows/test-core-components.yaml +++ b/.github/workflows/test-core-components.yaml @@ -36,7 +36,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Cache pnpm modules - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 with: path: ~/.pnpm-store key: ${{ runner.os }}-exclude-test-apps-${{ hashFiles('pnpm-lock.yaml') }} diff --git a/.github/workflows/test-intellij.yaml b/.github/workflows/test-intellij.yaml index df7fa49e889..0b4f45cb492 100644 --- a/.github/workflows/test-intellij.yaml +++ b/.github/workflows/test-intellij.yaml @@ -36,7 +36,7 @@ jobs: distribution: "temurin" java-version: "11" - name: Cache pnpm modules - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 with: path: ~/.pnpm-store key: ${{ runner.os }}-exclude-test-apps-${{ hashFiles('pnpm-lock.yaml') }} diff --git a/.github/workflows/test-vscode.yaml b/.github/workflows/test-vscode.yaml index d0cd40a9d4b..00f89e7f9d0 100644 --- a/.github/workflows/test-vscode.yaml +++ b/.github/workflows/test-vscode.yaml @@ -32,7 +32,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Cache pnpm modules - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 with: path: ~/.pnpm-store key: ${{ runner.os }}-exclude-test-apps-${{ hashFiles('pnpm-lock.yaml') }}