fix: use getAdmin instead of admin to ensure object is created #445
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: CodeQL | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- main | |
schedule: | |
- cron: "34 0 * * 3" | |
permissions: | |
contents: read | |
jobs: | |
trigger: | |
uses: statnett/github-workflows/.github/workflows/codeql.yaml@main | |
with: | |
language: java | |
permissions: | |
actions: read | |
contents: read | |
security-events: write |