From 0d1341b0e9ca28a0fe5db651f2ca378991f862cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 00:49:45 +0000 Subject: [PATCH] Update actions/checkout action to --- .github/workflows/shiftleft_analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/shiftleft_analysis.yml b/.github/workflows/shiftleft_analysis.yml index 940e03ac..648aef6f 100644 --- a/.github/workflows/shiftleft_analysis.yml +++ b/.github/workflows/shiftleft_analysis.yml @@ -12,7 +12,7 @@ jobs: # Scan runs on ubuntu, mac and windows runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # Instructions # 1. Setup JDK, Node.js, Python etc depending on your project type # 2. Compile or build the project before invoking scan