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 1717 pull_request :
1818 # The branches below must be a subset of the branches above
1919 branches : ["main"]
20+ paths-ignore :
21+ - ' README.md'
22+ - ' LICENSE'
23+ - ' docs/**'
24+ - ' .github/**'
2025 schedule :
2126 - cron : " 0 0 * * 1"
2227
Original file line number Diff line number Diff line change 77#
88# Source repository: https://github.com/actions/dependency-review-action
99name : ' Dependency Review'
10- on : [pull_request]
10+ on :
11+ pull_request :
12+ paths-ignore :
13+ - ' README.md'
14+ - ' LICENSE'
15+ - ' docs/**'
1116
1217permissions :
1318 contents : read
Original file line number Diff line number Diff line change 1313 - .github/workflows/**
1414 - action.yml
1515
16- permissions :
17- security-events : write
18- contents : read
16+ permissions : {}
1917
2018jobs :
2119 pop :
2220 runs-on : ubuntu-latest
21+ permissions :
22+ security-events : write
23+ contents : read
2324 steps :
2425 - uses : step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
2526 with :
Original file line number Diff line number Diff line change 1111 GO_VERSION : 1.22
1212 GO_RELEASER_VERSION : v1.25.1
1313
14- permissions :
15- contents : write
16- packages : write
17- id-token : write
14+ permissions : {}
1815
1916jobs :
2017 goreleaser :
2118 runs-on : ubuntu-latest
2219 environment : homebrew-tap
20+ permissions :
21+ contents : write
22+ packages : write
23+ id-token : write
2324 steps :
2425 - uses : step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
2526 with :
You can’t perform that action at this time.
0 commit comments