From 695cb90a783f5589bea06677fafaedd78c5d82b9 Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Mon, 27 Jul 2026 00:41:50 +0200 Subject: [PATCH] Upgrade workflow versions. Signed-off-by: Pol Henarejos --- .github/workflows/codeql.yml | 8 +++++--- .github/workflows/nightly.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 953bf5c..0809257 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -40,15 +40,17 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: persist-credentials: false # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v3 + uses: github/codeql-action/init@v4 with: languages: ${{ matrix.language }} + build-mode: none + trap-caching: false # If you wish to specify custom queries, you can do so here or in a config file. # By default, queries listed here will override any specified in a config file. # Prefix the list here with "+" to use these queries and those in the config file. @@ -73,4 +75,4 @@ jobs: ./workflows/autobuild.sh ${{ matrix.mode }} - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3 + uses: github/codeql-action/analyze@v4 diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 1e8fc33..c422dd6 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -28,7 +28,7 @@ jobs: exit 1 } - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{ matrix.refs }} submodules: 'recursive' diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c4a7bd2..0bbce21 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,7 +33,7 @@ jobs: steps: - name: Checkout repository and submodules - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: submodules: recursive persist-credentials: false