File tree Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 4545
4646 steps :
4747 - name : Checkout repository
48- uses : actions/checkout@v4
48+ uses : actions/checkout@v5
4949 with :
5050 ref : ${{ inputs.ref }}
5151 persist-credentials : false
5656
5757 # Initializes the CodeQL tools for scanning.
5858 - name : Initialize CodeQL
59- uses : github/codeql-action/init@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.5
59+ uses : github/codeql-action/init@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
6060 with :
6161 languages : ${{ matrix.language }}
6262 build-mode : none
7272 pip install -e .
7373
7474 - name : Perform CodeQL Analysis
75- uses : github/codeql-action/analyze@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.5
75+ uses : github/codeql-action/analyze@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
7676 with :
7777 category : " /language:${{ matrix.language }}"
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 environment : release
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 with :
2424 ref : ${{ inputs.ref }}
2525 persist-credentials : false
Original file line number Diff line number Diff line change 1212 lint :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 with :
1717 persist-credentials : false
1818 - uses : actions/setup-python@v5
3232 name : Docs Checks
3333 runs-on : ubuntu-latest
3434 steps :
35- - uses : actions/checkout@v4
35+ - uses : actions/checkout@v5
3636 with :
3737 persist-credentials : false
3838 - uses : actions/setup-python@v5
Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ jobs:
2222 runs-on : ubuntu-latest
2323 steps :
2424 - name : Checkout django-mongodb-backend
25- uses : actions/checkout@v4
25+ uses : actions/checkout@v5
2626 with :
2727 persist-credentials : false
2828 - name : install django-mongodb-backend
2929 run : |
3030 pip3 install --upgrade pip
3131 pip3 install -e .
3232 - name : Checkout Django
33- uses : actions/checkout@v4
33+ uses : actions/checkout@v5
3434 with :
3535 repository : ' mongodb-forks/django'
3636 ref : ' mongodb-5.2.x'
Original file line number Diff line number Diff line change @@ -23,15 +23,15 @@ jobs:
2323 runs-on : ubuntu-latest
2424 steps :
2525 - name : Checkout django-mongodb-backend
26- uses : actions/checkout@v4
26+ uses : actions/checkout@v5
2727 with :
2828 persist-credentials : false
2929 - name : install django-mongodb-backend
3030 run : |
3131 pip3 install --upgrade pip
3232 pip3 install -e .
3333 - name : Checkout Django
34- uses : actions/checkout@v4
34+ uses : actions/checkout@v5
3535 with :
3636 repository : ' mongodb-forks/django'
3737 ref : ' mongodb-5.2.x'
Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ jobs:
2222 runs-on : ubuntu-latest
2323 steps :
2424 - name : Checkout django-mongodb-backend
25- uses : actions/checkout@v4
25+ uses : actions/checkout@v5
2626 with :
2727 persist-credentials : false
2828 - name : install django-mongodb-backend
2929 run : |
3030 pip3 install --upgrade pip
3131 pip3 install -e .
3232 - name : Checkout Django
33- uses : actions/checkout@v4
33+ uses : actions/checkout@v5
3434 with :
3535 repository : ' mongodb-forks/django'
3636 ref : ' mongodb-5.2.x'
Original file line number Diff line number Diff line change 1414 security-events : write
1515 steps :
1616 - name : Checkout repository
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818 with :
1919 persist-credentials : false
2020 - name : Run zizmor
You can’t perform that action at this time.
0 commit comments