From 1cec8a895d909c49c2ae76507b484d681b1b8b92 Mon Sep 17 00:00:00 2001 From: ChrisCarini <6374067+ChrisCarini@users.noreply.github.com> Date: Thu, 25 Apr 2024 08:54:52 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.3 to 4.1.4 in /github/workflows (https://github.com/ChrisCarini/github-repo-files-sync/pull/160) Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.3 to 4.1.4. - [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/1d96c772d19495a3b5c517cd2bc0cb401ea0529f...0ad4b8fadaa221de15dcec353f45205ec38ea70b) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 8 ++++---- .github/workflows/compatibility.yml | 2 +- .github/workflows/files-changed.yaml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/scorecards-analysis.yml | 2 +- .github/workflows/update-gradle-wrapper.yml | 2 +- .github/workflows/update-plugin-platform-version.yml | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4d35c64..347cef9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 timeout-minutes: 1 # Validate wrapper @@ -51,7 +51,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 timeout-minutes: 1 # Setup Java 17 environment for the next steps @@ -114,7 +114,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 timeout-minutes: 1 # Setup Java 17 environment for the next steps @@ -166,7 +166,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 timeout-minutes: 1 # Remove old release drafts by using the curl request for the available releases with draft flag diff --git a/.github/workflows/compatibility.yml b/.github/workflows/compatibility.yml index 4628d9b..814a9dc 100644 --- a/.github/workflows/compatibility.yml +++ b/.github/workflows/compatibility.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 timeout-minutes: 1 - name: Setup Java 17 diff --git a/.github/workflows/files-changed.yaml b/.github/workflows/files-changed.yaml index de41ae1..04b83ec 100644 --- a/.github/workflows/files-changed.yaml +++ b/.github/workflows/files-changed.yaml @@ -55,7 +55,7 @@ jobs: changed_files: ${{ steps.changes.outputs.changed_files }} steps: - name: Check out repository - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 timeout-minutes: 1 - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9ca1082..576809d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 timeout-minutes: 1 with: ref: ${{ github.event.release.tag_name }} diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml index 75733b1..42aafb6 100644 --- a/.github/workflows/scorecards-analysis.yml +++ b/.github/workflows/scorecards-analysis.yml @@ -32,7 +32,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 timeout-minutes: 1 with: persist-credentials: false diff --git a/.github/workflows/update-gradle-wrapper.yml b/.github/workflows/update-gradle-wrapper.yml index 4ef9329..9ced28f 100644 --- a/.github/workflows/update-gradle-wrapper.yml +++ b/.github/workflows/update-gradle-wrapper.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 timeout-minutes: 1 - name: Update Gradle Wrapper diff --git a/.github/workflows/update-plugin-platform-version.yml b/.github/workflows/update-plugin-platform-version.yml index 81ca697..1b7fab8 100644 --- a/.github/workflows/update-plugin-platform-version.yml +++ b/.github/workflows/update-plugin-platform-version.yml @@ -10,7 +10,7 @@ jobs: update-jetbrains-plugin-platform-version: runs-on: ubuntu-latest steps: - - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 timeout-minutes: 1 with: token: ${{ secrets.PAT_TOKEN_FOR_IJ_UPDATE_ACTION }}