From 9bf6add37f90979667b64c6a99db0ccb38ac74dc Mon Sep 17 00:00:00 2001 From: Javier <10879637+javiertuya@users.noreply.github.com> Date: Wed, 6 Mar 2024 16:51:04 +0100 Subject: [PATCH 1/4] Do not publish on dashgit combined update branches --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8606ad6..0a65aa3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -67,7 +67,7 @@ jobs: publish-java-snapshot: #if: ${{ false }} # disable for now #avoid publishing PRs and dependabot branches - if: ${{ github.event_name != 'pull_request' && !contains('/head/refs/dependabot/', github.ref) }} + if: ${{ github.event_name != 'pull_request' && !contains('/head/refs/dependabot/', github.ref) && !contains('/head/refs/dashgit/combined/', github.ref) }} runs-on: ubuntu-latest permissions: contents: read From 6a9c30f4f50a15b6bd1fb0d43b95915e0da7ef2a Mon Sep 17 00:00:00 2001 From: javiertuya <10879637+javiertuya@users.noreply.github.com> Date: Wed, 20 Mar 2024 18:58:18 +0100 Subject: [PATCH 2/4] Change id to publish snapshots --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 459e281..9097b8b 100644 --- a/pom.xml +++ b/pom.xml @@ -204,7 +204,7 @@ publish-github - github + github-giis GitHub Apache Maven Packages https://maven.pkg.github.com/giis-uniovi/samples-giis-template From 628db1239f15c5f7c3e601d8ca841d0b93729db2 Mon Sep 17 00:00:00 2001 From: javiertuya <10879637+javiertuya@users.noreply.github.com> Date: Wed, 20 Mar 2024 19:00:06 +0100 Subject: [PATCH 3/4] Revert --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9097b8b..459e281 100644 --- a/pom.xml +++ b/pom.xml @@ -204,7 +204,7 @@ publish-github - github-giis + github GitHub Apache Maven Packages https://maven.pkg.github.com/giis-uniovi/samples-giis-template From 937eb79ae796ae6553ab55fe6286dea9d64e2473 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 20:43:54 +0000 Subject: [PATCH 4/4] Bump javiertuya/sonarqube-action from 1.3.0 to 1.3.1 Bumps [javiertuya/sonarqube-action](https://github.com/javiertuya/sonarqube-action) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/javiertuya/sonarqube-action/releases) - [Commits](https://github.com/javiertuya/sonarqube-action/compare/v1.3.0...v1.3.1) --- updated-dependencies: - dependency-name: javiertuya/sonarqube-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0a65aa3..b219abf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -58,7 +58,7 @@ jobs: if: ${{ github.actor != 'dependabot[bot]' }} runs-on: ubuntu-latest steps: - - uses: javiertuya/sonarqube-action@v1.3.0 + - uses: javiertuya/sonarqube-action@v1.3.1 with: github-token: ${{ secrets.GITHUB_TOKEN }} sonar-token: ${{ secrets.SONAR_TOKEN }}