Skip to content

Commit d6e0687

Browse files
authored
Update deps (#391)
1 parent c4f360c commit d6e0687

File tree

7 files changed

+534
-279
lines changed

7 files changed

+534
-279
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,14 +19,18 @@ permissions:
1919
contents: 'read'
2020
id-token: 'write'
2121

22+
defaults:
23+
run:
24+
shell: 'bash'
25+
2226
jobs:
2327
integration:
2428
runs-on: 'ubuntu-latest'
2529

2630
steps:
2731
- uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/checkout@v4
2832

29-
- uses: 'actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a' # ratchet:actions/setup-node@v4
33+
- uses: 'actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020' # ratchet:actions/setup-node@v4
3034
with:
3135
node-version-file: 'package.json'
3236

.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: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,19 @@ concurrency:
1515
group: '${{ github.workflow }}-${{ github.head_ref || github.ref }}'
1616
cancel-in-progress: true
1717

18+
permissions:
19+
contents: 'read'
20+
id-token: 'write'
21+
statuses: 'write'
22+
23+
defaults:
24+
run:
25+
shell: 'bash'
26+
1827
jobs:
1928
unit:
2029
runs-on: '${{ matrix.os }}'
2130

22-
permissions:
23-
contents: 'read'
24-
id-token: 'write'
25-
2631
strategy:
2732
fail-fast: false
2833
matrix:
@@ -34,7 +39,7 @@ jobs:
3439
steps:
3540
- uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/checkout@v4
3641

37-
- uses: 'actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a' # ratchet:actions/setup-node@v4
42+
- uses: 'actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020' # ratchet:actions/setup-node@v4
3843
with:
3944
node-version-file: 'package.json'
4045

0 commit comments

Comments
 (0)