File tree Expand file tree Collapse file tree 10 files changed +15
-15
lines changed
Expand file tree Collapse file tree 10 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 1717 actions : read # only on private (maybe?) required to get the Action run status
1818
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121
2222 - name : Run bandit
2323 uses : VCTLabs/bandit-report-artifacts@edaffcb8ce8618e97d6838d7a0535331927e6d77 # v3
Original file line number Diff line number Diff line change 3131 git config --global core.autocrlf false
3232 git config --global core.eol lf
3333
34- - uses : actions/checkout@v5
34+ - uses : actions/checkout@v6
3535 with :
3636 fetch-depth : 0
3737
Original file line number Diff line number Diff line change 2020 version : ${{ steps.git_ver.outputs.version }}
2121
2222 steps :
23- - uses : actions/checkout@v5
23+ - uses : actions/checkout@v6
2424 with :
2525 fetch-depth : 0
2626
7979 run : |
8080 echo "Package version from git: ${VERSION}"
8181
82- - uses : actions/checkout@v5
82+ - uses : actions/checkout@v6
8383 with :
8484 fetch-depth : 0
8585
Original file line number Diff line number Diff line change 2828
2929 steps :
3030 - name : Checkout Project
31- uses : actions/checkout@v5
31+ uses : actions/checkout@v6
3232 with :
3333 # We need to fetch with a depth of 2 for pull_request so we can do HEAD^2
3434 fetch-depth : 2
7070 base_cov : ${{ steps.get_base.outputs.base_cov }}
7171
7272 steps :
73- - uses : actions/checkout@v5
73+ - uses : actions/checkout@v6
7474 with :
7575 ref : badges
7676 path : badges
@@ -143,7 +143,7 @@ jobs:
143143 PIP_DOWNLOAD_CACHE : ${{ github.workspace }}/../.pip_download_cache
144144
145145 steps :
146- - uses : actions/checkout@v5
146+ - uses : actions/checkout@v6
147147 with :
148148 fetch-depth : 0
149149
@@ -319,7 +319,7 @@ jobs:
319319 markdown : ${{ steps.url.outputs.markdown }}
320320
321321 steps :
322- - uses : actions/checkout@v5
322+ - uses : actions/checkout@v6
323323 with :
324324 ref : badges
325325 path : badges
Original file line number Diff line number Diff line change 1414 pull-requests : write
1515
1616 steps :
17- - uses : actions/checkout@v5
17+ - uses : actions/checkout@v6
1818 with :
1919 fetch-depth : 0
2020
Original file line number Diff line number Diff line change 3232 git config --global core.autocrlf false
3333 git config --global core.eol lf
3434
35- - uses : actions/checkout@v5
35+ - uses : actions/checkout@v6
3636 with :
3737 fetch-depth : 0
3838
Original file line number Diff line number Diff line change 2121 path : ${{ steps.analyze.outputs.path }}
2222
2323 steps :
24- - uses : actions/checkout@v5
24+ - uses : actions/checkout@v6
2525 with :
2626 fetch-depth : 0
2727
8484 if : ${{ github.event_name == 'push' }}
8585
8686 steps :
87- - uses : actions/checkout@v5
87+ - uses : actions/checkout@v6
8888 with :
8989 ref : badges
9090 path : badges
Original file line number Diff line number Diff line change 3333 echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
3434 echo ${{ env.VERSION }}
3535
36- - uses : actions/checkout@v5
36+ - uses : actions/checkout@v6
3737 with :
3838 fetch-depth : 0
3939
Original file line number Diff line number Diff line change 1414 contents : write
1515
1616 steps :
17- - uses : actions/checkout@v5
17+ - uses : actions/checkout@v6
1818 with :
1919 fetch-depth : 0
2020
Original file line number Diff line number Diff line change 3232 git config --global core.autocrlf false
3333 git config --global core.eol lf
3434
35- - uses : actions/checkout@v5
35+ - uses : actions/checkout@v6
3636 with :
3737 fetch-depth : 0
3838
You can’t perform that action at this time.
0 commit comments