From 48575f3c37955ecff29a077af473b137e374af75 Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 16:23:03 +0000 Subject: [PATCH 01/17] chore: deps(github): bump Action release for actions/add-to-project f... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... rom 244f685bbc3b7adfa8466e08b698b5577571133e to 5afcf98fcd03f1c2f92c3c83f58ae24323cc57fd (Pinned from v2.0.0) Made with ❤️️ by updatecli --- .github/workflows/add_issue_to_project.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add_issue_to_project.yaml b/.github/workflows/add_issue_to_project.yaml index cf539c847..09faf705e 100644 --- a/.github/workflows/add_issue_to_project.yaml +++ b/.github/workflows/add_issue_to_project.yaml @@ -8,7 +8,7 @@ jobs: name: Add issue to Updatecli project runs-on: ubuntu-latest steps: - - uses: actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e # v1.0.2 + - uses: actions/add-to-project@5afcf98fcd03f1c2f92c3c83f58ae24323cc57fd # v2.0.0 with: project-url: https://github.com/orgs/updatecli/projects/2 github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} From 1b489e89a4a216218f06b43002e5e2f03d3ca543 Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 16:23:23 +0000 Subject: [PATCH 02/17] chore: deps(github): bump Action release for actions/checkout from de... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... 0fac2e4500dabe0009e67214ff5f5447ce83dd to 3d3c42e5aac5ba805825da76410c181273ba90b1 (Pinned from v7.0.1) Made with ❤️️ by updatecli --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a12a0708d..b05f1f8a0 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -9,7 +9,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Use Node.js uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: From c0424bb13cf6bbbe486ad972e91d0ee0a1334817 Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 16:24:07 +0000 Subject: [PATCH 03/17] chore: deps(github): bump Action tag for actions/setup-node from 48b5... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... 5a011bda9f5d6aeb4c2d9c7362e8dae4041e to 820762786026740c76f36085b0efc47a31fe5020 (Pinned from v7.0.0) Made with ❤️️ by updatecli --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b05f1f8a0..0d8ad937c 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Use Node.js - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: 24 - name: Install Hugo From 169af5653dfc9492d9383c7547d3beb8e7c9fcf4 Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 16:24:20 +0000 Subject: [PATCH 04/17] chore: deps(github): bump Action release for peaceiris/actions-hugo f... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... rom 75d2e84710de30f6ff7268e08f310b60ef14033f to 2752ce1d29631191ea3f27c23495fa06139a5b78 (Pinned from v3.2.1) Made with ❤️️ by updatecli --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0d8ad937c..252764f6a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -15,7 +15,7 @@ jobs: with: node-version: 24 - name: Install Hugo - uses: peaceiris/actions-hugo@75d2e84710de30f6ff7268e08f310b60ef14033f # v3.0.0 + uses: peaceiris/actions-hugo@2752ce1d29631191ea3f27c23495fa06139a5b78 # v3.2.1 with: hugo-version: 0.165.0 extended: true From 34e3b1d83d9a10410bf89d6a6a4aa4964fab0bfb Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 16:25:10 +0000 Subject: [PATCH 05/17] chore: deps(github): bump Action release for actions/checkout from de... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... 0fac2e4500dabe0009e67214ff5f5447ce83dd to 3d3c42e5aac5ba805825da76410c181273ba90b1 (Pinned from v7.0.1) Made with ❤️️ by updatecli --- .github/workflows/codeql-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index a22132950..94591e044 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -28,7 +28,7 @@ jobs: # https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL uses: github/codeql-action/init@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3 From 597a14f9b17e18474548824dbe72521ebe8c47b7 Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 16:30:29 +0000 Subject: [PATCH 06/17] chore: deps(github): bump Action release for github/codeql-action/ini... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... t from 54f647b7e1bb85c95cddabcd46b0c578ec92bc1a to cdf488f595d80d6e07e03d4674febd5ab45fa938 (Pinned from v4.37.9) Made with ❤️️ by updatecli --- .github/workflows/codeql-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 94591e044..cd1182ccc 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3 + uses: github/codeql-action/init@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. From 800d25b36d4232cb6db87b4ad4fc796e4c4fa6fa Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 16:30:48 +0000 Subject: [PATCH 07/17] chore: deps(github): bump Action tag for github/codeql-action/autobui... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ld from 54f647b7e1bb85c95cddabcd46b0c578ec92bc1a to cdf488f595d80d6e07e03d4674febd5ab45fa938 (Pinned from v4.37.9) Made with ❤️️ by updatecli --- .github/workflows/codeql-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index cd1182ccc..99841787f 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -41,7 +41,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3 + uses: github/codeql-action/autobuild@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 #- run: | # make bootstrap # make release From 2c70663f06d960cb2393d9ffd3fd97a69aa298e7 Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 16:31:05 +0000 Subject: [PATCH 08/17] chore: deps(github): bump Action release for github/codeql-action/ana... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... lyze from 54f647b7e1bb85c95cddabcd46b0c578ec92bc1a to cdf488f595d80d6e07e03d4674febd5ab45fa938 (Pinned from v4.37.9) Made with ❤️️ by updatecli --- .github/workflows/codeql-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 99841787f..2d852930f 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -52,4 +52,4 @@ jobs: # ✏️ If the Autobuild fails above, remove it and uncomment the following three lines # and modify them (or add more) to build your code if your project # uses a compiled language - uses: github/codeql-action/analyze@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3 + uses: github/codeql-action/analyze@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 From 7afd088995dd9df0b330b8deff3cc0f6f683cb66 Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 16:31:14 +0000 Subject: [PATCH 09/17] chore: deps(github): bump Action release for actions/checkout from 9c... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... 091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 to 3d3c42e5aac5ba805825da76410c181273ba90b1 (Pinned from v7.0.1) Made with ❤️️ by updatecli --- .github/workflows/typos.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/typos.yaml b/.github/workflows/typos.yaml index 8e9704679..054994acf 100644 --- a/.github/workflows/typos.yaml +++ b/.github/workflows/typos.yaml @@ -12,7 +12,7 @@ jobs: contents: read steps: - name: Checkout repository - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false - name: Run typos From d24ecb2cf8cae9fdeff647f78e93c1f6cff478c1 Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 16:32:22 +0000 Subject: [PATCH 10/17] chore: deps(github): bump Action tag for crate-ci/typos from bee27e3a... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... 4fd1ea2111cf90ab89cd076c870fce14 to 4d9c206a77c041268485162b8e2579ad7a5cb9a3 (Pinned from v1.50.0) Made with ❤️️ by updatecli --- .github/workflows/typos.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/typos.yaml b/.github/workflows/typos.yaml index 054994acf..e9ebb871d 100644 --- a/.github/workflows/typos.yaml +++ b/.github/workflows/typos.yaml @@ -16,4 +16,4 @@ jobs: with: persist-credentials: false - name: Run typos - uses: crate-ci/typos@bee27e3a4fd1ea2111cf90ab89cd076c870fce14 # v1.48.0 + uses: crate-ci/typos@4d9c206a77c041268485162b8e2579ad7a5cb9a3 # v1.50.0 From b7e442ceacbcf4d82cc2b05315c9cc0047a843ad Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 16:32:37 +0000 Subject: [PATCH 11/17] chore: deps(github): bump Action tag for actions/checkout from 9c091b... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... b21b7c1c1d1991bb908d89e4e9dddfe3e0 to 3d3c42e5aac5ba805825da76410c181273ba90b1 (Pinned from v7.0.1) Made with ❤️️ by updatecli --- .github/workflows/updatecli.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updatecli.yaml b/.github/workflows/updatecli.yaml index 0fcbfb5e7..99269891f 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout" - uses: "actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0" # v7.0.0 + uses: "actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1" # v7.0.1 with: persistent-credentials: false - name: "Setup updatecli" From 5eb5c178cde31d775e8eb2db3af44a65f312db75 Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 16:33:01 +0000 Subject: [PATCH 12/17] chore: deps(github): bump Action release for actions/checkout from 9c... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... 091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 to 3d3c42e5aac5ba805825da76410c181273ba90b1 (Pinned from v7.0.1) Made with ❤️️ by updatecli --- .github/workflows/updatecli_release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updatecli_release.yaml b/.github/workflows/updatecli_release.yaml index 7d636e528..d4eabebe1 100644 --- a/.github/workflows/updatecli_release.yaml +++ b/.github/workflows/updatecli_release.yaml @@ -28,7 +28,7 @@ jobs: apply_args: "--labels=release:updatecli" steps: - name: "Checkout" - uses: "actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0" # v7.0.0 + uses: "actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1" # v7.0.1 with: persist-credentials: false - name: "Setup updatecli" From 68d901d4cd32be41fd088d0277a5d5ec48c9bfe7 Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 16:33:19 +0000 Subject: [PATCH 13/17] chore: deps(github): bump Action release for actions/checkout from 9c... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... 091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 to 3d3c42e5aac5ba805825da76410c181273ba90b1 (Pinned from v7.0.1) Made with ❤️️ by updatecli --- .github/workflows/updatecli_test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updatecli_test.yaml b/.github/workflows/updatecli_test.yaml index 3dbfaa2aa..354cb852c 100644 --- a/.github/workflows/updatecli_test.yaml +++ b/.github/workflows/updatecli_test.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout" - uses: "actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0" # v7.0.0 + uses: "actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1" # v7.0.1 with: persist-credentials: false - name: "Setup updatecli" From cd6319a73d1fc06843be18baa8bf010c5ad3d73c Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 16:33:33 +0000 Subject: [PATCH 14/17] chore: deps(github): bump Action tag for actions/checkout from 9c091b... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... b21b7c1c1d1991bb908d89e4e9dddfe3e0 to 3d3c42e5aac5ba805825da76410c181273ba90b1 (Pinned from v7.0.1) Made with ❤️️ by updatecli --- .github/workflows/updatecli_update.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updatecli_update.yaml b/.github/workflows/updatecli_update.yaml index b2d7af336..7af972d66 100644 --- a/.github/workflows/updatecli_update.yaml +++ b/.github/workflows/updatecli_update.yaml @@ -23,7 +23,7 @@ jobs: apply_args: "--existing-only=true" steps: - name: "Checkout" - uses: "actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0" # v7.0.0 + uses: "actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1" # v7.0.1 with: persist-credentials: false - name: "Setup updatecli" From 6faff89c4957847718413776b5307013161c5345 Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 16:33:46 +0000 Subject: [PATCH 15/17] chore: deps(github): bump Action release for actions/checkout from 9c... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... 091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 to 3d3c42e5aac5ba805825da76410c181273ba90b1 (Pinned from v7.0.1) Made with ❤️️ by updatecli --- .github/workflows/zizmor.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/zizmor.yaml b/.github/workflows/zizmor.yaml index 5c65861a0..f042833f0 100644 --- a/.github/workflows/zizmor.yaml +++ b/.github/workflows/zizmor.yaml @@ -12,7 +12,7 @@ jobs: security-events: write steps: - name: Checkout repository - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false - name: "Run zizmor \U0001F308" From 4bc853b877103e2d44c7c2bb018b44f195f15eb2 Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 16:33:56 +0000 Subject: [PATCH 16/17] chore: deps(github): bump Action tag for zizmorcore/zizmor-action fro... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... m 192e21d79ab29983730a13d1382995c2307fbcaa to 70fb788f84895a7701f5643d103d587e460b5c99 (Pinned from v0.6.3) Made with ❤️️ by updatecli --- .github/workflows/zizmor.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/zizmor.yaml b/.github/workflows/zizmor.yaml index f042833f0..080903f13 100644 --- a/.github/workflows/zizmor.yaml +++ b/.github/workflows/zizmor.yaml @@ -16,7 +16,7 @@ jobs: with: persist-credentials: false - name: "Run zizmor \U0001F308" - uses: zizmorcore/zizmor-action@192e21d79ab29983730a13d1382995c2307fbcaa # v0.5.7 + uses: zizmorcore/zizmor-action@70fb788f84895a7701f5643d103d587e460b5c99 # v0.6.3 with: # intentionally not scanning the entire repository, inputs: ./.github/ From 0554fd9b2bac7b1e2d12a6d9e5bc1d990764173d Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 05:48:50 +0000 Subject: [PATCH 17/17] chore: deps(github): bump Action tag for crate-ci/typos from 4d9c206a... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... 77c041268485162b8e2579ad7a5cb9a3 to d43b6c087ac471e2ea7b8af622ff15f05c0c365b (Pinned from v1.50.1) Made with ❤️️ by updatecli --- .github/workflows/typos.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/typos.yaml b/.github/workflows/typos.yaml index e9ebb871d..c2f74092a 100644 --- a/.github/workflows/typos.yaml +++ b/.github/workflows/typos.yaml @@ -16,4 +16,4 @@ jobs: with: persist-credentials: false - name: Run typos - uses: crate-ci/typos@4d9c206a77c041268485162b8e2579ad7a5cb9a3 # v1.50.0 + uses: crate-ci/typos@d43b6c087ac471e2ea7b8af622ff15f05c0c365b # v1.50.1