From 2262d6de0d6ae4616e9afb8c2e13b779a7fc39a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 23:41:35 +0000 Subject: [PATCH] Bump gradle/github-actions from 0.2 to 0.3 Bumps [gradle/github-actions](https://github.com/gradle/github-actions) from 0.2 to 0.3. - [Commits](https://github.com/gradle/github-actions/compare/v0.2...v0.3) --- updated-dependencies: - dependency-name: gradle/github-actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-actions-incremental.yml | 20 +++++++++---------- .../develocity-publish-build-scans.yml | 4 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci-actions-incremental.yml b/.github/workflows/ci-actions-incremental.yml index 086334df6de6d..d5ea5303b8350 100644 --- a/.github/workflows/ci-actions-incremental.yml +++ b/.github/workflows/ci-actions-incremental.yml @@ -139,7 +139,7 @@ jobs: - name: Verify virtual-threads-tests.json run: ./.github/verify-tests-json.sh virtual-threads-tests.json integration-tests/virtual-threads/ - name: Setup Develocity Build Scan capture - uses: gradle/github-actions/maven-build-scan-setup@v0.2 + uses: gradle/github-actions/maven-build-scan-setup@v0.3 with: build-scan-capture-strategy: ON_DEMAND job-name: "Initial JDK 17 Build" @@ -358,7 +358,7 @@ jobs: - name: Extract .m2/repository/io/quarkus run: tar -xzf m2-io-quarkus.tgz -C ~ - name: Setup Develocity Build Scan capture - uses: gradle/github-actions/maven-build-scan-setup@v0.2 + uses: gradle/github-actions/maven-build-scan-setup@v0.3 with: build-scan-capture-strategy: ON_DEMAND job-name: "JVM Tests - JDK ${{matrix.java.name}}" @@ -457,7 +457,7 @@ jobs: distribution: temurin java-version: ${{ matrix.java.java-version }} - name: Setup Develocity Build Scan capture - uses: gradle/github-actions/maven-build-scan-setup@v0.2 + uses: gradle/github-actions/maven-build-scan-setup@v0.3 with: build-scan-capture-strategy: ON_DEMAND job-name: "Maven Tests - JDK ${{matrix.java.name}}" @@ -554,7 +554,7 @@ jobs: if: "!startsWith(matrix.java.os-name, 'windows')" run: ./integration-tests/gradle/update-dependencies.sh $COMMON_MAVEN_ARGS -Dscan=false - name: Setup Develocity Build Scan capture - uses: gradle/github-actions/maven-build-scan-setup@v0.2 + uses: gradle/github-actions/maven-build-scan-setup@v0.3 with: build-scan-capture-strategy: ON_DEMAND job-name: "Gradle Tests - JDK ${{matrix.java.name}}" @@ -631,7 +631,7 @@ jobs: distribution: temurin java-version: ${{ matrix.java.java-version }} - name: Setup Develocity Build Scan capture - uses: gradle/github-actions/maven-build-scan-setup@v0.2 + uses: gradle/github-actions/maven-build-scan-setup@v0.3 with: build-scan-capture-strategy: ON_DEMAND job-name: "Devtools Tests - JDK ${{matrix.java.name}}" @@ -717,7 +717,7 @@ jobs: distribution: temurin java-version: ${{ matrix.java.java-version }} - name: Setup Develocity Build Scan capture - uses: gradle/github-actions/maven-build-scan-setup@v0.2 + uses: gradle/github-actions/maven-build-scan-setup@v0.3 with: build-scan-capture-strategy: ON_DEMAND job-name: "Kubernetes Tests - JDK ${{matrix.java.name}}" @@ -790,7 +790,7 @@ jobs: distribution: temurin java-version: ${{ matrix.java.java-version }} - name: Setup Develocity Build Scan capture - uses: gradle/github-actions/maven-build-scan-setup@v0.2 + uses: gradle/github-actions/maven-build-scan-setup@v0.3 with: build-scan-capture-strategy: ON_DEMAND job-name: "Quickstarts Compilation - JDK ${{matrix.java.name}}" @@ -856,7 +856,7 @@ jobs: cat <<< $(jq '.HttpHeaders += {"User-Agent": "Quarkus-CI-Docker-Client"}' ~/.docker/config.json) > ~/.docker/config.json fi - name: Setup Develocity Build Scan capture - uses: gradle/github-actions/maven-build-scan-setup@v0.2 + uses: gradle/github-actions/maven-build-scan-setup@v0.3 with: build-scan-capture-strategy: ON_DEMAND job-name: "Native Tests - Virtual Thread - ${{matrix.category}}" @@ -918,7 +918,7 @@ jobs: - name: Extract .m2/repository/io/quarkus run: tar -xzf m2-io-quarkus.tgz -C ~ - name: Setup Develocity Build Scan capture - uses: gradle/github-actions/maven-build-scan-setup@v0.2 + uses: gradle/github-actions/maven-build-scan-setup@v0.3 with: build-scan-capture-strategy: ON_DEMAND job-name: "MicroProfile TCKs Tests" @@ -1021,7 +1021,7 @@ jobs: - name: Extract .m2/repository/io/quarkus run: tar -xzf m2-io-quarkus.tgz -C ~ - name: Setup Develocity Build Scan capture - uses: gradle/github-actions/maven-build-scan-setup@v0.2 + uses: gradle/github-actions/maven-build-scan-setup@v0.3 with: build-scan-capture-strategy: ON_DEMAND job-name: "Native Tests - ${{matrix.category}}" diff --git a/.github/workflows/develocity-publish-build-scans.yml b/.github/workflows/develocity-publish-build-scans.yml index 7aded6de65891..1a1a0989c3417 100644 --- a/.github/workflows/develocity-publish-build-scans.yml +++ b/.github/workflows/develocity-publish-build-scans.yml @@ -19,10 +19,10 @@ jobs: checks: write steps: - name: Setup Build Scan link capture - uses: gradle/github-actions/maven-build-scan-setup@v0.2 + uses: gradle/github-actions/maven-build-scan-setup@v0.3 - name: Publish Maven Build Scans id: publish - uses: gradle/github-actions/maven-build-scan-publish@v0.2 + uses: gradle/github-actions/maven-build-scan-publish@v0.3 with: develocity-url: 'https://ge.quarkus.io' develocity-access-key: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}