From 8947b266b8b63b4e89154d5a8eff13267eda6181 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 4 Oct 2025 11:44:03 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Renovate:=20Pin=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/pr-docker-deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/pr-docker-deploy.yml b/.gitea/workflows/pr-docker-deploy.yml index a6c0ecf..9bba4ad 100644 --- a/.gitea/workflows/pr-docker-deploy.yml +++ b/.gitea/workflows/pr-docker-deploy.yml @@ -272,10 +272,10 @@ jobs: needs: [docker-compose-dry-run] steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: Install yq - uses: dcarbone/install-yq-action@v1.3.1 + uses: dcarbone/install-yq-action@4075b4dca348d74bd83f2bf82d30f25d7c54539b # v1.3.1 - name: Gotify Notification uses: eikendev/gotify-action@master @@ -312,7 +312,7 @@ jobs: jq -s add temp_services.json | jq 'unique_by(.service)' > services.json - name: Generate Markdown Table - uses: gazab/create-markdown-table@v1.0.7 + uses: gazab/create-markdown-table@6686233d7008e8d8b9d4bbdbfd1fb1ae510019f0 # v1.0.7 id: service-table with: file: ./services.json @@ -325,7 +325,7 @@ jobs: - name: Add/Commit README.md id: commit-readme - uses: EndBug/add-and-commit@v9.1.4 + uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9.1.4 with: message: "chore: Update README" add: "README.md" -- 2.52.0