Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
with:
fetch-depth: 0

Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
if: needs.changes.outputs.docs_only == 'true'
run: echo 'Frontend quality checks are skipped for docs-only changes.'

- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
if: needs.changes.outputs.docs_only != 'true'

- uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6
Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:
if: needs.changes.outputs.docs_only == 'true'
run: echo 'Frontend tests are skipped for docs-only changes.'

- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
if: needs.changes.outputs.docs_only != 'true'

- uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6
Expand Down Expand Up @@ -276,7 +276,7 @@ jobs:
if: needs.changes.outputs.docs_only != 'true' && needs.changes.outputs.site_changed == 'true'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6

- uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6

Expand All @@ -301,7 +301,7 @@ jobs:
if: needs.changes.outputs.docs_only == 'true'
run: echo 'Rust checks are skipped for docs-only changes.'

- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
if: needs.changes.outputs.docs_only != 'true'

- uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6
Expand Down Expand Up @@ -362,7 +362,7 @@ jobs:
- rust-checks
runs-on: windows-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6

- uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/community.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
permissions:
issues: write
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
- uses: EndBug/label-sync@52074158190acb45f3077f9099fea818aa43f97a # v2
with:
config-file: .github/labels.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
TOUCHAI_CARGO_TARGET_DIR: apps/desktop/src-tauri/target/e2e
TOUCHAI_E2E_CARGO_PROFILE: ci-check
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0

- uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
name: Build site
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6

- uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-template-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out base branch workflow files
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
with:
ref: ${{ github.event.pull_request.base.sha }}
persist-credentials: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
exit 1
fi

- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false

Expand All @@ -60,7 +60,7 @@ jobs:
)"
echo "branch=$release_pr_branch" >> "$GITHUB_OUTPUT"

- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
if: ${{ steps.release.outputs.prs_created == 'true' }}
with:
ref: ${{ steps.release_pr.outputs.branch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
prerelease: ${{ steps.release.outputs.prerelease }}
release_name: ${{ steps.release.outputs.release_name }}
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
with:
fetch-depth: 0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
if: needs.changes.outputs.docs_only == 'true'
run: echo "CodeQL is not required for docs-only pull requests (${{ matrix.language }})."

- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
if: needs.changes.outputs.docs_only != 'true'

- name: Initialize CodeQL
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6

- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
with:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/velopack-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
cloudflare_r2_bucket_name: ${{ steps.product.outputs.cloudflare_r2_bucket_name }}
artifact_release_notes_name: ${{ steps.artifacts.outputs.release_notes_name }}
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
with:
ref: ${{ inputs.target-commitish }}
fetch-depth: 0
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
needs: prepare-release
runs-on: windows-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
with:
ref: ${{ inputs.target-commitish }}
fetch-depth: 0
Expand Down Expand Up @@ -312,7 +312,7 @@ jobs:
needs: prepare-release
runs-on: macos-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
with:
ref: ${{ inputs.target-commitish }}
fetch-depth: 0
Expand Down Expand Up @@ -406,7 +406,7 @@ jobs:
needs: prepare-release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
with:
ref: ${{ inputs.target-commitish }}
fetch-depth: 0
Expand Down Expand Up @@ -524,7 +524,7 @@ jobs:
- build-linux
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
with:
ref: ${{ inputs.target-commitish }}
fetch-depth: 0
Expand Down Expand Up @@ -625,7 +625,7 @@ jobs:
runs-on: ubuntu-latest
environment: ${{ inputs.deployment-environment }}
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
with:
ref: ${{ inputs.target-commitish }}
fetch-depth: 0
Expand Down
Loading