From f425e9859f375a49089703a01515cdb2db5ef175 Mon Sep 17 00:00:00 2001 From: "strg-public-bot[bot]" <174349635+strg-public-bot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 09:16:07 +0000 Subject: [PATCH] ci(github-action): update renovatebot/github-action action to v44.2.5 --- .github/workflows/run-renovate-google.yaml | 2 +- .github/workflows/run-renovate.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-renovate-google.yaml b/.github/workflows/run-renovate-google.yaml index d0bf204..87fcd8d 100644 --- a/.github/workflows/run-renovate-google.yaml +++ b/.github/workflows/run-renovate-google.yaml @@ -81,7 +81,7 @@ jobs: # https://github.com/marketplace/actions/renovate-bot-github-action - name: renovate bot - uses: renovatebot/github-action@66387ab8c2464d575b933fa44e9e5a86b2822809 # v44.2.4 + uses: renovatebot/github-action@8cb0d4a6ab7d8bb90460a005f7bd33b80dd07ca8 # v44.2.5 env: DRY_RUN: ${{ inputs.dry-run }} LOG_LEVEL: ${{ inputs.log-level }} diff --git a/.github/workflows/run-renovate.yaml b/.github/workflows/run-renovate.yaml index 6e8f32e..57ad2d6 100644 --- a/.github/workflows/run-renovate.yaml +++ b/.github/workflows/run-renovate.yaml @@ -59,7 +59,7 @@ jobs: # https://github.com/marketplace/actions/renovate-bot-github-action - name: renovate bot - uses: renovatebot/github-action@66387ab8c2464d575b933fa44e9e5a86b2822809 # v44.2.4 + uses: renovatebot/github-action@8cb0d4a6ab7d8bb90460a005f7bd33b80dd07ca8 # v44.2.5 env: LOG_LEVEL: ${{ inputs.log-level }} RENOVATE_DRY_RUN: ${{ inputs.dry-run }}