File tree Expand file tree Collapse file tree 9 files changed +19
-19
lines changed
Expand file tree Collapse file tree 9 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 6262 id : npm-cache-dir
6363 shell : bash
6464 run : echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT}
65- - uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
65+ - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
6666 id : npm-cache
6767 with :
6868 path : ${{ steps.npm-cache-dir.outputs.dir }}
8282 CAIP_PROJECT_ID : ${{ steps.secrets.outputs.caip_id }}
8383 - name : upload test results for FlakyBot workflow
8484 if : github.event.action == 'schedule' && always()
85- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
85+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
8686 env :
8787 MOCHA_REPORTER_OUTPUT : " ${{github.run_id}}_sponge_log.xml"
8888 with :
Original file line number Diff line number Diff line change 3131 working-directory : .github/scripts
3232 steps :
3333 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
34- - uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
34+ - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
3535 with :
3636 node-version : 20
3737 - run : npm install
Original file line number Diff line number Diff line change 4545 - name : Create `bin` directory for cloud-samples-tools binaries
4646 run : mkdir bin
4747 working-directory : cloud-samples-tools
48- - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
48+ - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
4949 with :
5050 go-version : ${{ env.GO_VERSION }}
5151 - name : Build Custard (from cloud-samples-tools)
8181 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
8282 with :
8383 ref : ${{ github.event.pull_request.head.sha }}
84- - uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
84+ - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
8585 with :
8686 node-version : ${{ fromJson(env.CI_SETUP).node-version }}
8787 - uses : google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2
Original file line number Diff line number Diff line change 4545 - name : Create `bin` directory for cloud-samples-tools binaries
4646 run : mkdir bin
4747 working-directory : cloud-samples-tools
48- - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
48+ - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
4949 with :
5050 go-version : ${{ env.GO_VERSION }}
5151 - name : Build Custard (from cloud-samples-tools)
6868 - name : Checkout
6969 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
7070 - name : Setup Node
71- uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
71+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
7272 with :
7373 node-version : 20
7474 - run : npm install
@@ -112,7 +112,7 @@ jobs:
112112 timeout-minutes : 5
113113 steps :
114114 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
115- - uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
115+ - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
116116 with :
117117 node-version : 20
118118 - run : ./.github/workflows/utils/region-tags-tests.sh
@@ -137,7 +137,7 @@ jobs:
137137 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
138138 with :
139139 ref : ${{ github.event.pull_request.head.sha }}
140- - uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
140+ - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
141141 with :
142142 node-version : ${{ fromJson(env.CI_SETUP).node-version }}
143143 - uses : google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2
Original file line number Diff line number Diff line change 6262 id : npm-cache-dir
6363 shell : bash
6464 run : echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT}
65- - uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
65+ - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
6666 id : npm-cache
6767 with :
6868 path : ${{ steps.npm-cache-dir.outputs.dir }}
8484 AGENT_PROJECT_ID : nodejs-docs-samples-tests
8585 - name : upload test results for FlakyBot workflow
8686 if : github.event.action == 'schedule' && always()
87- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
87+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
8888 env :
8989 MOCHA_REPORTER_OUTPUT : " ${{github.run_id}}_sponge_log.xml"
9090 with :
Original file line number Diff line number Diff line change 6262 id : npm-cache-dir
6363 shell : bash
6464 run : echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT}
65- - uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
65+ - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
6666 id : npm-cache
6767 with :
6868 path : ${{ steps.npm-cache-dir.outputs.dir }}
8383 KG_API_KEY : ${{ steps.secrets.outputs.kg_api_key }}
8484 - name : upload test results for FlakyBot workflow
8585 if : github.event.action == 'schedule' && always()
86- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
86+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
8787 env :
8888 MOCHA_REPORTER_OUTPUT : " ${{github.run_id}}_sponge_log.xml"
8989 with :
Original file line number Diff line number Diff line change 6060 id : npm-cache-dir
6161 shell : bash
6262 run : echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT}
63- - uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
63+ - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
6464 id : npm-cache
6565 with :
6666 path : ${{ steps.npm-cache-dir.outputs.dir }}
8181 - run : npm test
8282 - name : upload test results for FlakyBot workflow
8383 if : github.event.action == 'schedule' && always()
84- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
84+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
8585 env :
8686 MOCHA_REPORTER_OUTPUT : " ${{github.run_id}}_sponge_log.xml"
8787 with :
Original file line number Diff line number Diff line change 6565 id : npm-cache-dir
6666 shell : bash
6767 run : echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT}
68- - uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
68+ - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
6969 id : npm-cache
7070 with :
7171 path : ${{ steps.npm-cache-dir.outputs.dir }}
9292 AZURE_SAS_TOKEN : ${{ fromJSON(steps.secrets.outputs.sts_azure_secret).SAS }}
9393 - name : upload test results for FlakyBot workflow
9494 if : github.event.action == 'schedule' && always()
95- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
95+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
9696 env :
9797 MOCHA_REPORTER_OUTPUT : " ${{github.run_id}}_sponge_log.xml"
9898 with :
Original file line number Diff line number Diff line change 4747 id : npm-cache-dir
4848 shell : bash
4949 run : echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT}
50- - uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
50+ - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
5151 id : npm-cache
5252 with :
5353 path : ${{ steps.npm-cache-dir.outputs.dir }}
6767 GOOGLE_SAMPLES_PROJECT : " long-door-651"
6868 - name : upload test results for FlakyBot workflow
6969 if : github.event.action == 'schedule' && always()
70- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
70+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
7171 with :
7272 name : test-results
7373 path : ${{ inputs.path }}/${{ env.MOCHA_REPORTER_OUTPUT }}
You can’t perform that action at this time.
0 commit comments