We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 90f3f99 + 7ba7cb5 commit 6077f20Copy full SHA for 6077f20
.github/workflows/codeql-analysis.yml
@@ -14,8 +14,15 @@ on:
14
schedule:
15
- cron: '0 16 * * 3'
16
17
+permissions:
18
+ contents: read
19
+
20
jobs:
21
analyze:
22
+ permissions:
23
+ actions: read # for github/codeql-action/init to get workflow details
24
+ contents: read # for actions/checkout to fetch code
25
+ security-events: write # for github/codeql-action/autobuild to send a status report
26
name: Analyze
27
runs-on: ubuntu-latest
28
.github/workflows/gradle-wrapper-validation.yml
@@ -1,6 +1,9 @@
1
name: "Validate Gradle Wrapper"
2
on: [push, pull_request]
3
4
5
6
7
8
validation:
9
name: "Validation"
0 commit comments