Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump gradle/github-actions from 0.2 to 0.3 #245

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions .github/workflows/ci-actions-incremental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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}}"
Expand Down Expand Up @@ -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}}"
Expand Down Expand Up @@ -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}}"
Expand Down Expand Up @@ -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}}"
Expand Down Expand Up @@ -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}}"
Expand Down Expand Up @@ -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}}"
Expand Down Expand Up @@ -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}}"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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}}"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/develocity-publish-build-scans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
Loading