Maintain actions.

This commit is contained in:
Stephan Schnabel 2022-03-01 13:19:37 +01:00
parent d379becb63
commit 2a31de933d
Signed by: stephan.schnabel
GPG key ID: E07AF5BA239FE543
10 changed files with 107 additions and 46 deletions

View file

@ -2,10 +2,7 @@ name: CodeQL
"on":
workflow_dispatch: {}
push:
branches: [main]
pull_request:
branches: [main]
pull_request: {}
schedule:
- cron: '0 0 * * *'
@ -17,7 +14,7 @@ jobs:
actions: read
contents: read
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.4.0
- uses: github/codeql-action/init@v1
with:
languages: java