From ea6eec7df17e905d77f5d66e2a475c805ef57379 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 18:19:11 +0000 Subject: [PATCH] chore(deps): update github-actions versions: Bump actions/setup-python Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.1.0 to 5.3.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/82c7e631bb3cdc910f68e0081d67478d79c6982d...0b93645e9fea7318ecaed2b359559ac225c90a2b) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/bandit.yml | 2 +- .github/workflows/checkov.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bandit.yml b/.github/workflows/bandit.yml index 5c7eb7a..9846922 100644 --- a/.github/workflows/bandit.yml +++ b/.github/workflows/bandit.yml @@ -19,7 +19,7 @@ jobs: - name: Checkout project uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Setup Python - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b with: python-version: 3.x - name: Run Bandit diff --git a/.github/workflows/checkov.yml b/.github/workflows/checkov.yml index 866a72d..a135fd7 100644 --- a/.github/workflows/checkov.yml +++ b/.github/workflows/checkov.yml @@ -19,7 +19,7 @@ jobs: - name: Checkout project uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Setup Python - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b with: python-version: 3.x - name: Run Checkov