File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 18
18
- " 3.11"
19
19
20
20
steps :
21
- - uses : actions/checkout@v4
21
+ - uses : actions/checkout@v5
22
22
- name : Check with black, pylint and pontos.version
23
23
uses : greenbone/actions/lint-python@v3
24
24
with :
37
37
- " 3.11"
38
38
39
39
steps :
40
- - uses : actions/checkout@v4
40
+ - uses : actions/checkout@v5
41
41
- name : Install poetry and dependencies
42
42
uses : greenbone/actions/poetry@v3
43
43
with :
Original file line number Diff line number Diff line change 24
24
25
25
steps :
26
26
- name : Checkout repository
27
- uses : actions/checkout@v4
27
+ uses : actions/checkout@v5
28
28
29
29
- name : Initialize CodeQL
30
30
uses : github/codeql-action/init@v3
Original file line number Diff line number Diff line change 14
14
runs-on : self-hosted-generic
15
15
steps :
16
16
- name : Checkout repository
17
- uses : actions/checkout@v4
17
+ uses : actions/checkout@v5
18
18
- uses : greenbone/actions/is-latest-tag@v3
19
19
id : latest
20
20
- name : Set container build options
Original file line number Diff line number Diff line change 71
71
else
72
72
echo "RELEASE_REF=${{ github.base_ref }}" >> $GITHUB_ENV
73
73
fi
74
- - uses : actions/checkout@v4
74
+ - uses : actions/checkout@v5
75
75
with :
76
76
token : ${{ secrets.GREENBONE_BOT_TOKEN }}
77
77
fetch-depth : ' 0'
Original file line number Diff line number Diff line change 12
12
runs-on : ' ubuntu-latest'
13
13
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@v5
16
16
- uses : docker/login-action@v3
17
17
with :
18
18
username : greenbonebot
You can’t perform that action at this time.
0 commit comments