File tree Expand file tree Collapse file tree 7 files changed +482
-369
lines changed
Expand file tree Collapse file tree 7 files changed +482
-369
lines changed Original file line number Diff line number Diff line change 1616jobs :
1717 draft-release :
1818 uses : ' google-github-actions/.github/.github/workflows/draft-release.yml@v3' # ratchet:exclude
19+ permissions :
20+ contents : ' read'
21+ pull-requests : ' write'
1922 with :
2023 version_strategy : ' ${{ github.event.inputs.version_strategy }}'
2124 secrets :
Original file line number Diff line number Diff line change @@ -19,6 +19,10 @@ permissions:
1919 contents : ' read'
2020 id-token : ' write'
2121
22+ defaults :
23+ run :
24+ shell : ' bash'
25+
2226env :
2327 REGION : ' us-central1'
2428
4044
4145 - id : ' set-up-node'
4246 name : ' Set up Node'
43- uses : ' actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a ' # ratchet:actions/setup-node@v4
47+ uses : ' actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 ' # ratchet:actions/setup-node@v4
4448 with :
4549 node-version-file : ' package.json'
4650
Original file line number Diff line number Diff line change 99jobs :
1010 release :
1111 uses : ' google-github-actions/.github/.github/workflows/release.yml@v3' # ratchet:exclude
12+ permissions :
13+ attestations : ' write'
14+ contents : ' write'
15+ packages : ' write'
1216 secrets :
1317 ACTIONS_BOT_TOKEN : ' ${{ secrets.ACTIONS_BOT_TOKEN }}'
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+ permissions :
19+ contents : ' read'
20+ statuses : ' write'
21+
22+ defaults :
23+ run :
24+ shell : ' bash'
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