File tree Expand file tree Collapse file tree 13 files changed +32
-32
lines changed Expand file tree Collapse file tree 13 files changed +32
-32
lines changed Original file line number Diff line number Diff line change 23
23
timeout-minutes : 10
24
24
25
25
steps :
26
- - uses : actions/checkout@v4
26
+ - uses : actions/checkout@v4.1.1
27
27
- uses : actions/setup-python@v4
28
28
with :
29
29
python-version : 3.12
38
38
timeout-minutes : 10
39
39
40
40
steps :
41
- - uses : actions/checkout@v4
41
+ - uses : actions/checkout@v4.1.1
42
42
- uses : actions/setup-python@v4
43
43
with :
44
44
python-version : 3.12
53
53
timeout-minutes : 10
54
54
55
55
steps :
56
- - uses : actions/checkout@v4
56
+ - uses : actions/checkout@v4.1.1
57
57
- uses : actions/setup-python@v4
58
58
with :
59
59
python-version : 3.12
82
82
timeout-minutes : 10
83
83
84
84
steps :
85
- - uses : actions/checkout@v4
85
+ - uses : actions/checkout@v4.1.1
86
86
- uses : actions/setup-python@v4
87
87
with :
88
88
python-version : 3.12
Original file line number Diff line number Diff line change 42
42
43
43
steps :
44
44
- name : Checkout repository
45
- uses : actions/checkout@v4
45
+ uses : actions/checkout@v4.1.1
46
46
47
47
# Initializes the CodeQL tools for scanning.
48
48
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
name : " Release a new version"
17
17
steps :
18
- - uses : actions/checkout@v4
18
+ - uses : actions/checkout@v4.1.1
19
19
with :
20
20
token : ${{ secrets.GH_RELEASE_PAT }}
21
21
fetch-depth : 0
Original file line number Diff line number Diff line change 29
29
name : permissions check
30
30
runs-on : ubuntu-20.04
31
31
steps :
32
- - uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3 .1.0
32
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 .1.1
33
33
with :
34
34
persist-credentials : false
35
35
- name : Check permissions on PR
64
64
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
65
65
os : [ubuntu-20.04]
66
66
steps :
67
- - uses : actions/checkout@v4
67
+ - uses : actions/checkout@v4.1.1
68
68
with :
69
69
ref : ${{ github.event.pull_request.head.sha || github.ref }}
70
70
- uses : actions/setup-python@v4
Original file line number Diff line number Diff line change 31
31
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
32
32
os : [ubuntu-20.04]
33
33
steps :
34
- - uses : actions/checkout@v4
34
+ - uses : actions/checkout@v4.1.1
35
35
- uses : actions/setup-python@v4
36
36
with :
37
37
python-version : ${{ matrix.python-version }}
79
79
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
80
80
os : [ubuntu-20.04]
81
81
steps :
82
- - uses : actions/checkout@v4
82
+ - uses : actions/checkout@v4.1.1
83
83
- uses : actions/setup-python@v4
84
84
with :
85
85
python-version : ${{ matrix.python-version }}
@@ -119,7 +119,7 @@ jobs:
119
119
runs-on : ubuntu-20.04
120
120
container : python:2.7
121
121
steps :
122
- - uses : actions/checkout@v4
122
+ - uses : actions/checkout@v4.1.1
123
123
- name : Setup Test Env
124
124
run : |
125
125
pip install coverage "tox>=3,<4"
Original file line number Diff line number Diff line change 31
31
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
32
32
os : [ubuntu-20.04]
33
33
steps :
34
- - uses : actions/checkout@v4
34
+ - uses : actions/checkout@v4.1.1
35
35
- uses : actions/setup-python@v4
36
36
with :
37
37
python-version : ${{ matrix.python-version }}
59
59
runs-on : ubuntu-20.04
60
60
container : python:2.7
61
61
steps :
62
- - uses : actions/checkout@v4
62
+ - uses : actions/checkout@v4.1.1
63
63
- name : Setup Test Env
64
64
run : |
65
65
pip install coverage "tox>=3,<4"
Original file line number Diff line number Diff line change 31
31
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
32
32
os : [ubuntu-20.04]
33
33
steps :
34
- - uses : actions/checkout@v4
34
+ - uses : actions/checkout@v4.1.1
35
35
- uses : actions/setup-python@v4
36
36
with :
37
37
python-version : ${{ matrix.python-version }}
83
83
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
84
84
os : [ubuntu-20.04]
85
85
steps :
86
- - uses : actions/checkout@v4
86
+ - uses : actions/checkout@v4.1.1
87
87
- uses : actions/setup-python@v4
88
88
with :
89
89
python-version : ${{ matrix.python-version }}
@@ -127,7 +127,7 @@ jobs:
127
127
runs-on : ubuntu-20.04
128
128
container : python:2.7
129
129
steps :
130
- - uses : actions/checkout@v4
130
+ - uses : actions/checkout@v4.1.1
131
131
- name : Setup Test Env
132
132
run : |
133
133
pip install coverage "tox>=3,<4"
Original file line number Diff line number Diff line change 50
50
SENTRY_PYTHON_TEST_POSTGRES_NAME : ci_test
51
51
SENTRY_PYTHON_TEST_POSTGRES_HOST : localhost
52
52
steps :
53
- - uses : actions/checkout@v4
53
+ - uses : actions/checkout@v4.1.1
54
54
- uses : actions/setup-python@v4
55
55
with :
56
56
python-version : ${{ matrix.python-version }}
@@ -120,7 +120,7 @@ jobs:
120
120
SENTRY_PYTHON_TEST_POSTGRES_NAME : ci_test
121
121
SENTRY_PYTHON_TEST_POSTGRES_HOST : localhost
122
122
steps :
123
- - uses : actions/checkout@v4
123
+ - uses : actions/checkout@v4.1.1
124
124
- uses : actions/setup-python@v4
125
125
with :
126
126
python-version : ${{ matrix.python-version }}
@@ -182,7 +182,7 @@ jobs:
182
182
SENTRY_PYTHON_TEST_POSTGRES_NAME : ci_test
183
183
SENTRY_PYTHON_TEST_POSTGRES_HOST : postgres
184
184
steps :
185
- - uses : actions/checkout@v4
185
+ - uses : actions/checkout@v4.1.1
186
186
- uses : getsentry/action-clickhouse-in-ci@v1
187
187
- name : Setup Test Env
188
188
run : |
Original file line number Diff line number Diff line change 31
31
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
32
32
os : [ubuntu-20.04]
33
33
steps :
34
- - uses : actions/checkout@v4
34
+ - uses : actions/checkout@v4.1.1
35
35
- uses : actions/setup-python@v4
36
36
with :
37
37
python-version : ${{ matrix.python-version }}
79
79
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
80
80
os : [ubuntu-20.04]
81
81
steps :
82
- - uses : actions/checkout@v4
82
+ - uses : actions/checkout@v4.1.1
83
83
- uses : actions/setup-python@v4
84
84
with :
85
85
python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 31
31
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
32
32
os : [ubuntu-20.04]
33
33
steps :
34
- - uses : actions/checkout@v4
34
+ - uses : actions/checkout@v4.1.1
35
35
- uses : actions/setup-python@v4
36
36
with :
37
37
python-version : ${{ matrix.python-version }}
79
79
# see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877
80
80
os : [ubuntu-20.04]
81
81
steps :
82
- - uses : actions/checkout@v4
82
+ - uses : actions/checkout@v4.1.1
83
83
- uses : actions/setup-python@v4
84
84
with :
85
85
python-version : ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments