File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 steps :
3737 # Checkout the repository to the GitHub Actions runner
3838 - name : Checkout code
39- uses : actions/checkout@v4
39+ uses : actions/checkout@v6
4040
4141 # Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
4242 - name : Run Codacy Analysis CLI
Original file line number Diff line number Diff line change 1616 os : [ubuntu-latest]
1717 runs-on : ${{ matrix.os }}
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v6
2020 - name : Set up Python ${{ matrix.python-version }}
2121 uses : actions/setup-python@v5
2222 with :
Original file line number Diff line number Diff line change 1818 os : [ubuntu-latest]
1919 runs-on : ${{ matrix.os }}
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v6
2222 - name : Set up Python ${{ matrix.python-version }}
2323 uses : actions/setup-python@v5
2424 with :
4242 runs-on : ${{ matrix.os }}
4343 needs : crosscheck
4444 steps :
45- - uses : actions/checkout@v4
45+ - uses : actions/checkout@v6
4646 - name : Set up Python ${{ matrix.python-version }}
4747 uses : actions/setup-python@v5
4848 with :
7272 permissions :
7373 id-token : write
7474 steps :
75- - uses : actions/checkout@v4
75+ - uses : actions/checkout@v6
7676 - name : Set up Python
7777 uses : actions/setup-python@v5
7878 - name : Set Up Poetry
Original file line number Diff line number Diff line change 2121 os : [ubuntu-latest]
2222 runs-on : ${{ matrix.os }}
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v6
2525 with :
2626 fetch-depth : 0 # Required for better coverage reporting
2727
You can’t perform that action at this time.
0 commit comments