diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 813eb6a..d207876 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: # presence check is hoisted here - the token itself stays on the scan step SONAR_ENABLED: ${{ secrets.SONAR_TOKEN != '' }} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: # SonarCloud reads history to attribute new code to a commit fetch-depth: 0