Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
docs: use actions/checkout@v4 as an example (SonarSource#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
ALX99 authored and alexandre-girard-maif committed Jul 15, 2024
1 parent 2fa3d5a commit f384e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
sonarqube:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
# Disabling shallow clones is recommended for improving the relevancy of reporting
fetch-depth: 0
Expand Down

0 comments on commit f384e9d

Please sign in to comment.