Add permission to upload to dependency graph

This commit is contained in:
Harvester57
2025-08-30 15:09:41 +02:00
parent eb15452d7e
commit 6cbeaf33c2

View File

@@ -216,7 +216,7 @@ jobs:
needs: deploy
permissions:
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
contents: write # for sbom-action artifact uploads
runs-on: ubuntu-latest
steps:
-