File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 - ' minor'
1414 - ' patch'
1515
16+ permissions :
17+ contents : ' read'
18+ pull-requests : ' write'
19+
1620jobs :
1721 draft-release :
1822 uses : ' google-github-actions/.github/.github/workflows/draft-release.yml@v3' # ratchet:exclude
Original file line number Diff line number Diff line change 66 - ' main'
77 - ' release/**/*'
88
9+ permissions :
10+ contents : ' read'
11+ packages : ' write'
12+
913jobs :
1014 release :
1115 uses : ' google-github-actions/.github/.github/workflows/release.yml@v3' # ratchet:exclude
2226 steps :
2327 - uses : ' actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/checkout@v4
2428
25- - uses : ' actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a ' # ratchet:actions/setup-node@v4
29+ - uses : ' actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 ' # ratchet:actions/setup-node@v4
2630 with :
2731 node-version-file : ' package.json'
2832 registry-url : ' https://wombat-dressing-room.appspot.com/'
Original file line number Diff line number Diff line change @@ -15,6 +15,14 @@ concurrency:
1515 group : ' ${{ github.workflow }}-${{ github.head_ref || github.ref }}'
1616 cancel-in-progress : true
1717
18+ defaults :
19+ run :
20+ shell : ' bash'
21+
22+ permissions :
23+ contents : ' read'
24+ statuses : ' write'
25+
1826jobs :
1927 unit :
2028 strategy :
2937 steps :
3038 - uses : ' actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/checkout@v4
3139
32- - uses : ' actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a ' # ratchet:actions/setup-node@v4
40+ - uses : ' actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 ' # ratchet:actions/setup-node@v4
3341 with :
3442 node-version-file : ' package.json'
3543
You can’t perform that action at this time.
0 commit comments