Skip to content

Commit 0c0751a

Browse files
authored
Update deps (#704)
1 parent ae61ebc commit 0c0751a

File tree

8 files changed

+376
-412
lines changed

8 files changed

+376
-412
lines changed

.github/workflows/draft-release.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ on:
1515

1616
jobs:
1717
draft-release:
18-
name: 'Draft release'
19-
uses: 'google-github-actions/.github/.github/workflows/draft-release.yml@v0'
18+
# TODO(sethvargo): revert to a tag when ready
19+
uses: 'google-github-actions/.github/.github/workflows/draft-release.yml@main' # ratchet:exclude
2020
with:
2121
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
2322
secrets:
2423
ACTIONS_BOT_TOKEN: '${{ secrets.ACTIONS_BOT_TOKEN }}'

.github/workflows/integration.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
id-token: 'write'
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

@@ -95,7 +95,7 @@ jobs:
9595

9696
# Authenticate via WIF
9797
- name: 'Authenticate via WIF'
98-
uses: 'google-github-actions/auth@v2'
98+
uses: 'google-github-actions/auth@v2' # ratchet:exclude
9999
with:
100100
workload_identity_provider: '${{ vars.WIF_PROVIDER_NAME }}'
101101
service_account: '${{ vars.SERVICE_ACCOUNT_EMAIL }}'
@@ -111,7 +111,7 @@ jobs:
111111

112112
# Authenticate via SAKE
113113
- name: 'Authenticate via SAKE'
114-
uses: 'google-github-actions/auth@v2'
114+
uses: 'google-github-actions/auth@v2' # ratchet:exclude
115115
with:
116116
credentials_json: '${{ secrets.SERVICE_ACCOUNT_KEY_JSON }}'
117117

.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

+2-5
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ 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+
# TODO(sethvargo): revert to a tag when ready
12+
uses: 'google-github-actions/.github/.github/workflows/release.yml@main' # ratchet:exclude
1613
secrets:
1714
ACTIONS_BOT_TOKEN: '${{ secrets.ACTIONS_BOT_TOKEN }}'

.github/workflows/unit.yml

+2-2
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/index.js

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

0 commit comments

Comments
 (0)