File tree Expand file tree Collapse file tree 9 files changed +14
-14
lines changed
Expand file tree Collapse file tree 9 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 2020 TOXENV : ${{ matrix.toxenv }}
2121
2222 steps :
23- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
23+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
2424
2525 - uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
2626 with :
Original file line number Diff line number Diff line change 1313 name : Build tuf-on-ci signer
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
16+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
1717
1818 - uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
1919 with :
2828 awk "/## $GITHUB_REF_NAME/{flag=1; next} /## v/{flag=0} flag" docs/CHANGELOG.md > changelog
2929
3030 - name : Store build artifacts
31- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
31+ uses : actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
3232 with :
3333 name : build-artifacts
3434 path : |
5050
5151 - name : Publish binary wheel and source tarball on PyPI
5252 if : github.repository == 'theupdateframework/tuf-on-ci'
53- uses : pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b # v1.10.2
53+ uses : pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597 # v1.10.3
5454
5555 release-gh :
5656 name : Release
Original file line number Diff line number Diff line change 1818 pull-requests : write
1919
2020 steps :
21- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
21+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
2222
2323 - uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
2424 with :
Original file line number Diff line number Diff line change 99runs :
1010 using : " composite"
1111 steps :
12- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
12+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
1313 with :
1414 token : ${{ inputs.token }}
1515 fetch-depth : 0
Original file line number Diff line number Diff line change @@ -37,14 +37,14 @@ inputs:
3737runs :
3838 using : " composite"
3939 steps :
40- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
40+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
4141 with :
4242 token : ${{ inputs.token }}
4343 fetch-depth : 0
4444
4545 - name : Authenticate to Google Cloud
4646 if : inputs.gcp_workload_identity_provider != ''
47- uses : google-github-actions/auth@62cf5bd3e4211a0a0b51f2c6d6a37129d828611d # v2.1.5
47+ uses : google-github-actions/auth@8254fb75a33b976a221574d287e93919e6a36f70 # v2.1.6
4848 with :
4949 token_format : access_token
5050 workload_identity_provider : ${{ inputs.gcp_workload_identity_provider }}
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ inputs:
2424runs :
2525 using : " composite"
2626 steps :
27- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
27+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
2828 with :
2929 token : ${{ inputs.token }}
3030 fetch-depth : 0
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ inputs:
4141runs :
4242 using : " composite"
4343 steps :
44- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
44+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
4545 if : inputs.compare_source == 'true'
4646 with :
4747 ref : " publish"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ inputs:
1919runs :
2020 using : " composite"
2121 steps :
22- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
22+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
2323
2424 - name : Update issue
2525 uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ inputs:
2222runs :
2323 using : " composite"
2424 steps :
25- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
25+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
2626 with :
2727 ref : ${{ inputs.ref }}
2828
@@ -50,13 +50,13 @@ runs:
5050 source : build
5151 destination : build-jekyll
5252
53- - uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
53+ - uses : actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
5454 if : inputs.gh_pages != 'true'
5555 with :
5656 name : metadata
5757 path : build-jekyll/${{inputs.metadata_path}}/*
5858
59- - uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
59+ - uses : actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
6060 if : inputs.gh_pages != 'true'
6161 with :
6262 name : artifacts
You can’t perform that action at this time.
0 commit comments