diff --git a/.github/workflows/bump-version-flutter-app.yml b/.github/workflows/bump-version-flutter-app.yml index 8eebff2..c9f8120 100644 --- a/.github/workflows/bump-version-flutter-app.yml +++ b/.github/workflows/bump-version-flutter-app.yml @@ -38,7 +38,7 @@ jobs: permission-pull-requests: write - name: Checkout source code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 with: token: ${{ steps.generate_token.outputs.token }} ref: main diff --git a/.github/workflows/bump-version-flutter-lib.yml b/.github/workflows/bump-version-flutter-lib.yml index 4480150..6dada8d 100644 --- a/.github/workflows/bump-version-flutter-lib.yml +++ b/.github/workflows/bump-version-flutter-lib.yml @@ -42,7 +42,7 @@ jobs: permission-pull-requests: write - name: Checkout source code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 with: token: ${{ steps.generate_token.outputs.token }} ref: main diff --git a/.github/workflows/bump-version-rust.yml b/.github/workflows/bump-version-rust.yml index 297a10d..4b388b7 100644 --- a/.github/workflows/bump-version-rust.yml +++ b/.github/workflows/bump-version-rust.yml @@ -53,7 +53,7 @@ jobs: permission-pull-requests: write - name: Checkout source code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 with: token: ${{ steps.generate_token.outputs.token }} ref: main @@ -79,7 +79,7 @@ jobs: timeout-minutes: 5 - name: Install cargo-release - uses: taiki-e/install-action@6ed6112eb9893c58dd600eebccdf6e77ab7bfa9c + uses: taiki-e/install-action@cde8c9e634f4a17bc06b61413ac0ef75450eac46 with: tool: cargo-release diff --git a/.github/workflows/check-flutter.yml b/.github/workflows/check-flutter.yml index 30929af..f38eafc 100644 --- a/.github/workflows/check-flutter.yml +++ b/.github/workflows/check-flutter.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 with: persist-credentials: false @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 with: persist-credentials: false @@ -53,7 +53,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 with: persist-credentials: false diff --git a/.github/workflows/check-github-actions.yml b/.github/workflows/check-github-actions.yml index cd82302..bb2a7c7 100644 --- a/.github/workflows/check-github-actions.yml +++ b/.github/workflows/check-github-actions.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 with: persist-credentials: false @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 with: persist-credentials: false diff --git a/.github/workflows/check-markdown.yml b/.github/workflows/check-markdown.yml index b659c14..0cf0d41 100644 --- a/.github/workflows/check-markdown.yml +++ b/.github/workflows/check-markdown.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 with: persist-credentials: false diff --git a/.github/workflows/check-rust-beta.yml b/.github/workflows/check-rust-beta.yml index 64e8638..9cb3f1b 100644 --- a/.github/workflows/check-rust-beta.yml +++ b/.github/workflows/check-rust-beta.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 with: persist-credentials: false @@ -28,7 +28,7 @@ jobs: run: rustup override set beta - name: Install cargo-nextest - uses: taiki-e/install-action@6ed6112eb9893c58dd600eebccdf6e77ab7bfa9c + uses: taiki-e/install-action@cde8c9e634f4a17bc06b61413ac0ef75450eac46 with: tool: cargo-nextest diff --git a/.github/workflows/check-rust-miri.yml b/.github/workflows/check-rust-miri.yml index fa21758..6d54b8f 100644 --- a/.github/workflows/check-rust-miri.yml +++ b/.github/workflows/check-rust-miri.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 with: persist-credentials: false diff --git a/.github/workflows/check-rust.yml b/.github/workflows/check-rust.yml index 9306796..e2d78e2 100644 --- a/.github/workflows/check-rust.yml +++ b/.github/workflows/check-rust.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 with: persist-credentials: false @@ -33,7 +33,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 with: persist-credentials: false @@ -70,7 +70,7 @@ jobs: runs-on: ${{ matrix.platform }} steps: - name: Checkout source code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 with: persist-credentials: false @@ -86,7 +86,7 @@ jobs: timeout-minutes: 5 - name: Install cargo-nextest - uses: taiki-e/install-action@6ed6112eb9893c58dd600eebccdf6e77ab7bfa9c + uses: taiki-e/install-action@cde8c9e634f4a17bc06b61413ac0ef75450eac46 with: tool: cargo-nextest @@ -107,7 +107,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 with: persist-credentials: false @@ -140,7 +140,7 @@ jobs: timeout-minutes: 5 - name: Install cargo-nextest - uses: taiki-e/install-action@6ed6112eb9893c58dd600eebccdf6e77ab7bfa9c + uses: taiki-e/install-action@cde8c9e634f4a17bc06b61413ac0ef75450eac46 with: tool: cargo-nextest diff --git a/.github/workflows/check-shell.yml b/.github/workflows/check-shell.yml index 63bd346..ca4fe37 100644 --- a/.github/workflows/check-shell.yml +++ b/.github/workflows/check-shell.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 with: persist-credentials: false @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 with: persist-credentials: false diff --git a/.github/workflows/check-spelling.yml b/.github/workflows/check-spelling.yml index 15b72a0..6b3af75 100644 --- a/.github/workflows/check-spelling.yml +++ b/.github/workflows/check-spelling.yml @@ -13,11 +13,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 with: persist-credentials: false - name: Check files for common misspellings - uses: crate-ci/typos@f8a58b6b53f2279f71eb605f03a4ae4d10608f45 + uses: crate-ci/typos@37bb98842b0d8c4ffebdb75301a13db0267cef89 with: files: "${{ inputs.files }}" diff --git a/.github/workflows/deploy-github-pages-rust.yml b/.github/workflows/deploy-github-pages-rust.yml index e80be56..a13a18c 100644 --- a/.github/workflows/deploy-github-pages-rust.yml +++ b/.github/workflows/deploy-github-pages-rust.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 with: persist-credentials: false diff --git a/.github/workflows/deploy-github-pages-zig.yml b/.github/workflows/deploy-github-pages-zig.yml index 1655ff9..159cbc0 100644 --- a/.github/workflows/deploy-github-pages-zig.yml +++ b/.github/workflows/deploy-github-pages-zig.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 with: persist-credentials: false diff --git a/.github/workflows/detect-changed-files.yml b/.github/workflows/detect-changed-files.yml index 0f55067..922f9ae 100644 --- a/.github/workflows/detect-changed-files.yml +++ b/.github/workflows/detect-changed-files.yml @@ -49,7 +49,7 @@ jobs: zig_files: ${{ steps.filter.outputs.zig_files }} steps: - name: Checkout source code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 with: fetch-depth: 20 persist-credentials: false diff --git a/.github/workflows/draft-release-flutter.yml b/.github/workflows/draft-release-flutter.yml index 1fd0f81..33f2db8 100644 --- a/.github/workflows/draft-release-flutter.yml +++ b/.github/workflows/draft-release-flutter.yml @@ -84,7 +84,7 @@ jobs: url: ${{ steps.gh_release.outputs.url }} steps: - name: Checkout source code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 with: persist-credentials: false @@ -112,7 +112,7 @@ jobs: environment: signing steps: - name: Checkout source code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 with: persist-credentials: false @@ -228,7 +228,7 @@ jobs: environment: signing steps: - name: Checkout source code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 with: persist-credentials: false @@ -315,7 +315,7 @@ jobs: contents: write steps: - name: Checkout source code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 with: persist-credentials: false diff --git a/.github/workflows/draft-release-rust.yml b/.github/workflows/draft-release-rust.yml index cb697f9..2ad2dee 100644 --- a/.github/workflows/draft-release-rust.yml +++ b/.github/workflows/draft-release-rust.yml @@ -26,7 +26,7 @@ jobs: url: ${{ steps.gh_release.outputs.url }} steps: - name: Checkout source code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 with: persist-credentials: false @@ -80,7 +80,7 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - name: Checkout source code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 with: persist-credentials: false @@ -102,7 +102,7 @@ jobs: - name: Install cross if: matrix.os == 'ubuntu-latest' - uses: taiki-e/install-action@6ed6112eb9893c58dd600eebccdf6e77ab7bfa9c + uses: taiki-e/install-action@cde8c9e634f4a17bc06b61413ac0ef75450eac46 with: tool: cross diff --git a/.github/workflows/flush-caches.yml b/.github/workflows/flush-caches.yml index f02653a..ce5a820 100644 --- a/.github/workflows/flush-caches.yml +++ b/.github/workflows/flush-caches.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 with: persist-credentials: false diff --git a/.github/workflows/preload-caches-flutter.yml b/.github/workflows/preload-caches-flutter.yml index 6ea1f75..5557969 100644 --- a/.github/workflows/preload-caches-flutter.yml +++ b/.github/workflows/preload-caches-flutter.yml @@ -15,7 +15,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout source code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 with: persist-credentials: false diff --git a/.github/workflows/preload-caches-rust.yml b/.github/workflows/preload-caches-rust.yml index a30111b..65ab7d8 100644 --- a/.github/workflows/preload-caches-rust.yml +++ b/.github/workflows/preload-caches-rust.yml @@ -25,7 +25,7 @@ jobs: runs-on: ${{ matrix.platform }} steps: - name: Checkout source code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 with: persist-credentials: false @@ -41,7 +41,7 @@ jobs: timeout-minutes: 5 - name: Install cargo-nextest - uses: taiki-e/install-action@6ed6112eb9893c58dd600eebccdf6e77ab7bfa9c + uses: taiki-e/install-action@cde8c9e634f4a17bc06b61413ac0ef75450eac46 with: tool: cargo-nextest @@ -54,7 +54,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 with: persist-credentials: false @@ -87,7 +87,7 @@ jobs: timeout-minutes: 5 - name: Install cargo-nextest - uses: taiki-e/install-action@6ed6112eb9893c58dd600eebccdf6e77ab7bfa9c + uses: taiki-e/install-action@cde8c9e634f4a17bc06b61413ac0ef75450eac46 with: tool: cargo-nextest diff --git a/.github/workflows/publish-crate.yml b/.github/workflows/publish-crate.yml index 7912e2b..bf0b83d 100644 --- a/.github/workflows/publish-crate.yml +++ b/.github/workflows/publish-crate.yml @@ -19,7 +19,7 @@ jobs: id-token: write steps: - name: Checkout source code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/tag-if-missing.yml b/.github/workflows/tag-if-missing.yml index 92b14a9..4c0ec14 100644 --- a/.github/workflows/tag-if-missing.yml +++ b/.github/workflows/tag-if-missing.yml @@ -29,7 +29,7 @@ jobs: permission-contents: write - name: Checkout source code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 with: token: ${{ steps.generate_token.outputs.token }} ref: main diff --git a/.github/workflows/tag-untagged-releases-rust.yml b/.github/workflows/tag-untagged-releases-rust.yml index c356efc..f379888 100644 --- a/.github/workflows/tag-untagged-releases-rust.yml +++ b/.github/workflows/tag-untagged-releases-rust.yml @@ -30,7 +30,7 @@ jobs: permission-contents: write - name: Checkout source code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 with: ref: main token: ${{ steps.generate_token.outputs.token }} @@ -54,7 +54,7 @@ jobs: timeout-minutes: 5 - name: Install cargo-release - uses: taiki-e/install-action@6ed6112eb9893c58dd600eebccdf6e77ab7bfa9c + uses: taiki-e/install-action@cde8c9e634f4a17bc06b61413ac0ef75450eac46 with: tool: cargo-release diff --git a/.github/workflows/upload-build-android.yml b/.github/workflows/upload-build-android.yml index 4d37587..9acc539 100644 --- a/.github/workflows/upload-build-android.yml +++ b/.github/workflows/upload-build-android.yml @@ -34,7 +34,7 @@ jobs: id-token: write steps: - name: Checkout source code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 with: persist-credentials: false diff --git a/.github/workflows/upload-build-ios.yml b/.github/workflows/upload-build-ios.yml index 43e66e0..6cdbb97 100644 --- a/.github/workflows/upload-build-ios.yml +++ b/.github/workflows/upload-build-ios.yml @@ -22,7 +22,7 @@ jobs: contents: read steps: - name: Checkout source code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 with: persist-credentials: false