Skip to content

Commit 5e8b336

Browse files
authored
Update deps (#58)
1 parent dbcf982 commit 5e8b336

File tree

6 files changed

+418
-318
lines changed

6 files changed

+418
-318
lines changed

.github/workflows/draft-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ on:
1616
jobs:
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:

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,9 @@ on:
99
jobs:
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 }}'

.github/workflows/test.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ concurrency:
2929
group: '${{ github.workflow }}-${{ github.head_ref || github.ref }}'
3030
cancel-in-progress: true
3131

32+
permissions:
33+
contents: 'read'
34+
statuses: 'write'
35+
3236
defaults:
3337
run:
3438
shell: 'bash'
@@ -44,7 +48,7 @@ jobs:
4448
steps:
4549
- uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/checkout@v4
4650

47-
- uses: 'actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a' # ratchet:actions/setup-node@v4
51+
- uses: 'actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020' # ratchet:actions/setup-node@v4
4852
with:
4953
node-version-file: 'package.json'
5054

@@ -72,7 +76,7 @@ jobs:
7276
steps:
7377
- uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/checkout@v4
7478

75-
- uses: 'actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a' # ratchet:actions/setup-node@v4
79+
- uses: 'actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020' # ratchet:actions/setup-node@v4
7680
with:
7781
node-version-file: 'package.json'
7882

0 commit comments

Comments
 (0)