@ -14,8 +14,15 @@ on:
schedule:
- cron: '0 8 * * 1'
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
analyze:
security-events: write # (github/codeql-action/autobuild)
name: Analyze
runs-on: ubuntu-latest
@ -2,6 +2,9 @@ name: Java CI
on: [push, pull_request]
build: