Skip to content

Bump gradle/actions from 3 to 4 #104

Bump gradle/actions from 3 to 4

Bump gradle/actions from 3 to 4 #104

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"