File tree Expand file tree Collapse file tree 4 files changed +20
-8
lines changed Expand file tree Collapse file tree 4 files changed +20
-8
lines changed Original file line number Diff line number Diff line change 17
17
pull_request :
18
18
# The branches below must be a subset of the branches above
19
19
branches : ["main"]
20
+ paths-ignore :
21
+ - ' README.md'
22
+ - ' LICENSE'
23
+ - ' docs/**'
24
+ - ' .github/**'
20
25
schedule :
21
26
- cron : " 0 0 * * 1"
22
27
Original file line number Diff line number Diff line change 7
7
#
8
8
# Source repository: https://github.com/actions/dependency-review-action
9
9
name : ' Dependency Review'
10
- on : [pull_request]
10
+ on :
11
+ pull_request :
12
+ paths-ignore :
13
+ - ' README.md'
14
+ - ' LICENSE'
15
+ - ' docs/**'
11
16
12
17
permissions :
13
18
contents : read
Original file line number Diff line number Diff line change 13
13
- .github/workflows/**
14
14
- action.yml
15
15
16
- permissions :
17
- security-events : write
18
- contents : read
16
+ permissions : {}
19
17
20
18
jobs :
21
19
pop :
22
20
runs-on : ubuntu-latest
21
+ permissions :
22
+ security-events : write
23
+ contents : read
23
24
steps :
24
25
- uses : step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
25
26
with :
Original file line number Diff line number Diff line change 11
11
GO_VERSION : 1.22
12
12
GO_RELEASER_VERSION : v1.25.1
13
13
14
- permissions :
15
- contents : write
16
- packages : write
17
- id-token : write
14
+ permissions : {}
18
15
19
16
jobs :
20
17
goreleaser :
21
18
runs-on : ubuntu-latest
22
19
environment : homebrew-tap
20
+ permissions :
21
+ contents : write
22
+ packages : write
23
+ id-token : write
23
24
steps :
24
25
- uses : step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
25
26
with :
You can’t perform that action at this time.
0 commit comments