From 6161447de2eadba72cc9020b43198de3cc67aa23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 10:55:12 +0000 Subject: [PATCH 1/2] Bump peter-evans/repository-dispatch from 3 to 4 Bumps [peter-evans/repository-dispatch](https://github.com/peter-evans/repository-dispatch) from 3 to 4. - [Release notes](https://github.com/peter-evans/repository-dispatch/releases) - [Commits](https://github.com/peter-evans/repository-dispatch/compare/v3...v4) --- updated-dependencies: - dependency-name: peter-evans/repository-dispatch dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/L10n-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/L10n-update.yml b/.github/workflows/L10n-update.yml index f523ba5..e053e6c 100644 --- a/.github/workflows/L10n-update.yml +++ b/.github/workflows/L10n-update.yml @@ -9,7 +9,7 @@ jobs: steps: - name: Repository dispatch - uses: peter-evans/repository-dispatch@v3 + uses: peter-evans/repository-dispatch@v4 with: token: ${{ secrets.ICINGABOT_TOKEN }} repository: Icinga/L10n From 964ea388bd85cd7b763ab047e17e662a706a8b08 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Tue, 9 Dec 2025 08:59:48 +0100 Subject: [PATCH 2/2] `peter-evans/repository-dispatch`: Use commit SHA --- .github/workflows/L10n-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/L10n-update.yml b/.github/workflows/L10n-update.yml index e053e6c..db8b4d2 100644 --- a/.github/workflows/L10n-update.yml +++ b/.github/workflows/L10n-update.yml @@ -9,7 +9,7 @@ jobs: steps: - name: Repository dispatch - uses: peter-evans/repository-dispatch@v4 + uses: peter-evans/repository-dispatch@28959ce8df70de7be546dd1250a005dd32156697 # v4.0.1 with: token: ${{ secrets.ICINGABOT_TOKEN }} repository: Icinga/L10n