Skip to content

Bump org.apache.groovy:groovy-all from 4.0.21 to 4.0.22 (#73) #101

Bump org.apache.groovy:groovy-all from 4.0.21 to 4.0.22 (#73)

Bump org.apache.groovy:groovy-all from 4.0.21 to 4.0.22 (#73) #101

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@feat/java-ut
with:
code-scanning-languages: "java"
code-scanning-build-mode: "manual"
code-scanning-build-command: "./gradlew build"