From 9877374a12eced35a20af39c609f6207818af502 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 13:24:02 +0000 Subject: [PATCH] Bump actions/cache from 3.3.3 to 4.0.0 (#463) * Bump actions/cache from 3.3.3 to 4.0.0 Bumps [actions/cache](https://github.com/actions/cache) from 3.3.3 to 4.0.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3.3.3...v4.0.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Trigger notification * Adds a flag to make sonar working --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Fabio Borriello --- .github/workflows/github-default-actions.yml | 6 +++--- .github/workflows/github-default-jdk11-actions.yml | 6 +++--- .github/workflows/github-jdk11-release-actions.yml | 2 +- .github/workflows/github-release-actions.yml | 2 +- pom.xml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/github-default-actions.yml b/.github/workflows/github-default-actions.yml index d84c89c20..352c71070 100644 --- a/.github/workflows/github-default-actions.yml +++ b/.github/workflows/github-default-actions.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: "Cache Maven repository" - uses: actions/cache@v3.3.3 + uses: actions/cache@v4.0.0 with: path: $HOME/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} @@ -32,7 +32,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: "Cache Maven repository" - uses: actions/cache@v3.3.3 + uses: actions/cache@v4.0.0 with: path: $HOME/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} @@ -69,7 +69,7 @@ jobs: security-events: write steps: - name: "Cache Maven repository" - uses: actions/cache@v3.3.3 + uses: actions/cache@v4.0.0 with: path: $HOME/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/github-default-jdk11-actions.yml b/.github/workflows/github-default-jdk11-actions.yml index 5121781cf..18be438a1 100644 --- a/.github/workflows/github-default-jdk11-actions.yml +++ b/.github/workflows/github-default-jdk11-actions.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: "Cache Maven repository" - uses: actions/cache@v3.3.3 + uses: actions/cache@v4.0.0 with: path: $HOME/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} @@ -32,7 +32,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: "Cache Maven repository" - uses: actions/cache@v3.3.3 + uses: actions/cache@v4.0.0 with: path: $HOME/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} @@ -69,7 +69,7 @@ jobs: security-events: write steps: - name: "Cache Maven repository" - uses: actions/cache@v3.3.3 + uses: actions/cache@v4.0.0 with: path: $HOME/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/github-jdk11-release-actions.yml b/.github/workflows/github-jdk11-release-actions.yml index 9959cbe42..4defb7bff 100644 --- a/.github/workflows/github-jdk11-release-actions.yml +++ b/.github/workflows/github-jdk11-release-actions.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: "Cache Maven repository" - uses: actions/cache@v3.3.3 + uses: actions/cache@v4.0.0 with: path: $HOME/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/github-release-actions.yml b/.github/workflows/github-release-actions.yml index c95174992..48909d719 100644 --- a/.github/workflows/github-release-actions.yml +++ b/.github/workflows/github-release-actions.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: "Cache Maven repository" - uses: actions/cache@v3.3.3 + uses: actions/cache@v4.0.0 with: path: $HOME/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} diff --git a/pom.xml b/pom.xml index 959be9d11..3a19bda7e 100644 --- a/pom.xml +++ b/pom.xml @@ -71,8 +71,8 @@ 0.89 0.91 0.98 - **/AbstractTransformer.*,**/model/*,**/constant/*,**/error/*,**/annotation/* - + **/AbstractTransformer.*,**/model/*,**/constant/*,**/error/*,**/annotation/* + true 2.3.1