diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6039c5a..48b199e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 with: # Disabling shallow clone is recommended for improving relevancy of reporting fetch-depth: 0 diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 92c25e0..d7e6f26 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -21,7 +21,7 @@ jobs: python-version: [3.8] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 with: # Disabling shallow clone is recommended for improving relevancy of reporting fetch-depth: 0 @@ -78,7 +78,7 @@ jobs: pip3 install gcovr==4.2 - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 with: # Disabling shallow clone is recommended for improving relevancy of reporting fetch-depth: 0