build(deps): bump com.google.guava from 825394f
to f2b8c4f
#15
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "PR" | |
"on": | |
pull_request: | |
branches: | |
- main | |
permissions: | |
contents: read | |
jobs: | |
build-test: | |
name: "Build & Test" | |
uses: ./.github/workflows/ci.build-test.yml | |
with: | |
tests: true | |
build-dependency-graph: | |
name: "Build & Test" | |
uses: ./.github/workflows/ci.dependency-graph.yml | |
permissions: | |
contents: write # needed for graph write | |
checks-gradle: | |
name: "Checks" | |
uses: ./.github/workflows/check.gradle-wrapper.yml | |
checks-dependency-review: | |
name: "Checks" | |
needs: [build-dependency-graph] | |
uses: ./.github/workflows/check.dependency-review.yml |