File tree Expand file tree Collapse file tree 5 files changed +18
-6
lines changed Expand file tree Collapse file tree 5 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 77 pull_request :
88 branches :
99 - main
10+ paths-ignore :
11+ - ' **/*.md'
1012 workflow_dispatch :
1113 merge_group :
1214 release :
2527 runs-on : [ubuntu-latest]
2628 steps :
2729 - name : Harden the runner (Audit all outbound calls)
28- uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
30+ uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
2931 with :
3032 egress-policy : audit
3133
@@ -122,7 +124,7 @@ jobs:
122124 - darwin-arm64
123125 steps :
124126 - name : Harden the runner (Audit all outbound calls)
125- uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
127+ uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
126128 with :
127129 egress-policy : audit
128130
@@ -175,7 +177,7 @@ jobs:
175177 contents : write # for softprops/action-gh-release to create a GitHub release
176178 steps :
177179 - name : Harden the runner (Audit all outbound calls)
178- uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
180+ uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
179181 with :
180182 egress-policy : audit
181183
@@ -185,6 +187,6 @@ jobs:
185187 pattern : vsix-package-*
186188
187189 - name : Attach packages
188- uses : softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2
190+ uses : softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2
189191 with :
190192 files : " **/*.vsix"
Original file line number Diff line number Diff line change 44 pull_request :
55 branches :
66 - main
7+ paths-ignore :
8+ - ' **/*.md'
79 push :
810 branches :
911 - main
12+ paths-ignore :
13+ - ' **/*.md'
1014
1115permissions :
1216 contents : read
Original file line number Diff line number Diff line change 11name : ' Dependency Review'
2- on : [pull_request]
2+ on :
3+ pull_request :
4+ paths-ignore :
5+ - ' **/*.md'
36
47permissions :
58 contents : read
1518
1619 - name : ' Checkout Repository'
1720 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
21+
1822 - name : ' Dependency Review'
1923 uses : actions/dependency-review-action@da24556b548a50705dd671f47852072ea4c105d9 # v4.7.1
Original file line number Diff line number Diff line change 1010 - cron : ' 0 0 * * *'
1111 push :
1212 branches : [ "main" ]
13+ paths-ignore :
14+ - ' **/*.md'
1315
1416permissions :
1517 contents : read
Original file line number Diff line number Diff line change 77 - docs/third-party-licenses.json
88 - docs/tpip-header.md
99 - scripts/tpip-reporter.ts
10+ - ' !**/*.md'
1011 branches :
1112 - main
12-
1313 workflow_dispatch :
1414
1515concurrency :
You can’t perform that action at this time.
0 commit comments