From 1093fdd93aea890e8e16e2733caf70d85b431c64 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 22 Mar 2026 03:29:40 +0000 Subject: [PATCH] chore(deps): pin dependencies (#4970) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ghcr.io/renovatebot/renovate](https://renovatebot.com) ([source](https://github.com/renovatebot/renovate)) | container | pinDigest | → `9228574` | | [niniyas/ntfy-action](https://github.com/niniyas/ntfy-action) | action | pinDigest | → `96acac5` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/4970 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .gitea/workflows/lint-test-docker.yaml | 2 +- .gitea/workflows/lint-test-helm.yaml | 4 ++-- .gitea/workflows/render-manifests.yaml | 8 ++++---- .gitea/workflows/renovate.yaml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/lint-test-docker.yaml b/.gitea/workflows/lint-test-docker.yaml index 47f0dd72c..55bd183d4 100644 --- a/.gitea/workflows/lint-test-docker.yaml +++ b/.gitea/workflows/lint-test-docker.yaml @@ -120,7 +120,7 @@ jobs: echo "----" - name: ntfy Failed - uses: niniyas/ntfy-action@master + uses: niniyas/ntfy-action@96acac57fdc91d4c4f50b78486c1ed6f03f9f61c # master if: failure() with: url: '${{ secrets.NTFY_URL }}' diff --git a/.gitea/workflows/lint-test-helm.yaml b/.gitea/workflows/lint-test-helm.yaml index 027ff30d7..5eef33447 100644 --- a/.gitea/workflows/lint-test-helm.yaml +++ b/.gitea/workflows/lint-test-helm.yaml @@ -209,7 +209,7 @@ jobs: exit $EXIT_CODE - name: ntfy Failed - uses: niniyas/ntfy-action@master + uses: niniyas/ntfy-action@96acac57fdc91d4c4f50b78486c1ed6f03f9f61c # master if: failure() with: url: '${{ secrets.NTFY_URL }}' @@ -352,7 +352,7 @@ jobs: exit $EXIT_CODE - name: ntfy Failed - uses: niniyas/ntfy-action@master + uses: niniyas/ntfy-action@96acac57fdc91d4c4f50b78486c1ed6f03f9f61c # master if: failure() with: url: '${{ secrets.NTFY_URL }}' diff --git a/.gitea/workflows/render-manifests.yaml b/.gitea/workflows/render-manifests.yaml index 602da9b63..019186680 100644 --- a/.gitea/workflows/render-manifests.yaml +++ b/.gitea/workflows/render-manifests.yaml @@ -568,7 +568,7 @@ jobs: echo "----" - name: ntfy Created - uses: niniyas/ntfy-action@master + uses: niniyas/ntfy-action@96acac57fdc91d4c4f50b78486c1ed6f03f9f61c # master if: steps.create-pull-request.outputs.pull-request-operation == 'created' && steps.mode.outputs.is-automerge == 'false' with: url: "${{ secrets.NTFY_URL }}" @@ -582,7 +582,7 @@ jobs: actions: '[{"action": "view", "label": "View PR", "url": "${{ vars.USER_URL }}/${{ github.repository }}/pulls/${{ steps.create-pull-request.outputs.pull-request-number }}", "clear": true}]' - name: ntfy Updated - uses: niniyas/ntfy-action@master + uses: niniyas/ntfy-action@96acac57fdc91d4c4f50b78486c1ed6f03f9f61c # master if: steps.commit-push.outputs.push == 'true' && steps.check-for-pull-request.outputs.pull-request-exists != 'false' && steps.mode.outputs.is-automerge == 'false' with: url: "${{ secrets.NTFY_URL }}" @@ -596,7 +596,7 @@ jobs: actions: '[{"action": "view", "label": "View PR", "url": "${{ vars.USER_URL }}/${{ github.repository }}/pulls/${{ steps.create-pull-request.outputs.pull-request-number }}", "clear": true}]' - name: ntfy Merged - uses: niniyas/ntfy-action@master + uses: niniyas/ntfy-action@96acac57fdc91d4c4f50b78486c1ed6f03f9f61c # master if: steps.merge-changes.outputs.pull-request-operation == 'merged' with: url: "${{ secrets.NTFY_URL }}" @@ -610,7 +610,7 @@ jobs: actions: '[{"action": "view", "label": "View PR", "url": "${{ vars.USER_URL }}/${{ github.repository }}/pulls/${{ steps.create-pull-request.outputs.pull-request-number }}", "clear": true}]' - name: ntfy Failed - uses: niniyas/ntfy-action@master + uses: niniyas/ntfy-action@96acac57fdc91d4c4f50b78486c1ed6f03f9f61c # master if: failure() with: url: "${{ secrets.NTFY_URL }}" diff --git a/.gitea/workflows/renovate.yaml b/.gitea/workflows/renovate.yaml index 20852ba58..5e35d4bea 100644 --- a/.gitea/workflows/renovate.yaml +++ b/.gitea/workflows/renovate.yaml @@ -13,7 +13,7 @@ on: jobs: renovate: runs-on: ubuntu-latest - container: ghcr.io/renovatebot/renovate:43.84.2 + container: ghcr.io/renovatebot/renovate:43.84.2@sha256:92285747b3aac062a4f567762c272a12dce037843a20177a02c95b7c420e20cb steps: - name: Checkout uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6