From d977c6d854e3db42bc08765f037bce106eab35f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 07:01:45 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 3.0.2 to 3.3.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 3.3.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...v3.3.0) --- 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 | 4 ++-- .github/workflows/moderne-ingest.yml | 2 +- .github/workflows/qodana-license-audit.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/run-ui-tests.yml | 2 +- .github/workflows/update-gradle-wrapper.yml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2655d0aa..1a2c6294 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.3.0 # Validate wrapper - name: Gradle Wrapper Validation @@ -136,7 +136,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.3.0 # Remove old release drafts by using the curl request for the available releases with draft flag - name: Remove Old Release Drafts diff --git a/.github/workflows/moderne-ingest.yml b/.github/workflows/moderne-ingest.yml index 01749af5..a9031885 100644 --- a/.github/workflows/moderne-ingest.yml +++ b/.github/workflows/moderne-ingest.yml @@ -12,7 +12,7 @@ jobs: ingest: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v3.3.0 with: fetch-depth: 0 - name: ingest diff --git a/.github/workflows/qodana-license-audit.yml b/.github/workflows/qodana-license-audit.yml index 201ca7aa..7d0a98f2 100644 --- a/.github/workflows/qodana-license-audit.yml +++ b/.github/workflows/qodana-license-audit.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: # clone your project - - uses: actions/checkout@v3 + - uses: actions/checkout@v3.3.0 # run qodana-license-audit - name: Qodana - License Audit uses: jetbrains/qodana-license-audit-action@main diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a4499946..1ab4f7ff 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.3.0 with: ref: ${{ github.event.release.tag_name }} diff --git a/.github/workflows/run-ui-tests.yml b/.github/workflows/run-ui-tests.yml index 9d339a83..e831ceee 100644 --- a/.github/workflows/run-ui-tests.yml +++ b/.github/workflows/run-ui-tests.yml @@ -33,7 +33,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.3.0 # Setup Java 11 environment for the next steps - name: Setup Java diff --git a/.github/workflows/update-gradle-wrapper.yml b/.github/workflows/update-gradle-wrapper.yml index 27e8da13..d081ba32 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@v3 + - uses: actions/checkout@v3.3.0 - name: Update Gradle Wrapper uses: gradle-update/update-gradle-wrapper-action@v1