From 6ecbc39e4698a24edd5f1393831df5e7fc638f2f Mon Sep 17 00:00:00 2001 From: zhom <2717306+zhom@users.noreply.github.com> Date: Wed, 18 Jun 2025 01:25:21 +0400 Subject: [PATCH] build: pin action versions --- .github/workflows/rolling-release.yml | 2 +- .github/workflows/spellcheck.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rolling-release.yml b/.github/workflows/rolling-release.yml index 3797afd..65aba39 100644 --- a/.github/workflows/rolling-release.yml +++ b/.github/workflows/rolling-release.yml @@ -168,7 +168,7 @@ jobs: echo "Generated timestamp: ${TIMESTAMP}-${COMMIT_HASH}" - name: Build Tauri app - uses: tauri-apps/tauri-action@v0 + uses: tauri-apps/tauri-action@42e9df6c59070d114bf90dcd3943a1b8f138b113 #v0.5.20 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BUILD_TAG: "nightly-${{ steps.timestamp.outputs.timestamp }}" diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index f1e4b8f..c40a253 100644 --- a/.github/workflows/spellcheck.yml +++ b/.github/workflows/spellcheck.yml @@ -23,4 +23,4 @@ jobs: - name: Checkout Actions Repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2 - name: Spell Check Repo - uses: crate-ci/typos@v1.33.1 + uses: crate-ci/typos@b1ae8d918b6e85bd611117d3d9a3be4f903ee5e4 #v1.33.1