chore(deps): Update actions/checkout action to v6.0.3 (#1686)

This commit is contained in:
renovate[bot]
2026-06-09 21:43:22 +02:00
committed by GitHub
parent 02ffac167b
commit d12beee529
9 changed files with 17 additions and 17 deletions

View File

@@ -27,7 +27,7 @@ jobs:
security-events: write # upload SARIF to code scanning
steps:
- name: 📥 Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
# Rotate the DB cache weekly (matches the scheduled scan): cache hits within the week
# instead of a fresh immutable entry per run, still refreshing the DB every week.