File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 47
47
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
48
48
# format to the repository Actions tab.
49
49
- name : " Upload artifact"
50
- uses : actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1 .0
50
+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4 .0
51
51
with :
52
52
name : SARIF file
53
53
path : results.sarif
Original file line number Diff line number Diff line change 42
42
bazel build //php:release $BAZEL_FLAGS;
43
43
cp bazel-bin/php/protobuf-*.tgz .
44
44
45
- - uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
45
+ - uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
46
46
with :
47
47
name : protobuf-php-release
48
48
path : protobuf-*.tgz
61
61
name : ${{ matrix.continuous-only && inputs.continuous-prefix || '' }} Build ${{ matrix.version }}
62
62
runs-on : ubuntu-latest
63
63
steps :
64
- - uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
64
+ - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # 4.1.8
65
65
if : ${{ !matrix.continuous-only || inputs.continuous-run }}
66
66
with :
67
67
name : protobuf-php-release
Original file line number Diff line number Diff line change @@ -167,11 +167,11 @@ jobs:
167
167
bazel : build --crosstool_top=//toolchain:clang_suite --//toolchain:release=true --symlink_prefix=/ -c dbg //python/dist //python/dist:test_wheel //python/dist:source_wheel
168
168
- name : Move Wheels
169
169
run : mkdir wheels && find _build/out \( -name 'protobuf*.whl' -o -name 'protobuf-*.tar.gz' \) -exec mv '{}' wheels ';'
170
- - uses : actions/upload-artifact@v3
170
+ - uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
171
171
with :
172
172
name : python-wheels
173
173
path : wheels/
174
- - uses : actions/upload-artifact@v3
174
+ - uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
175
175
with :
176
176
name : requirements
177
177
# Tests shouldn't have access to the whole upb repo, upload the one file we need
@@ -216,13 +216,13 @@ jobs:
216
216
steps :
217
217
- name : Download Wheels
218
218
if : ${{ !matrix.continuous-only || inputs.continuous-run }}
219
- uses : actions/download-artifact@v3
219
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # 4.1.8
220
220
with :
221
221
name : python-wheels
222
222
path : wheels
223
223
- name : Download Requirements
224
224
if : ${{ !matrix.continuous-only || inputs.continuous-run }}
225
- uses : actions/download-artifact@v3
225
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # 4.1.8
226
226
with :
227
227
name : requirements
228
228
path : requirements
@@ -281,7 +281,7 @@ jobs:
281
281
if : ${{ github.event_name != 'pull_request_target' }}
282
282
steps :
283
283
- name : Download Wheels
284
- uses : actions/download-artifact@v3
284
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # 4.1.8
285
285
with :
286
286
name : python-wheels
287
287
path : wheels
You can’t perform that action at this time.
0 commit comments