Skip to content

Commit

Permalink
Bump gradle/github-actions from 0.2 to 0.3
Browse files Browse the repository at this point in the history
Bumps [gradle/github-actions](https://github.com/gradle/github-actions) from 0.2 to 0.3.
- [Commits](gradle/develocity-actions@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 3, 2024
1 parent 30c3267 commit 2262d6d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
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

0 comments on commit 2262d6d

Please sign in to comment.