From 39ea71e2658a8ac4756f83a5412b3158eff4ccfb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 12:23:08 +0000 Subject: [PATCH] chore(deps): pin actions/checkout action to b4ffde6 --- .github/workflows/scan.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scan.yaml b/.github/workflows/scan.yaml index 05a0b3e96..f2cfcdbf8 100644 --- a/.github/workflows/scan.yaml +++ b/.github/workflows/scan.yaml @@ -12,7 +12,7 @@ jobs: scan: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Scan image with Trivy uses: aquasecurity/trivy-action@master with: