Skip to content

Commit 310e14f

Browse files
Bump actions/checkout from 4.1.1 to 6.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 6.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@b4ffde6...1af3b93) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c43b428 commit 310e14f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
mypy:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3
20+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v3
2121
- uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
2222
with:
2323
python-version: ${{ env.MIN_PYTHON_VERSION }}
@@ -36,7 +36,7 @@ jobs:
3636
os: [ubuntu-latest, macos-latest, windows-latest]
3737
python: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
3838
steps:
39-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3
39+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v3
4040
- uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v3
4141
with:
4242
python-version: ${{ matrix.python }}

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
matrix:
2727
python: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
2828
steps:
29-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3
29+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v3
3030
- uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v3
3131
with:
3232
python-version: ${{ matrix.python }}
@@ -50,7 +50,7 @@ jobs:
5050
outputs:
5151
version: ${{ steps.version.outputs.version }}
5252
steps:
53-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3
53+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v3
5454
with:
5555
token: ${{ secrets.PAT_TOKEN }}
5656
- name: Set up Python
@@ -99,7 +99,7 @@ jobs:
9999
environment: release
100100
steps:
101101
- name: Checkout checkov
102-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3
102+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v3
103103
with:
104104
token: ${{ secrets.PAT_TOKEN }}
105105
repository: bridgecrewio/checkov

0 commit comments

Comments
 (0)