This commit is contained in:
dependabot[bot] 2025-08-18 08:16:54 +00:00 committed by GitHub
commit b85696c49c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -23,7 +23,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
-
name: Set environment variables
run: |

View file

@ -20,7 +20,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
# super-linter needs the full git history to get the
# list of files that changed across commits

View file

@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
-
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
# Disabling shallow clone is recommended for improving relevancy of reporting. Otherwise sonarcloud will show a warning.
fetch-depth: 0