From 17e6e6a132ba4329fc1f1f9ca03dd9c409b664d4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 22 Mar 2026 03:16:56 +0000 Subject: [PATCH] chore(deps): pin dependencies --- .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 -- 2.49.1