Bump com.google.guava:guava from 28.2-jre to 32.0.0-jre #6
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: Dependency review for pull requests | |
on: | |
workflow_dispatch: | |
pull_request: | |
permissions: | |
contents: write | |
jobs: | |
dependency-submission: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/setup-java@v4 | |
with: | |
distribution: temurin | |
java-version: 17 | |
- name: Generate and submit dependency graph | |
uses: gradle/actions/dependency-submission@v3 | |
with: | |
build-scan-publish: false | |
- name: Perform dependency review | |
uses: actions/dependency-review-action@v3 |