File tree Expand file tree Collapse file tree 9 files changed +17
-17
lines changed
Expand file tree Collapse file tree 9 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 2020 TOXENV : ${{ matrix.toxenv }}
2121
2222 steps :
23- - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
23+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2424
25- - uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
25+ - uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
2626 with :
2727 python-version : ' 3.12'
2828 cache : ' pip'
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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
16+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1717
18- - uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
18+ - uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
1919 with :
2020 python-version : ' 3.12'
2121
Original file line number Diff line number Diff line change 1818 pull-requests : write
1919
2020 steps :
21- - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
21+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2222
23- - uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
23+ - uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
2424 with :
2525 python-version : ' 3.12'
2626
Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ inputs:
99runs :
1010 using : " composite"
1111 steps :
12- - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
12+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1313 with :
1414 token : ${{ inputs.token }}
1515 fetch-depth : 0
1616
17- - uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
17+ - uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
1818 with :
1919 python-version : " 3.11"
2020
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ inputs:
3737runs :
3838 using : " composite"
3939 steps :
40- - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
40+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4141 with :
4242 token : ${{ inputs.token }}
4343 fetch-depth : 0
6565 tenant-id : ${{ inputs.azure_tenant_id }}
6666 subscription-id : ${{ inputs.azure_subscription_id }}
6767
68- - uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
68+ - uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
6969 with :
7070 python-version : " 3.11"
7171
Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ inputs:
2424runs :
2525 using : " composite"
2626 steps :
27- - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
27+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2828 with :
2929 token : ${{ inputs.token }}
3030 fetch-depth : 0
3131
32- - uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
32+ - uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
3333 with :
3434 python-version : " 3.11"
3535
Original file line number Diff line number Diff line change @@ -41,13 +41,13 @@ inputs:
4141runs :
4242 using : " composite"
4343 steps :
44- - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
44+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4545 if : inputs.compare_source == 'true'
4646 with :
4747 ref : " publish"
4848 path : " source/"
4949
50- - uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
50+ - uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
5151 with :
5252 python-version : " 3.11"
5353
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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
22+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
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,11 +22,11 @@ inputs:
2222runs :
2323 using : " composite"
2424 steps :
25- - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
25+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2626 with :
2727 ref : ${{ inputs.ref }}
2828
29- - uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
29+ - uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
3030 with :
3131 python-version : " 3.11"
3232
You can’t perform that action at this time.
0 commit comments