File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5858 id-token : write
5959 steps :
6060 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3
61- - uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
61+ - uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v4
6262 with :
6363 python-version : ${{ env.MIN_PYTHON_VERSION }}
6464 - name : create python package
8686 with :
8787 token : ${{ secrets.PAT_TOKEN }}
8888 repository : bridgecrewio/checkov
89- - uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
89+ - uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v4
9090 with :
9191 python-version : ${{ env.MIN_PYTHON_VERSION }}
9292 - name : Prepare PR
Original file line number Diff line number Diff line change 1111 steps :
1212 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3
1313 - name : Set up Python versions
14- uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
14+ uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v4
1515 with :
1616 python-version : |
1717 3.8
Original file line number Diff line number Diff line change 2222 steps :
2323 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3
2424 - name : Set up Python ${{ matrix.python-version }}
25- uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
25+ uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v4
2626 with :
2727 python-version : ${{ matrix.python-version }}
2828 allow-prereleases : true
You can’t perform that action at this time.
0 commit comments