Skip to content

Commit 1d2a7d2

Browse files
authored
Update deps (#133)
1 parent ec43df5 commit 1d2a7d2

8 files changed

Lines changed: 457 additions & 467 deletions

File tree

.github/workflows/draft-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ on:
1313
- 'minor'
1414
- 'patch'
1515

16+
permissions:
17+
contents: 'read'
18+
pull-requests: 'write'
19+
1620
jobs:
1721
draft-release:
1822
uses: 'google-github-actions/.github/.github/workflows/draft-release.yml@v3' # ratchet:exclude

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
- 'main'
77
- 'release/**/*'
88

9+
permissions:
10+
contents: 'read'
11+
packages: 'write'
12+
913
jobs:
1014
release:
1115
uses: 'google-github-actions/.github/.github/workflows/release.yml@v3' # ratchet:exclude
@@ -22,7 +26,7 @@ jobs:
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/'

.github/workflows/test.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
1826
jobs:
1927
unit:
2028
strategy:
@@ -29,7 +37,7 @@ jobs:
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

0 commit comments

Comments
 (0)