From 04b358d742e69cba79fed24ed7241b84ad59dcb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Apr 2023 04:56:27 +0000 Subject: [PATCH] Bump actions/checkout from 3.0.2 to 3.5.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 3.5.2. - [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...v3.5.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/coverage.yml | 2 +- .github/workflows/maven.yml | 2 +- .github/workflows/scorecards-analysis.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index b7386af86..5bf635a0c 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -45,7 +45,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.5.2 with: persist-credentials: false - uses: actions/cache@v3.0.8 diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 68f6f69c4..e1ac53389 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -29,7 +29,7 @@ jobs: java: [ 8 ] steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.5.2 with: persist-credentials: false - uses: actions/cache@v3.0.8 diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 99f733552..bff426041 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -34,7 +34,7 @@ jobs: # experimental: true steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.5.2 with: persist-credentials: false - uses: actions/cache@v3.0.8 diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml index abd699271..c6ab151d0 100644 --- a/.github/workflows/scorecards-analysis.yml +++ b/.github/workflows/scorecards-analysis.yml @@ -38,7 +38,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # 3.0.2 + uses: actions/checkout@v3.5.2 # 3.0.2 with: persist-credentials: false