2 Commits

Author SHA1 Message Date
renovate-bot 66971862e2 chore(deps): update actions/cache action to v6
renovate/stability-days Updates have met minimum release age requirement
CI / Test Setup OSV Scanner amd64 (pull_request) Successful in 4s
CI / Test Get Images From Files (pull_request) Successful in 4s
CI / Test Setup DB (pull_request) Successful in 9s
CI / Test Merge SARIF Files (pull_request) Successful in 2s
CI / Test Setup OSV Scanner arm64 (pull_request) Successful in 1m39s
2026-07-18 08:40:22 +00:00
t.behrendt 71d65cb196 ci(renovate): ignore test manifests (#63)
CD / Release (push) Successful in 3s
Reviewed-on: #63
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2026-07-18 10:30:13 +02:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["local>t.behrendt/renovate-configs:action"], "extends": ["local>t.behrendt/renovate-configs:action"],
"enabledManagers": "github-actions" "ignorePaths": ["get-images-from-files/test*"]
} }
+1 -1
View File
@@ -28,7 +28,7 @@ runs:
run: | run: |
echo "current-date=$(date +%Y-%m-%d)" >> $GITHUB_OUTPUT echo "current-date=$(date +%Y-%m-%d)" >> $GITHUB_OUTPUT
- id: restore-db - id: restore-db
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
with: with:
path: ${{ inputs.cache-dir }} path: ${{ inputs.cache-dir }}
key: osv-scanner-db-${{ steps.current-date.outputs.current-date }} key: osv-scanner-db-${{ steps.current-date.outputs.current-date }}
+1 -1
View File
@@ -65,7 +65,7 @@ runs:
echo "VERSION=${VERSION}" >> "$GITHUB_OUTPUT" echo "VERSION=${VERSION}" >> "$GITHUB_OUTPUT"
- name: Cache osv-scanner binary - name: Cache osv-scanner binary
id: cache-osv id: cache-osv
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
with: with:
path: /usr/local/bin/osv-scanner path: /usr/local/bin/osv-scanner
key: osv-scanner-${{ steps.arch.outputs.version }}-${{ steps.arch.outputs.arch }}-${{ steps.arch.outputs.digest }} key: osv-scanner-${{ steps.arch.outputs.version }}-${{ steps.arch.outputs.arch }}-${{ steps.arch.outputs.digest }}