Skip to content

Commit dfe2a52

Browse files
authored
Update deps (#453)
1 parent 193b3d2 commit dfe2a52

9 files changed

+533
-516
lines changed

.github/workflows/cleanup.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ jobs:
1414
runs-on: 'ubuntu-latest'
1515

1616
steps:
17-
- uses: 'actions/checkout@v4'
17+
- uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/checkout@v4
1818

19-
- uses: 'google-github-actions/auth@v2'
19+
- uses: 'google-github-actions/auth@v2' # ratchet:exclude
2020
with:
2121
workload_identity_provider: '${{ vars.WIF_PROVIDER_NAME }}'
2222
service_account: '${{ vars.SERVICE_ACCOUNT_EMAIL }}'
2323

24-
- uses: 'google-github-actions/setup-gcloud@v2'
24+
- uses: 'google-github-actions/setup-gcloud@v2' # ratchet:exclude
2525

2626
- name: Delete services
2727
run: |-

.github/workflows/draft-release.yml

+1-3
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

+6-6
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ jobs:
2323
id-token: 'write'
2424
runs-on: 'ubuntu-latest'
2525
steps:
26-
- uses: 'actions/checkout@v4'
26+
- uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/checkout@v4
2727

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

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

35-
- uses: 'google-github-actions/auth@v2'
35+
- uses: 'google-github-actions/auth@v2' # ratchet:exclude
3636
with:
3737
project_id: '${{ vars.PROJECT_ID }}'
3838
workload_identity_provider: '${{ vars.WIF_PROVIDER_NAME }}'
@@ -53,16 +53,16 @@ jobs:
5353
id-token: 'write'
5454
runs-on: 'ubuntu-latest'
5555
steps:
56-
- uses: 'actions/checkout@v4'
56+
- uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/checkout@v4
5757

58-
- uses: 'actions/setup-node@v4'
58+
- uses: 'actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a' # ratchet:actions/setup-node@v4
5959
with:
6060
node-version: '20.x'
6161

6262
- name: 'npm build'
6363
run: 'npm ci && npm run build'
6464

65-
- uses: 'google-github-actions/auth@v2'
65+
- uses: 'google-github-actions/auth@v2' # ratchet:exclude
6666
with:
6767
project_id: '${{ vars.PROJECT_ID }}'
6868
workload_identity_provider: '${{ vars.WIF_PROVIDER_NAME }}'

.github/workflows/publish.yml

+2-2
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/[email protected].3
23+
uses: 'actions/publish-immutable-action@4bc8754ffc40f27910afb20287dbbbb675a4e978' # ratchet:actions/[email protected].4
2424
with:
2525
github-token: '${{ secrets.GITHUB_TOKEN }}'

.github/workflows/release.yml

+1-5
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

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
runs-on: '${{ matrix.os }}'
3232

3333
steps:
34-
- uses: 'actions/checkout@v4'
34+
- uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/checkout@v4
3535

36-
- uses: 'actions/setup-node@v4'
36+
- uses: 'actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a' # ratchet:actions/setup-node@v4
3737
with:
3838
node-version: '20.x'
3939

@@ -47,7 +47,7 @@ jobs:
4747
run: 'npm run lint'
4848

4949
- id: 'auth'
50-
uses: 'google-github-actions/auth@v2'
50+
uses: 'google-github-actions/auth@v2' # ratchet:exclude
5151
if: ${{ github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name && github.actor != 'dependabot[bot]' }}
5252
with:
5353
project_id: '${{ vars.PROJECT_ID }}'

dist/index.js

+14-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)