From edb1cefd8f56a2d2fec90cbe352aa3359003b4f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 00:58:59 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.1 to 4.1.3 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.3. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v4.1.1...v4.1.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/pull-request-build-openjdk11.yml | 2 +- .github/workflows/pull-request-build-openjdk17.yml | 2 +- .github/workflows/pull-request-build-openjdk21.yml | 2 +- .github/workflows/pull-request-build.yml | 2 +- .github/workflows/scorecards.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index ddb99cc54..7852bcf2a 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.3 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/pull-request-build-openjdk11.yml b/.github/workflows/pull-request-build-openjdk11.yml index c4c07215e..06ce5b9fa 100644 --- a/.github/workflows/pull-request-build-openjdk11.yml +++ b/.github/workflows/pull-request-build-openjdk11.yml @@ -30,7 +30,7 @@ jobs: pull-requests: read timeout-minutes: 130 steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 - name: Set up JDK 11 uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1 with: diff --git a/.github/workflows/pull-request-build-openjdk17.yml b/.github/workflows/pull-request-build-openjdk17.yml index cf60155ff..8e639faa5 100644 --- a/.github/workflows/pull-request-build-openjdk17.yml +++ b/.github/workflows/pull-request-build-openjdk17.yml @@ -30,7 +30,7 @@ jobs: pull-requests: read timeout-minutes: 130 steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 - name: Set up the JDK uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1 with: diff --git a/.github/workflows/pull-request-build-openjdk21.yml b/.github/workflows/pull-request-build-openjdk21.yml index 22034ad82..5c5a71017 100644 --- a/.github/workflows/pull-request-build-openjdk21.yml +++ b/.github/workflows/pull-request-build-openjdk21.yml @@ -30,7 +30,7 @@ jobs: pull-requests: read timeout-minutes: 130 steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 - name: Set up the JDK uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1 with: diff --git a/.github/workflows/pull-request-build.yml b/.github/workflows/pull-request-build.yml index 8fec2a1d0..df79994e8 100644 --- a/.github/workflows/pull-request-build.yml +++ b/.github/workflows/pull-request-build.yml @@ -30,7 +30,7 @@ jobs: pull-requests: read timeout-minutes: 130 steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 - name: Set up JDK 11 uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1 with: diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 054cef673..c07f90386 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -40,7 +40,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v3.0.0 + uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # tag=v3.0.0 with: persist-credentials: false