From bb5de54c2e99521ae601b224075d7e2cdbb4c645 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 18 Jul 2026 08:40:20 +0000 Subject: [PATCH] chore(deps): update actions --- .gitea/workflows/cd.yaml | 4 ++-- .gitea/workflows/prerelease.yaml | 4 ++-- setup-db/action.yaml | 2 +- setup-osv/action.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/cd.yaml b/.gitea/workflows/cd.yaml index c07d308..219c351 100644 --- a/.gitea/workflows/cd.yaml +++ b/.gitea/workflows/cd.yaml @@ -15,10 +15,10 @@ jobs: fetch-depth: 0 - name: Increment tag id: tag - uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@e393dbb067c09fd43519392572ccf63b66cba92d # 0.1.39 + uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@6a063e91f5dba16d8461b0da99d69f40c25f4293 # 0.1.41 with: token: ${{ secrets.GITEA_TOKEN }} - name: Push tag - uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@0841ccc70fc2c1526123785f3b0a510a6ba4bdfc # 0.2.7 + uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@5ad25d97af3bcb89090663e71ca1b259fc0c64e0 # 0.2.9 with: tag: ${{ steps.tag.outputs.new-tag }} diff --git a/.gitea/workflows/prerelease.yaml b/.gitea/workflows/prerelease.yaml index 9bdbf4d..99d9bd3 100644 --- a/.gitea/workflows/prerelease.yaml +++ b/.gitea/workflows/prerelease.yaml @@ -13,11 +13,11 @@ jobs: fetch-depth: 0 - name: Increment tag id: tag - uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@e393dbb067c09fd43519392572ccf63b66cba92d # 0.1.39 + uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@6a063e91f5dba16d8461b0da99d69f40c25f4293 # 0.1.41 with: token: ${{ secrets.GITEA_TOKEN }} prerelease: true - name: Push tag - uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@0841ccc70fc2c1526123785f3b0a510a6ba4bdfc # 0.2.7 + uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@5ad25d97af3bcb89090663e71ca1b259fc0c64e0 # 0.2.9 with: tag: ${{ steps.tag.outputs.new-tag }} diff --git a/setup-db/action.yaml b/setup-db/action.yaml index db1d631..7dd3533 100644 --- a/setup-db/action.yaml +++ b/setup-db/action.yaml @@ -28,7 +28,7 @@ runs: run: | echo "current-date=$(date +%Y-%m-%d)" >> $GITHUB_OUTPUT - id: restore-db - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0 with: path: ${{ inputs.cache-dir }} key: osv-scanner-db-${{ steps.current-date.outputs.current-date }} diff --git a/setup-osv/action.yaml b/setup-osv/action.yaml index 1d52d4b..4a94be3 100644 --- a/setup-osv/action.yaml +++ b/setup-osv/action.yaml @@ -65,7 +65,7 @@ runs: echo "VERSION=${VERSION}" >> "$GITHUB_OUTPUT" - name: Cache osv-scanner binary id: cache-osv - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0 with: path: /usr/local/bin/osv-scanner key: osv-scanner-${{ steps.arch.outputs.version }}-${{ steps.arch.outputs.arch }}-${{ steps.arch.outputs.digest }} -- 2.52.0