From 3d73af298ed62918e53511e232e4dc09e54d4dd0 Mon Sep 17 00:00:00 2001 From: "strg-public-bot[bot]" <174349635+strg-public-bot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 04:39:01 +0000 Subject: [PATCH] ci(github-action): update renovatebot/github-action action to v46.1.17 --- .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 1044fc8..70795e1 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@8217b3fc286df088d7c27f3255fe8414463bc0fd # v46.1.15 + uses: renovatebot/github-action@dd5302ec17783b2fc721b19ae7209b57b1587765 # v46.1.17 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 5c8717d..3c1406d 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@8217b3fc286df088d7c27f3255fe8414463bc0fd # v46.1.15 + uses: renovatebot/github-action@dd5302ec17783b2fc721b19ae7209b57b1587765 # v46.1.17 env: LOG_LEVEL: ${{ inputs.log-level }} RENOVATE_DRY_RUN: ${{ inputs.dry-run }}