From d81415e54914d44945368e4ce9fb6edfcbb9e366 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 19:38:35 +0000 Subject: [PATCH] chore(deps): update github actions (patch) --- .github/workflows/bot-signoff.yaml | 4 ++-- .github/workflows/conventional-pr.yaml | 4 ++-- .github/workflows/release-please.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/bot-signoff.yaml b/.github/workflows/bot-signoff.yaml index eb91a24..8b3bde6 100644 --- a/.github/workflows/bot-signoff.yaml +++ b/.github/workflows/bot-signoff.yaml @@ -61,14 +61,14 @@ 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 }} owner: ${{ github.repository_owner }} repositories: ${{ github.event.repository.name }} - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: token: ${{ steps.generate-token.outputs.token }} ref: ${{ github.head_ref || github.ref }} diff --git a/.github/workflows/conventional-pr.yaml b/.github/workflows/conventional-pr.yaml index dca8ed7..194785d 100644 --- a/.github/workflows/conventional-pr.yaml +++ b/.github/workflows/conventional-pr.yaml @@ -36,10 +36,10 @@ jobs: lint-pr: runs-on: ubuntu-latest steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - 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/release-please.yaml b/.github/workflows/release-please.yaml index ca43a60..4e412f1 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -39,13 +39,13 @@ 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 }} owner: ${{ github.repository_owner }} - - uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4.4.0 + - uses: googleapis/release-please-action@5c625bfb5d1ff62eadeeb3772007f7f66fdcf071 # v4.4.1 with: token: ${{ steps.generate-token.outputs.token }} release-type: simple