diff --git a/.github/actions/init-pnpm/action.yaml b/.github/actions/init-pnpm/action.yaml index accf3f61..9d335a1b 100644 --- a/.github/actions/init-pnpm/action.yaml +++ b/.github/actions/init-pnpm/action.yaml @@ -9,16 +9,16 @@ runs: using: composite steps: - name: Cache turbo build - uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5 + uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5 with: path: .turbo key: ${{ runner.os }}-turbo-${{ github.sha }} restore-keys: | ${{ runner.os }}-turbo- - name: Set up pnpm - uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4 + uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4 - name: Set up Node.js - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: node-version: ${{ inputs.node-version }} cache: 'pnpm' diff --git a/.github/workflows/enforce-no-catalog.yaml b/.github/workflows/enforce-no-catalog.yaml index c81bedbf..2ea741e6 100644 --- a/.github/workflows/enforce-no-catalog.yaml +++ b/.github/workflows/enforce-no-catalog.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Code - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Scan ALL package.json files shell: bash diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index a8bd9b9b..db224440 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -15,7 +15,7 @@ jobs: steps: - name: Check out TS Project Git repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Fetch base branch for turbo run: git fetch origin ${{ github.base_ref }} --depth=1 @@ -34,7 +34,7 @@ jobs: steps: - name: Check out TS Project Git repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Init nodejs uses: ./.github/actions/init-pnpm @@ -52,7 +52,7 @@ jobs: steps: - name: Check out TS Project Git repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Fetch base branch for turbo run: git fetch origin ${{ github.base_ref }} --depth=1 @@ -71,7 +71,7 @@ jobs: steps: - name: Check out TS Project Git repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Fetch base branch for turbo run: git fetch origin ${{ github.base_ref }} --depth=1 @@ -86,7 +86,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out TS Project Git repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Fetch base branch for turbo run: git fetch origin ${{ github.base_ref }} --depth=1 @@ -102,7 +102,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out TS Project Git repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Fetch base branch for turbo run: git fetch origin ${{ github.base_ref }} --depth=1 diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 240a8257..75145524 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -17,7 +17,7 @@ jobs: releases_created: ${{ steps.release.outputs.releases_created }} paths_released: ${{ steps.release.outputs.paths_released }} steps: - - uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4.4.0 + - uses: googleapis/release-please-action@5c625bfb5d1ff62eadeeb3772007f7f66fdcf071 # v4.4.1 id: release with: config-file: release-please-config.json @@ -35,7 +35,7 @@ jobs: # 2. Parse the JSON string (e.g. '["packages/a"]') into a real array for the matrix path: ${{ fromJson(needs.release-please.outputs.paths_released) }} steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Init nodejs uses: ./.github/actions/init-pnpm diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 97304eaa..532f062a 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 # This third party action allows you to download the cache artifact from different workflow runs # Note that actions/cache doesn't work well because the cache key would need to be computed from # a file within the cache, meaning there would never be any data to restore. With other keys, the @@ -65,7 +65,7 @@ jobs: ls -R $cache_dir - name: Self-hosted Renovate - uses: renovatebot/github-action@8cb0d4a6ab7d8bb90460a005f7bd33b80dd07ca8 # v44.2.5 + uses: renovatebot/github-action@eaf12548c13069dcc28bb75c4ee4610cdbe400c5 # v44.2.6 with: configurationFile: renovate.json token: ${{ secrets.GH_PAT }} diff --git a/.github/workflows/typedoc.yaml b/.github/workflows/typedoc.yaml index a2fc98ae..10ad22e4 100644 --- a/.github/workflows/typedoc.yaml +++ b/.github/workflows/typedoc.yaml @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Init nodejs uses: ./.github/actions/init-pnpm - name: build docs