We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 809ad57 commit b0c29bcCopy full SHA for b0c29bc
.github/workflows/build.yml
@@ -13,6 +13,8 @@ jobs:
13
# Only run this job when *not* publishing a tag
14
if: startsWith(github.ref, 'refs/tags/') != true
15
runs-on: ubuntu-latest
16
+ permissions:
17
+ contents: read
18
19
steps:
20
- name: Checkout source code
@@ -31,6 +33,9 @@ jobs:
31
33
security:
32
34
35
36
37
38
+ security-events: write
39
40
- uses: actions/checkout@v4
41
- name: Run Snyk to check for vulnerabilities
0 commit comments