Skip to content

Commit

Permalink
Bump the dependency-updates group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the dependency-updates group with 2 updates in the / directory: [starburstdata/action-testng-report](https://github.com/starburstdata/action-testng-report) and [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action).


Updates `starburstdata/action-testng-report` from 1.0.3 to 1.0.4
- [Release notes](https://github.com/starburstdata/action-testng-report/releases)
- [Commits](starburstdata/action-testng-report@ce8d903...01dfdf3)

Updates `docker/setup-qemu-action` from 3.0.0 to 3.2.0
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](docker/setup-qemu-action@6882732...49b3bc8)

---
updated-dependencies:
- dependency-name: starburstdata/action-testng-report
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: docker/setup-qemu-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependency-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and wendigo committed Aug 12, 2024
1 parent a9b95c2 commit f5be889
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/annotate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
fail_if_no_tests: false
commit: ${{github.event.workflow_run.head_sha}}
# Process Product Test reports
- uses: starburstdata/action-testng-report@ce8d903c91ed324a708db57174ec34416e8a3eea # v1.0.3
- uses: starburstdata/action-testng-report@01dfdf31e0f8cc1d3c3f3ba727c7e7a3b438e187 # v1.0.4
with:
# this workflow should never fail, as it is not a quality gateway
fail_if_empty: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
$MAVEN failsafe:integration-test failsafe:verify -B --strict-checksums -P ci -pl :trino-jdbc
- name: Clean Maven Output
run: $MAVEN clean -pl '!:trino-server,!:trino-cli'
- uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3
- uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3
with:
platforms: arm64,ppc64le
- name: Build and Test Docker Image
Expand Down

0 comments on commit f5be889

Please sign in to comment.