Skip to content

Commit 62ff3be

Browse files
authored
Update deps (#70)
1 parent 6c16954 commit 62ff3be

File tree

7 files changed

+482
-369
lines changed

7 files changed

+482
-369
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/integration.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ permissions:
1919
contents: 'read'
2020
id-token: 'write'
2121

22+
defaults:
23+
run:
24+
shell: 'bash'
25+
2226
env:
2327
REGION: 'us-central1'
2428

@@ -40,7 +44,7 @@ jobs:
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

.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/unit.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+
permissions:
19+
contents: 'read'
20+
statuses: 'write'
21+
22+
defaults:
23+
run:
24+
shell: 'bash'
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)