chore: bump gh actions modules

This commit is contained in:
Stéphane Lesimple
2026-06-06 15:02:31 +02:00
parent d6624c30af
commit 4031b0f3bd
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
autoupdate: autoupdate:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v5 - uses: actions/checkout@v6
with: with:
ref: source ref: source
- name: Install prerequisites - name: Install prerequisites
+7 -7
View File
@@ -45,14 +45,14 @@ jobs:
# workflow file itself MUST stay on the default branch, as GitHub only # workflow file itself MUST stay on the default branch, as GitHub only
# honors `schedule:` triggers on the default branch. # honors `schedule:` triggers on the default branch.
- name: Checkout vuln-watch branch (scripts + prompt) - name: Checkout vuln-watch branch (scripts + prompt)
uses: actions/checkout@v5 uses: actions/checkout@v6
with: with:
ref: vuln-watch ref: vuln-watch
fetch-depth: 1 fetch-depth: 1
persist-credentials: false persist-credentials: false
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v5 uses: actions/setup-python@v6
with: with:
python-version: '3.12' python-version: '3.12'
@@ -84,7 +84,7 @@ jobs:
- name: Download previous state artifact - name: Download previous state artifact
if: steps.prev.outputs.run_id != '' if: steps.prev.outputs.run_id != ''
uses: actions/download-artifact@v5 uses: actions/download-artifact@v8
continue-on-error: true # tolerate retention expiry continue-on-error: true # tolerate retention expiry
with: with:
name: vuln-watch-state name: vuln-watch-state
@@ -115,7 +115,7 @@ jobs:
# implemented?". Only fetched on days with something to classify. # implemented?". Only fetched on days with something to classify.
- name: Checkout checker code (test branch) for coverage grep - name: Checkout checker code (test branch) for coverage grep
if: steps.diff.outputs.new_count != '0' || steps.diff.outputs.reconsider_count != '0' if: steps.diff.outputs.new_count != '0' || steps.diff.outputs.reconsider_count != '0'
uses: actions/checkout@v5 uses: actions/checkout@v6
with: with:
ref: test ref: test
path: checker path: checker
@@ -150,7 +150,7 @@ jobs:
- name: Upload Claude execution log - name: Upload Claude execution log
if: ${{ always() && steps.classify.outputs.execution_file != '' }} if: ${{ always() && steps.classify.outputs.execution_file != '' }}
uses: actions/upload-artifact@v5 uses: actions/upload-artifact@v7
with: with:
name: claude-execution-log-${{ github.run_id }} name: claude-execution-log-${{ github.run_id }}
path: ${{ steps.classify.outputs.execution_file }} path: ${{ steps.classify.outputs.execution_file }}
@@ -168,7 +168,7 @@ jobs:
- name: Upload new state artifact - name: Upload new state artifact
if: always() if: always()
uses: actions/upload-artifact@v5 uses: actions/upload-artifact@v7
with: with:
name: vuln-watch-state name: vuln-watch-state
path: state/seen.json path: state/seen.json
@@ -177,7 +177,7 @@ jobs:
- name: Upload daily report - name: Upload daily report
if: always() if: always()
uses: actions/upload-artifact@v5 uses: actions/upload-artifact@v7
with: with:
name: vuln-watch-report-${{ github.run_id }} name: vuln-watch-report-${{ github.run_id }}
path: | path: |