File tree Expand file tree Collapse file tree 13 files changed +138
-78
lines changed Expand file tree Collapse file tree 13 files changed +138
-78
lines changed Original file line number Diff line number Diff line change 28
28
- { py: "3.11", os: "macos-latest" }
29
29
runs-on : ${{ matrix.conf.os }}
30
30
steps :
31
- - uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
31
+ - uses : actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1
32
32
33
33
- uses : actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435
34
34
with :
82
82
runs-on : ubuntu-latest
83
83
84
84
steps :
85
- - uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.2.0
85
+ - uses : actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.2.0
86
86
87
87
- uses : actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912
88
88
with :
Original file line number Diff line number Diff line change 18
18
id-token : write
19
19
runs-on : ubuntu-latest
20
20
steps :
21
- - uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
21
+ - uses : actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1
22
22
23
23
- uses : actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435
24
24
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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
12
+ - uses : actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1
13
13
14
14
- uses : actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4.5.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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
13
+ - uses : actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1
14
14
15
15
# NOTE: We intentionally lint against our minimum supported Python.
16
16
- uses : actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435
28
28
check-readme :
29
29
runs-on : ubuntu-latest
30
30
steps :
31
- - uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
31
+ - uses : actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1
32
32
33
33
# NOTE: We intentionally check `--help` rendering against our minimum Python,
34
34
# since it changes slightly between Python versions.
47
47
licenses :
48
48
runs-on : ubuntu-latest
49
49
steps :
50
- - uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
50
+ - uses : actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1
51
51
# adapted from Warehouse's bin/licenses
52
52
- run : |
53
53
for fn in $(find . -type f -name "*.py"); do
Original file line number Diff line number Diff line change 30
30
contents : write # Branch creation for PR.
31
31
32
32
steps :
33
- - uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.3.0
33
+ - uses : actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.3.0
34
34
with :
35
35
ref : main
36
36
82
82
pull-requests : write # Pull Request creation.
83
83
84
84
steps :
85
- - uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.3.0
85
+ - uses : actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.3.0
86
86
with :
87
87
ref : ${{ env.SIGSTORE_NEW_BRANCH }}
88
88
92
92
git push -f origin "origin/main:${SIGSTORE_NEW_BRANCH}"
93
93
94
94
- name : Open pull request
95
- uses : peter-evans/create-pull-request@38e0b6e68b4c852a5500a94740f0e535e0d7ba54 # v4.2.4
95
+ uses : peter-evans/create-pull-request@5b4a9f6a9e2af26e5f02351490b90d01eb8ec1e5 # v5.0.0
96
96
with :
97
97
title : |
98
98
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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
20
+ - uses : actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1
21
21
22
22
- uses : actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435
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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
34
+ - uses : actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1
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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
27
+ uses : actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1
28
28
with :
29
29
persist-credentials : false
30
30
52
52
53
53
# Upload the results to GitHub's code scanning dashboard.
54
54
- name : " Upload to code-scanning"
55
- uses : github/codeql-action/upload-sarif@04df1262e6247151b5ac09cd2c303ac36ad3f62b # v2.2.9
55
+ uses : github/codeql-action/upload-sarif@d186a2a36cc67bfa1b860e6170d37fb9634742c7 # v2.2.11
56
56
with :
57
57
sarif_file : results.sarif
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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
21
+ - uses : actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1
22
22
23
23
- uses : actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435
24
24
with :
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ lint = [
64
64
" mypy ~= 1.1" ,
65
65
# NOTE(ww): ruff is under active development, so we pin conservatively here
66
66
# and let Dependabot periodically perform this update.
67
- " ruff < 0.0.261 " ,
67
+ " ruff < 0.0.262 " ,
68
68
" types-requests" ,
69
69
# Needed for protocol typing in 3.7; remove when our minimum Python is 3.8.
70
70
" typing-extensions; python_version < '3.8'" ,
You can’t perform that action at this time.
0 commit comments