Skip to content

Commit

Permalink
SC-6145 update README with checkout v3 and filter examples repo (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
nawar-hamo-sonarsource authored Nov 22, 2022
1 parent 7c53cdf commit f218be7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
env:
BUILD_WRAPPER_OUT_DIR: build_wrapper_output_directory # Directory where build-wrapper output will be placed
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0
Expand Down Expand Up @@ -81,7 +81,7 @@ with:
cache-binaries: false
```

See also [example configurations](https://github.com/sonarsource-cfamily-examples)
See also [example configurations](https://github.com/sonarsource-cfamily-examples?q=gh-actions-sc&type=all&language=&sort=)

### Secrets

Expand Down

0 comments on commit f218be7

Please sign in to comment.