Skip to content

Commit 5c25051

Browse files
authored
Update deps (#560)
1 parent b4dcbfc commit 5c25051

File tree

9 files changed

+570
-554
lines changed

9 files changed

+570
-554
lines changed

.github/workflows/cleanup.yml

Lines changed: 3 additions & 3 deletions
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
with:
2626
version: 'latest'
2727

.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: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,19 @@ jobs:
3535
name: 'from_${{ matrix.name }}'
3636

3737
steps:
38-
- uses: 'actions/checkout@v4'
38+
- uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/checkout@v4
3939

4040
- name: 'Compute service name'
4141
run: |-
4242
echo "SERVICE_NAME=${GITHUB_JOB}-${{ matrix.name }}-${GITHUB_SHA::7}-${GITHUB_RUN_NUMBER}" >> ${GITHUB_ENV}
4343
44-
- uses: 'actions/setup-node@v4'
44+
- uses: 'actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a' # ratchet:actions/setup-node@v4
4545
with:
4646
node-version: '20.12.x' # https://github.com/nodejs/node/issues/53033
4747

4848
- run: 'npm ci && npm run build'
4949

50-
- uses: 'google-github-actions/auth@v2'
50+
- uses: 'google-github-actions/auth@v2' # ratchet:exclude
5151
with:
5252
workload_identity_provider: '${{ vars.WIF_PROVIDER_NAME }}'
5353
service_account: '${{ vars.SERVICE_ACCOUNT_EMAIL }}'
@@ -149,7 +149,7 @@ jobs:
149149
runs-on: 'ubuntu-latest'
150150

151151
steps:
152-
- uses: 'actions/checkout@v4'
152+
- uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/checkout@v4
153153

154154
- name: 'Compute service name'
155155
run: |-
@@ -159,13 +159,13 @@ jobs:
159159
run: |-
160160
sed -i "s/run-full-yaml/${{ env.SERVICE_NAME }}/" ./tests/fixtures/service.yaml
161161
162-
- uses: 'actions/setup-node@v4'
162+
- uses: 'actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a' # ratchet:actions/setup-node@v4
163163
with:
164164
node-version: '20.12.x' # https://github.com/nodejs/node/issues/53033
165165

166166
- run: 'npm ci && npm run build'
167167

168-
- uses: 'google-github-actions/auth@v2'
168+
- uses: 'google-github-actions/auth@v2' # ratchet:exclude
169169
with:
170170
workload_identity_provider: '${{ vars.WIF_PROVIDER_NAME }}'
171171
service_account: '${{ vars.SERVICE_ACCOUNT_EMAIL }}'
@@ -225,19 +225,19 @@ jobs:
225225
runs-on: 'ubuntu-latest'
226226

227227
steps:
228-
- uses: 'actions/checkout@v4'
228+
- uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/checkout@v4
229229

230230
- name: 'Compute job name'
231231
run: |-
232232
echo "JOB_NAME=${GITHUB_JOB}-job-${GITHUB_SHA::7}-${GITHUB_RUN_NUMBER}" >> ${GITHUB_ENV}
233233
234-
- uses: 'actions/setup-node@v4'
234+
- uses: 'actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a' # ratchet:actions/setup-node@v4
235235
with:
236236
node-version: '20.12.x' # https://github.com/nodejs/node/issues/53033
237237

238238
- run: 'npm ci && npm run build'
239239

240-
- uses: 'google-github-actions/auth@v2'
240+
- uses: 'google-github-actions/auth@v2' # ratchet:exclude
241241
with:
242242
workload_identity_provider: '${{ vars.WIF_PROVIDER_NAME }}'
243243
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/[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

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
runs-on: '${{ matrix.os }}'
2828

2929
steps:
30-
- uses: 'actions/checkout@v4'
30+
- uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/checkout@v4
3131

32-
- uses: 'actions/setup-node@v4'
32+
- uses: 'actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a' # ratchet:actions/setup-node@v4
3333
with:
3434
node-version: '20.x'
3535

dist/main/index.js

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

0 commit comments

Comments
 (0)