File tree 9 files changed +18
-18
lines changed 9 files changed +18
-18
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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
32
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
86
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
87
87
88
88
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
89
89
with :
92
92
- run : pip install coverage[toml]
93
93
94
94
- name : download coverage data
95
- uses : actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
95
+ uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
96
96
with :
97
97
path : all-artifacts/
98
98
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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
14
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
12
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
13
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
30
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
49
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
62
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
33
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
118
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
119
119
with :
120
120
ref : ${{ env.SIGSTORE_PIN_REQUIREMENTS_BRANCH }}
121
121
@@ -125,7 +125,7 @@ jobs:
125
125
git push -f origin "origin/main:${SIGSTORE_PIN_REQUIREMENTS_BRANCH}"
126
126
127
127
- name : Open pull request
128
- uses : peter-evans/create-pull-request@9153d834b60caba6d51c9b9510b087acf9f33f83 # v6.0.4
128
+ uses : peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v6.0.5
129
129
with :
130
130
title : |
131
131
Update pinned requirements for ${{ env.SIGSTORE_RELEASE_TAG }}
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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
20
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
21
21
22
22
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
23
23
with :
@@ -119,7 +119,7 @@ jobs:
119
119
id-token : write
120
120
steps :
121
121
- name : Download artifacts directories # goes to current working directory
122
- uses : actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
122
+ uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
123
123
124
124
- name : publish
125
125
uses : pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450 # v1.8.14
@@ -134,7 +134,7 @@ jobs:
134
134
contents : write
135
135
steps :
136
136
- name : Download artifacts directories # goes to current working directory
137
- uses : actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
137
+ uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
138
138
139
139
- name : Upload artifacts to github
140
140
# Confusingly, this action also supports updating releases, not
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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
34
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
27
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
21
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
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