File tree 9 files changed +19
-19
lines changed
9 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 62
62
id : npm-cache-dir
63
63
shell : bash
64
64
run : echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT}
65
- - uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
65
+ - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
66
66
id : npm-cache
67
67
with :
68
68
path : ${{ steps.npm-cache-dir.outputs.dir }}
82
82
CAIP_PROJECT_ID : ${{ steps.secrets.outputs.caip_id }}
83
83
- name : upload test results for FlakyBot workflow
84
84
if : github.event.action == 'schedule' && always()
85
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
85
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
86
86
env :
87
87
MOCHA_REPORTER_OUTPUT : " ${{github.run_id}}_sponge_log.xml"
88
88
with :
Original file line number Diff line number Diff line change 31
31
working-directory : .github/scripts
32
32
steps :
33
33
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
34
- - uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
34
+ - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
35
35
with :
36
36
node-version : 20
37
37
- run : npm install
Original file line number Diff line number Diff line change 45
45
- name : Create `bin` directory for cloud-samples-tools binaries
46
46
run : mkdir bin
47
47
working-directory : cloud-samples-tools
48
- - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
48
+ - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
49
49
with :
50
50
go-version : ${{ env.GO_VERSION }}
51
51
- name : Build Custard (from cloud-samples-tools)
81
81
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
82
82
with :
83
83
ref : ${{ github.event.pull_request.head.sha }}
84
- - uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
84
+ - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
85
85
with :
86
86
node-version : ${{ fromJson(env.CI_SETUP).node-version }}
87
87
- uses : google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2
Original file line number Diff line number Diff line change 45
45
- name : Create `bin` directory for cloud-samples-tools binaries
46
46
run : mkdir bin
47
47
working-directory : cloud-samples-tools
48
- - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
48
+ - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
49
49
with :
50
50
go-version : ${{ env.GO_VERSION }}
51
51
- name : Build Custard (from cloud-samples-tools)
68
68
- name : Checkout
69
69
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
70
70
- name : Setup Node
71
- uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
71
+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
72
72
with :
73
73
node-version : 20
74
74
- run : npm install
@@ -112,7 +112,7 @@ jobs:
112
112
timeout-minutes : 5
113
113
steps :
114
114
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
115
- - uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
115
+ - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
116
116
with :
117
117
node-version : 20
118
118
- run : ./.github/workflows/utils/region-tags-tests.sh
@@ -137,7 +137,7 @@ jobs:
137
137
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
138
138
with :
139
139
ref : ${{ github.event.pull_request.head.sha }}
140
- - uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
140
+ - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
141
141
with :
142
142
node-version : ${{ fromJson(env.CI_SETUP).node-version }}
143
143
- uses : google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2
Original file line number Diff line number Diff line change 62
62
id : npm-cache-dir
63
63
shell : bash
64
64
run : echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT}
65
- - uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
65
+ - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
66
66
id : npm-cache
67
67
with :
68
68
path : ${{ steps.npm-cache-dir.outputs.dir }}
84
84
AGENT_PROJECT_ID : nodejs-docs-samples-tests
85
85
- name : upload test results for FlakyBot workflow
86
86
if : github.event.action == 'schedule' && always()
87
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
87
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
88
88
env :
89
89
MOCHA_REPORTER_OUTPUT : " ${{github.run_id}}_sponge_log.xml"
90
90
with :
Original file line number Diff line number Diff line change 62
62
id : npm-cache-dir
63
63
shell : bash
64
64
run : echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT}
65
- - uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
65
+ - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
66
66
id : npm-cache
67
67
with :
68
68
path : ${{ steps.npm-cache-dir.outputs.dir }}
83
83
KG_API_KEY : ${{ steps.secrets.outputs.kg_api_key }}
84
84
- name : upload test results for FlakyBot workflow
85
85
if : github.event.action == 'schedule' && always()
86
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
86
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
87
87
env :
88
88
MOCHA_REPORTER_OUTPUT : " ${{github.run_id}}_sponge_log.xml"
89
89
with :
Original file line number Diff line number Diff line change 60
60
id : npm-cache-dir
61
61
shell : bash
62
62
run : echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT}
63
- - uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
63
+ - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
64
64
id : npm-cache
65
65
with :
66
66
path : ${{ steps.npm-cache-dir.outputs.dir }}
81
81
- run : npm test
82
82
- name : upload test results for FlakyBot workflow
83
83
if : github.event.action == 'schedule' && always()
84
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
84
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
85
85
env :
86
86
MOCHA_REPORTER_OUTPUT : " ${{github.run_id}}_sponge_log.xml"
87
87
with :
Original file line number Diff line number Diff line change 65
65
id : npm-cache-dir
66
66
shell : bash
67
67
run : echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT}
68
- - uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
68
+ - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
69
69
id : npm-cache
70
70
with :
71
71
path : ${{ steps.npm-cache-dir.outputs.dir }}
92
92
AZURE_SAS_TOKEN : ${{ fromJSON(steps.secrets.outputs.sts_azure_secret).SAS }}
93
93
- name : upload test results for FlakyBot workflow
94
94
if : github.event.action == 'schedule' && always()
95
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
95
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
96
96
env :
97
97
MOCHA_REPORTER_OUTPUT : " ${{github.run_id}}_sponge_log.xml"
98
98
with :
Original file line number Diff line number Diff line change 47
47
id : npm-cache-dir
48
48
shell : bash
49
49
run : echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT}
50
- - uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
50
+ - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
51
51
id : npm-cache
52
52
with :
53
53
path : ${{ steps.npm-cache-dir.outputs.dir }}
67
67
GOOGLE_SAMPLES_PROJECT : " long-door-651"
68
68
- name : upload test results for FlakyBot workflow
69
69
if : github.event.action == 'schedule' && always()
70
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
70
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
71
71
with :
72
72
name : test-results
73
73
path : ${{ inputs.path }}/${{ env.MOCHA_REPORTER_OUTPUT }}
You can’t perform that action at this time.
0 commit comments