forked from google/guava
-
Notifications
You must be signed in to change notification settings - Fork 1
41 lines (35 loc) · 828 Bytes
/
on.pr.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
name: PR
on:
pull_request:
branches:
- master
permissions:
contents: read
jobs:
## Run main CI build and tests.
run-ci:
name: "Build & Test"
uses: ./.github/workflows/ci.test.yml
permissions:
actions: write
contents: write
id-token: write
## Validate the Gradle Wrapper binary
checks-gradle-wrapper:
name: "Checks"
uses: ./.github/workflows/gradle-wrapper-validation.yml
## Publish and check the dependency graph.
checks-dependency-graph:
name: "Checks"
uses: ./.github/workflows/dependency-review.yml
permissions:
contents: write
id-token: write
## Run CodeQL checks
checks-codeql:
name: "Checks"
uses: ./.github/workflows/codeql.yml
permissions:
actions: read
contents: read
security-events: write