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@v6
15+ - uses : actions/checkout@v6.0.2
1616 - uses : actions/setup-python@v6
1717 with :
1818 python-version : " 3.11"
Original file line number Diff line number Diff line change 1212 pip-audit :
1313 runs-on : ubuntu-24.04
1414 steps :
15- - uses : actions/checkout@v6
15+ - uses : actions/checkout@v6.0.2
1616 - uses : actions/setup-python@v6
1717 with :
1818 python-version : " 3.12"
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@v6
13+ - uses : actions/checkout@v6.0.2
1414 - uses : actions/setup-python@v6
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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4.2.2
28+ uses : actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # 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@v6
25+ uses : actions/checkout@v6.0.2
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@v6
14+ uses : actions/checkout@v6.0.2
1515 - name : Setup Python
1616 uses : actions/setup-python@v6
1717 with :
You can’t perform that action at this time.
0 commit comments