Skip to content

Commit eb4e44f

Browse files
Bump actions/setup-python from 4.7.1 to 5.0.0 (#134)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 86fe033 commit eb4e44f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
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
@@ -86,7 +86,7 @@ jobs:
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

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
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

.github/workflows/test-build-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
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

0 commit comments

Comments
 (0)