Skip to content

Bump com.google.guava:guava from 33.3.1-jre to 33.4.0-jre #123

Bump com.google.guava:guava from 33.3.1-jre to 33.4.0-jre

Bump com.google.guava:guava from 33.3.1-jre to 33.4.0-jre #123

Workflow file for this run

---
name: Security
on: # yamllint disable-line rule:truthy
pull_request: {}
push:
branches:
- main
jobs:
sast:
name: SAST
permissions:
contents: read
security-events: write
uses: fabasoad/reusable-workflows/.github/workflows/wf-security-sast.yml@main
with:
code-scanning-languages: "java"
code-scanning-build-mode: "manual"