From bd2d65d73c1485ba573b87a49bb4af33b6e32cfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 04:10:39 +0000 Subject: [PATCH] Bump actions/checkout from 3.0.2 to 4.2.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 4.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.0.2...v4.2.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-test-v2.yml | 2 +- .github/workflows/gg-shield-action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test-v2.yml b/.github/workflows/build-test-v2.yml index bfa11f9..f4cc3be 100644 --- a/.github/workflows/build-test-v2.yml +++ b/.github/workflows/build-test-v2.yml @@ -24,7 +24,7 @@ jobs: options: '--health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3' steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v4.2.0 - name: Cache Gradle uses: actions/cache@v3.0.8 diff --git a/.github/workflows/gg-shield-action.yml b/.github/workflows/gg-shield-action.yml index ceeb72d..9ded330 100644 --- a/.github/workflows/gg-shield-action.yml +++ b/.github/workflows/gg-shield-action.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v4.2.0 with: fetch-depth: 0 # fetch all history so multiple commits can be scanned - name: GitGuardian scan