File tree 9 files changed +14
-14
lines changed
9 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 29
29
- { py: "3.12", os: "macos-latest" }
30
30
runs-on : ${{ matrix.conf.os }}
31
31
steps :
32
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
32
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
33
33
34
34
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
35
35
with :
83
83
runs-on : ubuntu-latest
84
84
85
85
steps :
86
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
86
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
87
87
88
88
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
89
89
with :
Original file line number Diff line number Diff line change 11
11
conformance :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
14
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
15
15
16
16
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
17
17
with :
Original file line number Diff line number Diff line change 9
9
build :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
12
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
13
13
14
14
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
15
15
with :
Original file line number Diff line number Diff line change 10
10
lint :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
13
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
14
14
15
15
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
16
16
with :
27
27
check-readme :
28
28
runs-on : ubuntu-latest
29
29
steps :
30
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
30
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
31
31
32
32
# NOTE: We intentionally check `--help` rendering against our minimum Python,
33
33
# since it changes slightly between Python versions.
46
46
licenses :
47
47
runs-on : ubuntu-latest
48
48
steps :
49
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
49
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
50
50
# adapted from Warehouse's bin/licenses
51
51
- run : |
52
52
for fn in $(find . -type f -name "*.py"); do
59
59
x509-testcases :
60
60
runs-on : ubuntu-latest
61
61
steps :
62
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
62
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
63
63
64
64
# NOTE: We intentionally check test certificates against our minimum supported Python.
65
65
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
Original file line number Diff line number Diff line change 30
30
sigstore-pin-requirements-branch : ${{ steps.get-branch.outputs.sigstore-pin-requirements-branch }}
31
31
32
32
steps :
33
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
33
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
34
34
with :
35
35
ref : main
36
36
# NOTE: Needed for `git describe` below.
@@ -115,7 +115,7 @@ jobs:
115
115
SIGSTORE_PIN_REQUIREMENTS_BRANCH : ${{ needs.update-pinned-requirements.outputs.sigstore-pin-requirements-branch }}
116
116
117
117
steps :
118
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
118
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
119
119
with :
120
120
ref : ${{ env.SIGSTORE_PIN_REQUIREMENTS_BRANCH }}
121
121
Original file line number Diff line number Diff line change 17
17
outputs :
18
18
hashes : ${{ steps.hash.outputs.hashes }}
19
19
steps :
20
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
20
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
21
21
22
22
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
23
23
with :
Original file line number Diff line number Diff line change 31
31
run : |
32
32
echo "SIGSTORE_REF=${{ github.ref }}" >> "${GITHUB_ENV}"
33
33
34
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
34
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
35
35
with :
36
36
ref : ${{ env.SIGSTORE_REF }}
37
37
Original file line number Diff line number Diff line change 24
24
id-token : write
25
25
steps :
26
26
- name : " Checkout code"
27
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
27
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
28
28
with :
29
29
persist-credentials : false
30
30
Original file line number Diff line number Diff line change 18
18
staging-tests :
19
19
runs-on : ubuntu-latest
20
20
steps :
21
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
21
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
22
22
23
23
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
24
24
with :
You can’t perform that action at this time.
0 commit comments