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 31
31
bazel build //php:release $BAZEL_FLAGS;
32
32
cp bazel-bin/php/protobuf-*.tgz .
33
33
34
- - uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
34
+ - uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
35
35
with :
36
36
name : protobuf-php-release
37
37
path : protobuf-*.tgz
45
45
name : Build ${{ matrix.version }}
46
46
runs-on : ubuntu-latest
47
47
steps :
48
- - uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
48
+ - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # 4.1.8
49
49
with :
50
50
name : protobuf-php-release
51
51
Original file line number Diff line number Diff line change @@ -147,11 +147,11 @@ jobs:
147
147
bazel : build --crosstool_top=//toolchain:clang_suite --//toolchain:release=true --symlink_prefix=/ -c dbg //python/dist //python/dist:test_wheel //python/dist:source_wheel
148
148
- name : Move Wheels
149
149
run : mkdir wheels && find _build/out \( -name 'protobuf*.whl' -o -name 'protobuf-*.tar.gz' \) -exec mv '{}' wheels ';'
150
- - uses : actions/upload-artifact@v3
150
+ - uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
151
151
with :
152
152
name : python-wheels
153
153
path : wheels/
154
- - uses : actions/upload-artifact@v3
154
+ - uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
155
155
with :
156
156
name : requirements
157
157
# Tests shouldn't have access to the whole upb repo, upload the one file we need
@@ -194,12 +194,12 @@ jobs:
194
194
shell : bash
195
195
steps :
196
196
- name : Download Wheels
197
- uses : actions/download-artifact@v3
197
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # 4.1.8
198
198
with :
199
199
name : python-wheels
200
200
path : wheels
201
201
- name : Download Requirements
202
- uses : actions/download-artifact@v3
202
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # 4.1.8
203
203
with :
204
204
name : requirements
205
205
path : requirements
@@ -252,7 +252,7 @@ jobs:
252
252
if : ${{ github.event_name != 'pull_request_target' }}
253
253
steps :
254
254
- name : Download Wheels
255
- uses : actions/download-artifact@v3
255
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # 4.1.8
256
256
with :
257
257
name : python-wheels
258
258
path : wheels
You can’t perform that action at this time.
0 commit comments