From 0c23618db44a109a4ae1ab4394192abd64bcb5e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 14:54:18 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.7 to 4.2.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 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/692973e3d937129bcbf40652eb9f2f61becf3332...d632683dd7b4114ad314bca15554477dd762a938) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 541591a..53f1c18 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 timeout-minutes: 1 # Validate wrapper @@ -51,7 +51,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 timeout-minutes: 1 # Setup Java environment for the next steps @@ -114,7 +114,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 timeout-minutes: 1 # Setup Java environment for the next steps @@ -166,7 +166,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 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 002e25a..2e9fb65 100644 --- a/.github/workflows/compatibility.yml +++ b/.github/workflows/compatibility.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 timeout-minutes: 1 - name: Setup Java diff --git a/.github/workflows/files-changed.yaml b/.github/workflows/files-changed.yaml index c5a81fc..63d2b22 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 timeout-minutes: 1 - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3e684a9..865b51c 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 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 026bfa2..46d5bce 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 timeout-minutes: 1 with: persist-credentials: false diff --git a/.github/workflows/update-gradle-wrapper.yml b/.github/workflows/update-gradle-wrapper.yml index 5a8e16f..8481c9b 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 timeout-minutes: 1 - name: Setup Java diff --git a/.github/workflows/update-plugin-platform-version.yml b/.github/workflows/update-plugin-platform-version.yml index 9a62d39..a704cee 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 timeout-minutes: 1 with: token: ${{ secrets.PAT_TOKEN_FOR_IJ_UPDATE_ACTION }}