File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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+ 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 }}'
Original file line number Diff line number Diff 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 }}'
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+ uses : ' google-github-actions/.github/.github/workflows/release.yml@v3' # ratchet:exclude
1612 secrets :
1713 ACTIONS_BOT_TOKEN : ' ${{ secrets.ACTIONS_BOT_TOKEN }}'
Original file line number Diff line number Diff line change 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
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 }}'
You can’t perform that action at this time.
0 commit comments