File tree Expand file tree Collapse file tree 14 files changed +25
-25
lines changed
scripts/split-tox-gh-actions/templates Expand file tree Collapse file tree 14 files changed +25
-25
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.4
27
+ - uses : actions/checkout@v4.1.5
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.4
42
+ - uses : actions/checkout@v4.1.5
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.4
57
+ - uses : actions/checkout@v4.1.5
58
58
- uses : actions/setup-python@v5
59
59
with :
60
60
python-version : 3.12
82
82
timeout-minutes : 10
83
83
84
84
steps :
85
- - uses : actions/checkout@v4.1.4
85
+ - uses : actions/checkout@v4.1.5
86
86
- uses : actions/setup-python@v5
87
87
with :
88
88
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.4
49
+ uses : actions/checkout@v4.1.5
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.4
21
+ - uses : actions/checkout@v4.1.5
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 65
65
os : [ubuntu-20.04]
66
66
needs : check-permissions
67
67
steps :
68
- - uses : actions/checkout@v4.1.4
68
+ - uses : actions/checkout@v4.1.5
69
69
with :
70
70
ref : ${{ github.event.pull_request.head.sha || github.ref }}
71
71
- uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 32
32
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
33
33
os : [ubuntu-20.04]
34
34
steps :
35
- - uses : actions/checkout@v4.1.4
35
+ - uses : actions/checkout@v4.1.5
36
36
- uses : actions/setup-python@v5
37
37
with :
38
38
python-version : ${{ matrix.python-version }}
80
80
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
81
81
os : [ubuntu-20.04]
82
82
steps :
83
- - uses : actions/checkout@v4.1.4
83
+ - uses : actions/checkout@v4.1.5
84
84
- uses : actions/setup-python@v5
85
85
with :
86
86
python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 32
32
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
33
33
os : [ubuntu-20.04]
34
34
steps :
35
- - uses : actions/checkout@v4.1.4
35
+ - uses : actions/checkout@v4.1.5
36
36
- uses : actions/setup-python@v5
37
37
with :
38
38
python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 32
32
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
33
33
os : [ubuntu-20.04]
34
34
steps :
35
- - uses : actions/checkout@v4.1.4
35
+ - uses : actions/checkout@v4.1.5
36
36
- uses : actions/setup-python@v5
37
37
with :
38
38
python-version : ${{ matrix.python-version }}
@@ -104,7 +104,7 @@ jobs:
104
104
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
105
105
os : [ubuntu-20.04]
106
106
steps :
107
- - uses : actions/checkout@v4.1.4
107
+ - uses : actions/checkout@v4.1.5
108
108
- uses : actions/setup-python@v5
109
109
with :
110
110
python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 50
50
SENTRY_PYTHON_TEST_POSTGRES_USER : postgres
51
51
SENTRY_PYTHON_TEST_POSTGRES_PASSWORD : sentry
52
52
steps :
53
- - uses : actions/checkout@v4.1.4
53
+ - uses : actions/checkout@v4.1.5
54
54
- uses : actions/setup-python@v5
55
55
with :
56
56
python-version : ${{ matrix.python-version }}
@@ -125,7 +125,7 @@ jobs:
125
125
SENTRY_PYTHON_TEST_POSTGRES_USER : postgres
126
126
SENTRY_PYTHON_TEST_POSTGRES_PASSWORD : sentry
127
127
steps :
128
- - uses : actions/checkout@v4.1.4
128
+ - uses : actions/checkout@v4.1.5
129
129
- uses : actions/setup-python@v5
130
130
with :
131
131
python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 32
32
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
33
33
os : [ubuntu-20.04]
34
34
steps :
35
- - uses : actions/checkout@v4.1.4
35
+ - uses : actions/checkout@v4.1.5
36
36
- uses : actions/setup-python@v5
37
37
with :
38
38
python-version : ${{ matrix.python-version }}
80
80
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
81
81
os : [ubuntu-20.04]
82
82
steps :
83
- - uses : actions/checkout@v4.1.4
83
+ - uses : actions/checkout@v4.1.5
84
84
- uses : actions/setup-python@v5
85
85
with :
86
86
python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 32
32
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
33
33
os : [ubuntu-20.04]
34
34
steps :
35
- - uses : actions/checkout@v4.1.4
35
+ - uses : actions/checkout@v4.1.5
36
36
- uses : actions/setup-python@v5
37
37
with :
38
38
python-version : ${{ matrix.python-version }}
80
80
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
81
81
os : [ubuntu-20.04]
82
82
steps :
83
- - uses : actions/checkout@v4.1.4
83
+ - uses : actions/checkout@v4.1.5
84
84
- uses : actions/setup-python@v5
85
85
with :
86
86
python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 32
32
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
33
33
os : [ubuntu-20.04]
34
34
steps :
35
- - uses : actions/checkout@v4.1.4
35
+ - uses : actions/checkout@v4.1.5
36
36
- uses : actions/setup-python@v5
37
37
with :
38
38
python-version : ${{ matrix.python-version }}
80
80
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
81
81
os : [ubuntu-20.04]
82
82
steps :
83
- - uses : actions/checkout@v4.1.4
83
+ - uses : actions/checkout@v4.1.5
84
84
- uses : actions/setup-python@v5
85
85
with :
86
86
python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 50
50
SENTRY_PYTHON_TEST_POSTGRES_USER : postgres
51
51
SENTRY_PYTHON_TEST_POSTGRES_PASSWORD : sentry
52
52
steps :
53
- - uses : actions/checkout@v4.1.4
53
+ - uses : actions/checkout@v4.1.5
54
54
- uses : actions/setup-python@v5
55
55
with :
56
56
python-version : ${{ matrix.python-version }}
@@ -116,7 +116,7 @@ jobs:
116
116
SENTRY_PYTHON_TEST_POSTGRES_USER : postgres
117
117
SENTRY_PYTHON_TEST_POSTGRES_PASSWORD : sentry
118
118
steps :
119
- - uses : actions/checkout@v4.1.4
119
+ - uses : actions/checkout@v4.1.5
120
120
- uses : actions/setup-python@v5
121
121
with :
122
122
python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 32
32
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
33
33
os : [ubuntu-20.04]
34
34
steps :
35
- - uses : actions/checkout@v4.1.4
35
+ - uses : actions/checkout@v4.1.5
36
36
- uses : actions/setup-python@v5
37
37
with :
38
38
python-version : ${{ matrix.python-version }}
@@ -100,7 +100,7 @@ jobs:
100
100
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
101
101
os : [ubuntu-20.04]
102
102
steps :
103
- - uses : actions/checkout@v4.1.4
103
+ - uses : actions/checkout@v4.1.5
104
104
- uses : actions/setup-python@v5
105
105
with :
106
106
python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 39
39
{% endif %}
40
40
41
41
steps:
42
- - uses: actions/checkout@v4.1.4
42
+ - uses: actions/checkout@v4.1.5
43
43
{% if needs_github_secrets %}
44
44
{% raw %}
45
45
with:
You can’t perform that action at this time.
0 commit comments