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 16
16
jobs :
17
17
draft-release :
18
18
uses : ' google-github-actions/.github/.github/workflows/draft-release.yml@v3' # ratchet:exclude
19
+ permissions :
20
+ contents : ' read'
21
+ pull-requests : ' write'
19
22
with :
20
23
version_strategy : ' ${{ github.event.inputs.version_strategy }}'
21
24
secrets :
Original file line number Diff line number Diff line change @@ -19,6 +19,10 @@ permissions:
19
19
contents : ' read'
20
20
id-token : ' write'
21
21
22
+ defaults :
23
+ run :
24
+ shell : ' bash'
25
+
22
26
env :
23
27
REGION : ' us-central1'
24
28
40
44
41
45
- id : ' set-up-node'
42
46
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
44
48
with :
45
49
node-version-file : ' package.json'
46
50
Original file line number Diff line number Diff line change 9
9
jobs :
10
10
release :
11
11
uses : ' google-github-actions/.github/.github/workflows/release.yml@v3' # ratchet:exclude
12
+ permissions :
13
+ attestations : ' write'
14
+ contents : ' write'
15
+ packages : ' write'
12
16
secrets :
13
17
ACTIONS_BOT_TOKEN : ' ${{ secrets.ACTIONS_BOT_TOKEN }}'
Original file line number Diff line number Diff line change @@ -15,6 +15,14 @@ concurrency:
15
15
group : ' ${{ github.workflow }}-${{ github.head_ref || github.ref }}'
16
16
cancel-in-progress : true
17
17
18
+ permissions :
19
+ contents : ' read'
20
+ statuses : ' write'
21
+
22
+ defaults :
23
+ run :
24
+ shell : ' bash'
25
+
18
26
jobs :
19
27
unit :
20
28
strategy :
29
37
steps :
30
38
- uses : ' actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/checkout@v4
31
39
32
- - uses : ' actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a ' # ratchet:actions/setup-node@v4
40
+ - uses : ' actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 ' # ratchet:actions/setup-node@v4
33
41
with :
34
42
node-version-file : ' package.json'
35
43
You can’t perform that action at this time.
0 commit comments