File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 35
35
run : PIP_CONSTRAINT=requirements-build.txt python3 -m build --sdist --wheel --outdir dist/ .
36
36
37
37
- name : Store build artifacts
38
- uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
38
+ uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
39
39
# NOTE: The GitHub release page contains the release artifacts too, but using
40
40
# GitHub upload/download actions seems robuster: there is no need to compute
41
41
# download URLs and tampering with artifacts between jobs is more limited.
Original file line number Diff line number Diff line change 32
32
pip install --upgrade tox
33
33
34
34
- name : Authenticate to Google Cloud
35
- uses : google-github-actions/auth@71fee32a0bb7e97b4d33d548e7d957010649d8fa
35
+ uses : google-github-actions/auth@f112390a2df9932162083945e46d439060d66ec2
36
36
with :
37
37
token_format : access_token
38
38
workload_identity_provider : projects/843741030650/locations/global/workloadIdentityPools/securesystemslib-tests/providers/securesystemslib-tests
You can’t perform that action at this time.
0 commit comments