Skip to content

Commit 166c13d

Browse files
authored
Update deps (#384)
1 parent 2d969c6 commit 166c13d

File tree

8 files changed

+470
-434
lines changed

8 files changed

+470
-434
lines changed

.github/workflows/draft-release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@ on:
1515

1616
jobs:
1717
draft-release:
18-
name: 'Draft release'
19-
uses: 'google-github-actions/.github/.github/workflows/draft-release.yml@v0'
18+
uses: 'google-github-actions/.github/.github/workflows/draft-release.yml@v3' # ratchet:exclude
2019
with:
2120
version_strategy: '${{ github.event.inputs.version_strategy }}'
22-
# secrets must be explicitly passed to reusable workflows https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/reusing-workflows#using-inputs-and-secrets-in-a-reusable-workflow
2321
secrets:
2422
ACTIONS_BOT_TOKEN: '${{ secrets.ACTIONS_BOT_TOKEN }}'

.github/workflows/integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@ jobs:
2424
runs-on: 'ubuntu-latest'
2525

2626
steps:
27-
- uses: 'actions/checkout@v4'
27+
- uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/checkout@v4
2828

29-
- uses: 'actions/setup-node@v4'
29+
- uses: 'actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a' # ratchet:actions/setup-node@v4
3030
with:
3131
node-version: '20.x'
3232

3333
- name: 'npm build'
3434
run: 'npm ci && npm run build'
3535

36-
- uses: 'google-github-actions/auth@v2'
36+
- uses: 'google-github-actions/auth@v2' # ratchet:exclude
3737
with:
3838
workload_identity_provider: '${{ vars.WIF_PROVIDER_NAME }}'
3939
service_account: '${{ vars.SERVICE_ACCOUNT_EMAIL }}'

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616

1717
steps:
1818
- name: 'Checkout'
19-
uses: 'actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871' # ratchet:actions/checkout@v4
19+
uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/checkout@v4
2020

2121
- name: 'Publish'
2222
id: 'publish'
23-
uses: 'actions/publish-immutable-action@4b1aa5c1cde5fedc80d52746c9546cb5560e5f53' # ratchet:actions/publish-immutable-action@v0.0.3
23+
uses: 'actions/publish-immutable-action@4bc8754ffc40f27910afb20287dbbbb675a4e978' # ratchet:actions/publish-immutable-action@v0.0.4
2424
with:
2525
github-token: '${{ secrets.GITHUB_TOKEN }}'

.github/workflows/release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ on:
88

99
jobs:
1010
release:
11-
if: |-
12-
${{ startsWith(github.event.head_commit.message, 'Release: v') }}
13-
name: 'Release'
14-
uses: 'google-github-actions/.github/.github/workflows/release.yml@v1' # ratchet:exclude
15-
# secrets must be explicitly passed to reusable workflows https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/reusing-workflows\#using-inputs-and-secrets-in-a-reusable-workflow
11+
uses: 'google-github-actions/.github/.github/workflows/release.yml@v3' # ratchet:exclude
1612
secrets:
1713
ACTIONS_BOT_TOKEN: '${{ secrets.ACTIONS_BOT_TOKEN }}'

.github/workflows/unit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
- 'macos-latest'
3333

3434
steps:
35-
- uses: 'actions/checkout@v4'
35+
- uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/checkout@v4
3636

37-
- uses: 'actions/setup-node@v4'
37+
- uses: 'actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a' # ratchet:actions/setup-node@v4
3838
with:
3939
node-version: '20.12.x' # https://github.com/nodejs/node/issues/53033
4040

@@ -49,7 +49,7 @@ jobs:
4949

5050
# Only authenticate if this is a full CI run.
5151
- if: ${{ github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name }}
52-
uses: 'google-github-actions/auth@v2'
52+
uses: 'google-github-actions/auth@v2' # ratchet:exclude
5353
with:
5454
workload_identity_provider: '${{ vars.WIF_PROVIDER_NAME }}'
5555
service_account: '${{ vars.SERVICE_ACCOUNT_EMAIL }}'

dist/index.js

Lines changed: 31 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)