diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 8c12487..f5fa8db 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set environment variables run: | diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 02ca3cb..5ebc3a9 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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 diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 29f81c6..5a4b105 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -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