Lagt til KafkaErrorHandler som er kopi fra familie-felles for å kunne… #2
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: Send inn avhengighetsgraf til GitHub Security | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- main | |
paths: | |
- "**.gradle.kts" | |
- "gradle.properties" | |
jobs: | |
submit-dependency-graph: | |
name: "Genererer opp avhengighetsgraf og sender den til GHAS" | |
uses: navikt/tilleggsstonader/.github/workflows/submit-dependency-graph.yml@main | |
permissions: | |
contents: "write" # Kreves av Dependency Submission API-et |