From dccf75545ab5a3df3542137bdb3893c012e4d568 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 14:46:34 +0000 Subject: [PATCH 1/2] chore(deps): update actions/github-script action to v8 --- .github/workflows/update-geolite2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-geolite2.yml b/.github/workflows/update-geolite2.yml index 51491514..32022324 100644 --- a/.github/workflows/update-geolite2.yml +++ b/.github/workflows/update-geolite2.yml @@ -160,7 +160,7 @@ jobs: - name: Report failure via GitHub Issue if: failure() - uses: actions/github-script@v7 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 with: script: | const errorType = '${{ steps.checksum.outputs.error }}' || 'unknown'; From 280e7b9c197f3b6baac733cd80b695c142efc386 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 14:53:28 +0000 Subject: [PATCH 2/2] chore(deps): pin peter-evans/create-pull-request action to c5a7806 --- .github/workflows/update-geolite2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-geolite2.yml b/.github/workflows/update-geolite2.yml index 7d541410..a79763e7 100644 --- a/.github/workflows/update-geolite2.yml +++ b/.github/workflows/update-geolite2.yml @@ -105,7 +105,7 @@ jobs: - name: Create Pull Request if: steps.checksum.outputs.needs_update == 'true' - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6 with: title: "chore(docker): update GeoLite2-Country.mmdb checksum" body: |