diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d1fe843..dd7fcde 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: runs-on: macos-latest timeout-minutes: 40 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: pnpm/action-setup@v4 with: @@ -72,7 +72,7 @@ jobs: needs: verify-core timeout-minutes: 40 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: pnpm/action-setup@v4 with: diff --git a/.github/workflows/git-hygiene.yml b/.github/workflows/git-hygiene.yml index 65a7af9..617637f 100644 --- a/.github/workflows/git-hygiene.yml +++ b/.github/workflows/git-hygiene.yml @@ -12,7 +12,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd with: fetch-depth: 0 - uses: wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed @@ -46,7 +46,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd with: fetch-depth: 0 - uses: gitleaks/gitleaks-action@ff98106e4c7b2bc287b24eaf42907196329070c7 diff --git a/.github/workflows/lockfile-rationale.yml b/.github/workflows/lockfile-rationale.yml index ecd3cf5..73d6d79 100644 --- a/.github/workflows/lockfile-rationale.yml +++ b/.github/workflows/lockfile-rationale.yml @@ -12,7 +12,7 @@ jobs: contents: read pull-requests: read steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - uses: tj-actions/changed-files@48d8f15b2aaa3d255ca5af3eba4870f807ce6b3c id: changed - uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b diff --git a/.github/workflows/perf-enforced.yml b/.github/workflows/perf-enforced.yml index e4108a7..c2aeb11 100644 --- a/.github/workflows/perf-enforced.yml +++ b/.github/workflows/perf-enforced.yml @@ -22,7 +22,7 @@ jobs: if: ${{ vars.PERF_PROFILE == 'production' }} runs-on: macos-latest steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 with: @@ -49,7 +49,7 @@ jobs: if: ${{ vars.PERF_PROFILE == 'production' }} runs-on: macos-latest steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 with: @@ -73,7 +73,7 @@ jobs: if: ${{ vars.PERF_PROFILE == 'production' }} runs-on: macos-latest steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: Check asset budgets run: ASSET_MAX_BYTES=250000 bash scripts/perf/check-assets.sh @@ -82,7 +82,7 @@ jobs: if: ${{ vars.PERF_PROFILE == 'production' }} runs-on: macos-latest steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 with: @@ -103,7 +103,7 @@ jobs: if: ${{ vars.PERF_PROFILE == 'production' && vars.PERF_BASE_URL != '' }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - uses: grafana/setup-k6-action@ffe7d7290dfa715e48c2ccc924d068444c94bde2 @@ -118,7 +118,7 @@ jobs: if: ${{ vars.PERF_PROFILE == 'production' && vars.PERF_DATABASE_URL != '' }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: Install PostgreSQL client run: sudo apt-get update && sudo apt-get install -y postgresql-client diff --git a/.github/workflows/perf-foundation.yml b/.github/workflows/perf-foundation.yml index 727a1c8..1f6c323 100644 --- a/.github/workflows/perf-foundation.yml +++ b/.github/workflows/perf-foundation.yml @@ -21,7 +21,7 @@ jobs: perf-bundle: runs-on: macos-latest steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 with: @@ -44,7 +44,7 @@ jobs: perf-build: runs-on: macos-latest steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 with: @@ -64,7 +64,7 @@ jobs: perf-assets: runs-on: macos-latest steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: Check asset budgets run: bash scripts/perf/check-assets.sh @@ -72,7 +72,7 @@ jobs: perf-memory: runs-on: macos-latest steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 with: @@ -93,7 +93,7 @@ jobs: if: ${{ vars.PERF_BASE_URL != '' }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - uses: grafana/setup-k6-action@ffe7d7290dfa715e48c2ccc924d068444c94bde2 @@ -106,7 +106,7 @@ jobs: if: ${{ vars.PERF_DATABASE_URL != '' }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: Install PostgreSQL client run: sudo apt-get update && sudo apt-get install -y postgresql-client diff --git a/.github/workflows/quality-gates.yml b/.github/workflows/quality-gates.yml index 8ddb3c4..8f79b6e 100644 --- a/.github/workflows/quality-gates.yml +++ b/.github/workflows/quality-gates.yml @@ -9,7 +9,7 @@ jobs: quality: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8ddae56..20f6d8b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: runs-on: macos-latest timeout-minutes: 45 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: pnpm/action-setup@v4 with: @@ -83,7 +83,7 @@ jobs: needs: verify-release timeout-minutes: 45 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: pnpm/action-setup@v4 with: