diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 4773775..4762c85 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -20,5 +20,5 @@ jobs: container: image: returntocorp/semgrep steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - run: semgrep ci diff --git a/.github/workflows/sonar-scanner.yml b/.github/workflows/sonar-scanner.yml index ba50d72..76ac3d0 100644 --- a/.github/workflows/sonar-scanner.yml +++ b/.github/workflows/sonar-scanner.yml @@ -9,7 +9,7 @@ jobs: name: Build and analyze runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: SonarCloud Scan