From 832f4d27af4728e149ed31c337035c8fc10ed7e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 07:40:37 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 3.5.2 to 4.1.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 4.1.1. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v3.5.2...v4.1.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/veracode.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/veracode.yml b/.github/workflows/veracode.yml index 0a045f0..1ad0324 100644 --- a/.github/workflows/veracode.yml +++ b/.github/workflows/veracode.yml @@ -44,7 +44,7 @@ jobs: verify-formatting: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.5.2 + - uses: actions/checkout@v4.1.1 with: fetch-depth: 0 - uses: ./.github/actions/setup-java