From f218be71ddd704dcf7f1b761caa6ffb14134094a Mon Sep 17 00:00:00 2001 From: Nawar Hamo <100778766+nawar-hamo-sonarsource@users.noreply.github.com> Date: Tue, 22 Nov 2022 11:02:46 +0100 Subject: [PATCH] SC-6145 update README with checkout v3 and filter examples repo (#31) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 800920c..fbd38c0 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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