build(deps): bump com.google.protobuf from e001a99
to f72c45f
#51
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: false # tests run automatically where needed now | |
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 |