Skip to content

Commit

Permalink
ci: add permissions for security events
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Apr 30, 2023
1 parent 998e4f3 commit ef55c5a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/continuous-integration.yml
Expand Up @@ -74,6 +74,12 @@ jobs:
needs: ["coding-standards", "static-analysis"]
runs-on: "ubuntu-latest"

# If you encounter "Resource not accessible by integration" errors on
# GitHub Actions for this job, uncomment the following lines. Your
# organization permissions may not be set to allow writing security events.
#permissions:
# security-events: write

steps:
- name: "Checkout repository"
uses: "actions/checkout@v3.5.2"
Expand Down

1 comment on commit ef55c5a

@szepeviktor
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.