From 2f838d15a6ad97630d4bff599655d21cbbfc6039 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 12:55:21 +0000 Subject: [PATCH] Update actions/checkout action to v4 (#203) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 12 ++++++------ .github/workflows/codeowners-validator.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/codespell.yml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 599b397d..400cbdc0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs: concurrency: populate-cache-${{github.ref}} steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 with: submodules: recursive fetch-depth: 1 @@ -82,7 +82,7 @@ jobs: allMatrixIncludes: ${{steps.matrixVersions.outputs.allMatrixIncludes}} steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 with: submodules: recursive fetch-depth: 1 @@ -218,7 +218,7 @@ jobs: DISABLE_VERIFICATION_EXCEPT_TESTS: 'true' steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 with: submodules: recursive fetch-depth: 1 @@ -286,7 +286,7 @@ jobs: DISABLE_VERIFICATION: 'true' steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 with: submodules: recursive fetch-depth: 1 @@ -371,7 +371,7 @@ jobs: DISABLE_VERIFICATION: 'true' steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 with: submodules: recursive fetch-depth: 1 @@ -418,7 +418,7 @@ jobs: DISABLE_VERIFICATION: 'true' steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 with: submodules: recursive fetch-depth: 1 diff --git a/.github/workflows/codeowners-validator.yml b/.github/workflows/codeowners-validator.yml index fd15e1f3..a002b652 100644 --- a/.github/workflows/codeowners-validator.yml +++ b/.github/workflows/codeowners-validator.yml @@ -22,7 +22,7 @@ jobs: timeout-minutes: 15 steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 with: fetch-depth: 1 diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 298d98b9..8ee2d539 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -20,7 +20,7 @@ jobs: java-version: 11 distribution: zulu - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 with: submodules: recursive fetch-depth: 2 diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 650e4ae7..4a2498d2 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -17,7 +17,7 @@ jobs: timeout-minutes: 30 steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 with: submodules: recursive fetch-depth: 0