From 3088184ed955d11242bd44b5b479931192e4f689 Mon Sep 17 00:00:00 2001 From: Sean Sylver Date: Fri, 13 Sep 2024 13:39:52 -0700 Subject: [PATCH] Revert to actions/checkout@3 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 985c9f1bc..fba929aef 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: name: Build and analyze runs-on: ubuntu-latest steps: - - uses: actions/checkout@4 + - uses: actions/checkout@3 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17