File tree Expand file tree Collapse file tree 8 files changed +376
-412
lines changed
Expand file tree Collapse file tree 8 files changed +376
-412
lines changed Original file line number Diff line number Diff line change 1515
1616jobs :
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 }}'
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff 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 }}'
Original file line number Diff line number Diff line change 88
99jobs :
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 }}'
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments