From 2bfa78797fa7deec8a38e71f49beb5e24068f625 Mon Sep 17 00:00:00 2001 From: X-Series Renovate <127364229+x-series-renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 02:06:03 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .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 a8ddf92..6198c79 100644 --- a/.github/workflows/shiftleft-analysis.yml +++ b/.github/workflows/shiftleft-analysis.yml @@ -11,7 +11,7 @@ jobs: # Scan runs on ubuntu, mac and windows runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - 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