From 38453169c5184eb4dbe046ca5e50872a7271b2a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 21:23:51 +0000 Subject: [PATCH 1/3] chore(deps): update actions/checkout action to v6 --- .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..e4d3b55c 100644 --- a/.github/workflows/update-geolite2.yml +++ b/.github/workflows/update-geolite2.yml @@ -14,7 +14,7 @@ jobs: update-checksum: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - name: Download and calculate checksum id: checksum From 8908a37dbf750d961830ae6921902ed33405f7e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 21:23:55 +0000 Subject: [PATCH 2/3] chore(deps): update peter-evans/create-pull-request 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..2ba74731 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@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8 with: title: "chore(docker): update GeoLite2-Country.mmdb checksum" body: | From e2562d27df4b1ac09e151cd0c72dc0774f151384 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 21:25:31 +0000 Subject: [PATCH 3/3] chore(deps): pin dependencies --- .github/workflows/update-geolite2.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-geolite2.yml b/.github/workflows/update-geolite2.yml index 51491514..4684479a 100644 --- a/.github/workflows/update-geolite2.yml +++ b/.github/workflows/update-geolite2.yml @@ -14,7 +14,7 @@ jobs: update-checksum: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: Download and calculate checksum id: checksum @@ -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: | @@ -160,7 +160,7 @@ jobs: - name: Report failure via GitHub Issue if: failure() - uses: actions/github-script@v7 + uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7 with: script: | const errorType = '${{ steps.checksum.outputs.error }}' || 'unknown';