Dependency Submission Gradle #42
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: Dependency Submission | |
on: | |
push: | |
branches: | |
- main | |
schedule: ## Kjører kl. 05:00 mandag -> fredag (schedule kjører bare for Default branch) | |
- cron: '0 5 * * 1-5' | |
jobs: | |
analyze_code: | |
name: Analyze Code | |
permissions: | |
actions: read | |
security-events: write | |
contents: read | |
uses: navikt/sosialhjelp-ci/.github/workflows/codeql_java.yml@master | |
dependency_submission: | |
name: Dependency Submission Gradle | |
permissions: | |
contents: write | |
uses: navikt/sosialhjelp-ci/.github/workflows/dependency_submission_gradle.yml@master |