File tree Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 45
45
46
46
steps :
47
47
- name : Checkout repository
48
- uses : actions/checkout@v4
48
+ uses : actions/checkout@v5
49
49
with :
50
50
ref : ${{ inputs.ref }}
51
51
persist-credentials : false
56
56
57
57
# Initializes the CodeQL tools for scanning.
58
58
- name : Initialize CodeQL
59
- uses : github/codeql-action/init@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.5
59
+ uses : github/codeql-action/init@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.5
60
60
with :
61
61
languages : ${{ matrix.language }}
62
62
build-mode : none
72
72
pip install -e .
73
73
74
74
- name : Perform CodeQL Analysis
75
- uses : github/codeql-action/analyze@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.5
75
+ uses : github/codeql-action/analyze@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.5
76
76
with :
77
77
category : " /language:${{ matrix.language }}"
Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
environment : release
21
21
steps :
22
- - uses : actions/checkout@v4
22
+ - uses : actions/checkout@v5
23
23
with :
24
24
ref : ${{ inputs.ref }}
25
25
persist-credentials : false
Original file line number Diff line number Diff line change 12
12
lint :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@v5
16
16
with :
17
17
persist-credentials : false
18
18
- uses : actions/setup-python@v5
32
32
name : Docs Checks
33
33
runs-on : ubuntu-latest
34
34
steps :
35
- - uses : actions/checkout@v4
35
+ - uses : actions/checkout@v5
36
36
with :
37
37
persist-credentials : false
38
38
- uses : actions/setup-python@v5
Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ jobs:
22
22
runs-on : ubuntu-latest
23
23
steps :
24
24
- name : Checkout django-mongodb-backend
25
- uses : actions/checkout@v4
25
+ uses : actions/checkout@v5
26
26
with :
27
27
persist-credentials : false
28
28
- name : install django-mongodb-backend
29
29
run : |
30
30
pip3 install --upgrade pip
31
31
pip3 install -e .
32
32
- name : Checkout Django
33
- uses : actions/checkout@v4
33
+ uses : actions/checkout@v5
34
34
with :
35
35
repository : ' mongodb-forks/django'
36
36
ref : ' mongodb-5.2.x'
Original file line number Diff line number Diff line change @@ -23,15 +23,15 @@ jobs:
23
23
runs-on : ubuntu-latest
24
24
steps :
25
25
- name : Checkout django-mongodb-backend
26
- uses : actions/checkout@v4
26
+ uses : actions/checkout@v5
27
27
with :
28
28
persist-credentials : false
29
29
- name : install django-mongodb-backend
30
30
run : |
31
31
pip3 install --upgrade pip
32
32
pip3 install -e .
33
33
- name : Checkout Django
34
- uses : actions/checkout@v4
34
+ uses : actions/checkout@v5
35
35
with :
36
36
repository : ' mongodb-forks/django'
37
37
ref : ' mongodb-5.2.x'
Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ jobs:
22
22
runs-on : ubuntu-latest
23
23
steps :
24
24
- name : Checkout django-mongodb-backend
25
- uses : actions/checkout@v4
25
+ uses : actions/checkout@v5
26
26
with :
27
27
persist-credentials : false
28
28
- name : install django-mongodb-backend
29
29
run : |
30
30
pip3 install --upgrade pip
31
31
pip3 install -e .
32
32
- name : Checkout Django
33
- uses : actions/checkout@v4
33
+ uses : actions/checkout@v5
34
34
with :
35
35
repository : ' mongodb-forks/django'
36
36
ref : ' mongodb-5.2.x'
Original file line number Diff line number Diff line change 14
14
security-events : write
15
15
steps :
16
16
- name : Checkout repository
17
- uses : actions/checkout@v4
17
+ uses : actions/checkout@v5
18
18
with :
19
19
persist-credentials : false
20
20
- name : Run zizmor
21
- uses : zizmorcore/zizmor-action@383d31df2eb66a2f42db98c9654bdc73231f3e3a
21
+ uses : zizmorcore/zizmor-action@7f2abfff7488a44086dba64ed2f5a9b431508079
You can’t perform that action at this time.
0 commit comments