From 41849ec72f587fb009c4b287c669414f5d0c4e8d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 14:31:33 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.1.3 --- .github/workflows/cid-ossf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cid-ossf.yml b/.github/workflows/cid-ossf.yml index d1b2ea7..24db1bf 100644 --- a/.github/workflows/cid-ossf.yml +++ b/.github/workflows/cid-ossf.yml @@ -54,7 +54,7 @@ jobs: tuf-repo-cdn.sigstore.dev:443 api.securityscorecards.dev:443 - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 with: persist-credentials: false - name: OSSF Analysis