File tree 16 files changed +29
-29
lines changed
scripts/split-tox-gh-actions/templates 16 files changed +29
-29
lines changed Original file line number Diff line number Diff line change 24
24
timeout-minutes : 10
25
25
26
26
steps :
27
- - uses : actions/checkout@v4.1.7
27
+ - uses : actions/checkout@v4.2.0
28
28
- uses : actions/setup-python@v5
29
29
with :
30
30
python-version : 3.12
39
39
timeout-minutes : 10
40
40
41
41
steps :
42
- - uses : actions/checkout@v4.1.7
42
+ - uses : actions/checkout@v4.2.0
43
43
- uses : actions/setup-python@v5
44
44
with :
45
45
python-version : 3.12
54
54
timeout-minutes : 10
55
55
56
56
steps :
57
- - uses : actions/checkout@v4.1.7
57
+ - uses : actions/checkout@v4.2.0
58
58
- uses : actions/setup-python@v5
59
59
with :
60
60
python-version : 3.12
85
85
timeout-minutes : 10
86
86
87
87
steps :
88
- - uses : actions/checkout@v4.1.7
88
+ - uses : actions/checkout@v4.2.0
89
89
- uses : actions/setup-python@v5
90
90
with :
91
91
python-version : 3.12
Original file line number Diff line number Diff line change 46
46
47
47
steps :
48
48
- name : Checkout repository
49
- uses : actions/checkout@v4.1.7
49
+ uses : actions/checkout@v4.2.0
50
50
51
51
# Initializes the CodeQL tools for scanning.
52
52
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 18
18
runs-on : ubuntu-latest
19
19
name : " Release a new version"
20
20
steps :
21
- - uses : actions/checkout@v4.1.7
21
+ - uses : actions/checkout@v4.2.0
22
22
with :
23
23
token : ${{ secrets.GH_RELEASE_PAT }}
24
24
fetch-depth : 0
Original file line number Diff line number Diff line change 34
34
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
35
35
os : [ubuntu-20.04]
36
36
steps :
37
- - uses : actions/checkout@v4.1.7
37
+ - uses : actions/checkout@v4.2.0
38
38
- uses : actions/setup-python@v5
39
39
with :
40
40
python-version : ${{ matrix.python-version }}
@@ -106,7 +106,7 @@ jobs:
106
106
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
107
107
os :
F438
[ubuntu-20.04]
108
108
steps :
109
- - uses : actions/checkout@v4.1.7
109
+ - uses : actions/checkout@v4.2.0
110
110
- uses : actions/setup-python@v5
111
111
with :
112
112
python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 32
32
name : permissions check
33
33
runs-on : ubuntu-20.04
34
34
steps :
35
- - uses : actions/checkout@v4.1.7
35
+ - uses : actions/checkout@v4.2.0
36
36
with :
37
37
persist-credentials : false
38
38
- name : Check permissions on PR
67
67
os : [ubuntu-20.04]
68
68
needs : check-permissions
69
69
steps :
70
- - uses : actions/checkout@v4.1.7
70
+ - uses : actions/checkout@v4.2.0
71
71
with :
72
72
ref : ${{ github.event.pull_request.head.sha || github.ref }}
73
73
- uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 34
34
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
35
35
os : [ubuntu-20.04]
36
36
steps :
37
- - uses : actions/checkout@v4.1.7
37
+ - uses : actions/checkout@v4.2.0
38
38
- uses : actions/setup-python@v5
39
39
with :
40
40
python-version : ${{ matrix.python-version }}
@@ -102,7 +102,7 @@ jobs:
102
102
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
103
103
os : [ubuntu-20.04]
104
104
steps :
105
- - uses : actions/checkout@v4.1.7
105
+ - uses : actions/checkout@v4.2.0
106
106
- uses : actions/setup-python@v5
107
107
with :
108
108
python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 34
34
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
35
35
os : [ubuntu-20.04]
36
36
steps :
37
- - uses : actions/checkout@v4.1.7
37
+ - uses : actions/checkout@v4.2.0
38
38
- uses : actions/setup-python@v5
39
39
with :
40
40
python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 34
34
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
35
35
os : [ubuntu-20.04]
36
36
steps :
37
- - uses : actions/checkout@v4.1.7
37
+ - uses : actions/checkout@v4.2.0
38
38
- uses : actions/setup-python@v5
39
39
with :
40
40
python-version : ${{ matrix.python-version }}
@@ -120,7 +120,7 @@ jobs:
120
120
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
121
121
os : [ubuntu-20.04]
122
122
steps :
123
- - uses : actions/checkout@v4.1.7
123
+ - uses : actions/checkout@v4.2.0
124
124
- uses : actions/setup-python@v5
125
125
with :
126
126
python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 52
52
SENTRY_PYTHON_TEST_POSTGRES_USER : postgres
53
53
SENTRY_PYTHON_TEST_POSTGRES_PASSWORD : sentry
54
54
steps :
55
- - uses : actions/checkout@v4.1.7
55
+ - uses : actions/checkout@v4.2.0
56
56
- uses : actions/setup-python@v5
57
57
with :
58
58
python-version : ${{ matrix.python-version }}
@@ -147,7 +147,7 @@ jobs:
147
147
SENTRY_PYTHON_TEST_POSTGRES_USER : postgres
148
148
SENTRY_PYTHON_TEST_POSTGRES_PASSWORD : sentry
149
149
steps :
150
- - uses : actions/checkout@v4.1.7
150
+ - uses : actions/checkout@v4.2.0
151
151
- uses : actions/setup-python@v5
152
152
with :
153
153
python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 34
34
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
35
35
os : [ubuntu-20.04]
36
36
steps :
37
- - uses : actions/checkout@v4.1.7
37
+ - uses : actions/checkout@v4.2.0
38
38
- uses : actions/setup-python@v5
39
39
with :
40
40
python-version : ${{ matrix.python-version }}
@@ -102,7 +102,7 @@ jobs:
102
102
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
103
103
os : [ubuntu-20.04]
104
104
steps :
105
- - uses : actions/checkout@v4.1.7
105
+ - uses : actions/checkout@v4.2.0
106
106
- uses : actions/setup-python@v5
107
107
with :
108
108
python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 34
34
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
35
35
os : [ubuntu-20.04]
36
36
steps :
37
- - uses : actions/checkout@v4.1.7
37
+ - uses : actions/checkout@v4.2.0
38
38
- uses : actions/setup-python@v5
39
39
with :
40
40
python-version : ${{ matrix.python-version }}
@@ -106,7 +106,7 @@ jobs:
106
106
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
107
107
os : [ubuntu-20.04]
108
108
steps :
109
- - uses : actions/checkout@v4.1.7
109
+ - uses : actions/checkout@v4.2.0
110
110
- uses : actions/setup-python@v5
111
111
with :
112
112
python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 34
34
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
35
35
os : [ubuntu-20.04]
36
36
steps :
37
- - uses : actions/checkout@v4.1.7
37
+ - uses : actions/checkout@v4.2.0
38
38
- uses : actions/setup-python@v5
39
39
with :
40
40
python-version : ${{ matrix.python-version }}
@@ -102,7 +102,7 @@ jobs:
102
102
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
103
103
os : [ubuntu-20.04]
104
104
steps :
105
- - uses : actions/checkout@v4.1.7
105
+ - uses : actions/checkout@v4.2.0
106
106
- uses : actions/setup-python@v5
107
107
with :
108
108
python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 52
52
SENTRY_PYTHON_TEST_POSTGRES_USER : postgres
53
53
SENTRY_PYTHON_TEST_POSTGRES_PASSWORD : sentry
54
54
steps :
55
- - uses : actions/checkout@v4.1.7
55
+ - uses : actions/checkout@v4.2.0
56
56
- uses : actions/setup-python@v5
57
57
with :
58
58
python-version : ${{ matrix.python-version }}
@@ -138,7 +138,7 @@ jobs:
138
138
SENTRY_PYTHON_TEST_POSTGRES_USER : postgres
139
139
SENTRY_PYTHON_TEST_POSTGRES_PASSWORD : sentry
140
140
steps :
141
- - uses : actions/checkout@v4.1.7
141
+ - uses : actions/checkout@v4.2.0
142
142
- uses : actions/setup-python@v5
143
143
with :
144
144
python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 34
34
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
35
35
os : [ubuntu-20.04]
36
36
steps :
37
- - uses : actions/checkout@v4.1.7
37
+ - uses : actions/checkout@v4.2.0
38
38
- uses : actions/setup-python@v5
39
39
with :
40
40
python-version : ${{ matrix.python-version }}
@@ -126,7 +126,7 @@ jobs:
126
126
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
127
127
os : [ubuntu-20.04]
128
128
steps :
129
- - uses : actions/checkout@v4.1.7
129
+ - uses : actions/checkout@v4.2.0
130
130
- uses : actions/setup-python@v5
131
131
with :
132
132
python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 2
2
name: permissions check
3
3
runs-on: ubuntu-20.04
4
4
steps:
5
- - uses: actions/checkout@v4.1.7
5
+ - uses: actions/checkout@v4.2.0
6
6
with:
7
7
persist-credentials: false
8
8
Original file line number Diff line number Diff line change 39
39
{% endif %}
40
40
41
41
steps:
42
- - uses: actions/checkout@v4.1.7
42
+ - uses: actions/checkout@v4.2.0
43
43
{% if needs_github_secrets %}
44
44
{% raw %}
45
45
with:
You can’t perform that action at this time.
0 commit comments