From 9b01562493817576d0c3ee3781f4ab352d9e27aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 10:35:32 +0000 Subject: [PATCH] chore(deps): update github actions (patch) --- .github/workflows/bot-signoff.yaml | 2 +- .github/workflows/conventional-pr.yaml | 2 +- .github/workflows/publish.yaml | 4 ++-- .github/workflows/release-please.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/bot-signoff.yaml b/.github/workflows/bot-signoff.yaml index eb91a24..f41fe92 100644 --- a/.github/workflows/bot-signoff.yaml +++ b/.github/workflows/bot-signoff.yaml @@ -61,7 +61,7 @@ jobs: steps: - name: Generate a token id: generate-token - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 + uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2 with: app-id: ${{ secrets.TERO_BOT_CLIENT_ID }} private-key: ${{ secrets.TERO_BOT_PRIVATE_SIGNING_KEY }} diff --git a/.github/workflows/conventional-pr.yaml b/.github/workflows/conventional-pr.yaml index dca8ed7..01ae5fe 100644 --- a/.github/workflows/conventional-pr.yaml +++ b/.github/workflows/conventional-pr.yaml @@ -39,7 +39,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Generate a token id: generate-token - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 + uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2 with: app-id: ${{ secrets.TERO_BOT_CLIENT_ID }} private-key: ${{ secrets.TERO_BOT_PRIVATE_SIGNING_KEY }} diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 13b44b4..62571c3 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -33,7 +33,7 @@ jobs: publish: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: cashapp/activate-hermit@12a728b03ad41eace0f9abaf98a035e7e8ea2318 # v1.1.4 @@ -41,7 +41,7 @@ jobs: run: task ci:setup - name: Install Rust - uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 # master + uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9 # master with: toolchain: stable diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 2e06c8a..ed8fdc8 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -39,7 +39,7 @@ jobs: steps: - name: Generate a token id: generate-token - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 + uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2 with: app-id: ${{ secrets.TERO_BOT_CLIENT_ID }} private-key: ${{ secrets.TERO_BOT_PRIVATE_SIGNING_KEY }}