File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 bandit :
1313 runs-on : ubuntu-22.04
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 - uses : actions/setup-python@v5
1717 with :
1818 python-version : " 3.11"
Original file line number Diff line number Diff line change 1212 pip-audit :
1313 runs-on : ubuntu-22.04
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 - uses : actions/setup-python@v5
1717 with :
1818 python-version : " 3.11"
Original file line number Diff line number Diff line change 1010 pre-commit :
1111 runs-on : ubuntu-22.04
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414 - uses : actions/setup-python@v5
1515 with :
1616 python-version : " 3.11"
Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : " Checkout code"
28- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28+ uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
2929 with :
3030 persist-credentials : false
3131
Original file line number Diff line number Diff line change 2222 contents : write
2323 steps :
2424 - name : Checkout
25- uses : actions/checkout@v4
25+ uses : actions/checkout@v5
2626 with :
2727 token : ${{ secrets.SEMANTIC_RELEASE_TOKEN }}
2828 ref : ${{ github.ref_name }}
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-22.04
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v5
1515 - name : Setup Python
1616 uses : actions/setup-python@v5
1717 with :
You can’t perform that action at this time.
0 commit comments