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.
2 parents 7790ab3 + 4a82d7f commit 373eebaCopy full SHA for 373eeba
.github/workflows/codeql-analysis.yml
@@ -10,6 +10,11 @@ on:
10
schedule:
11
- cron: '0 9 * * 5'
12
13
+# see https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/controlling-permissions-for-github_token
14
+permissions:
15
+ contents: read
16
+ security-events: write
17
+
18
jobs:
19
analyze:
20
name: Analyze
.github/workflows/maven.yml
@@ -2,6 +2,9 @@ name: Maven CI
2
3
on: [push, pull_request]
4
5
6
+permissions: {}
7
8
9
build:
0 commit comments