From d5cf380b12065405c988abb8f34e36ffd2508a89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 08:04:04 +0000 Subject: [PATCH] Bump actions/setup-python from 4.3.0 to 4.4.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.3.0 to 4.4.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4.3.0...5ccb29d8773c3f3f653e1705f474dfaa8a06a912) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/scorecards-analysis.yml | 2 +- .github/workflows/third_party_scan.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml index 4ec91b8d8ede2..b2e8357eee5cc 100644 --- a/.github/workflows/scorecards-analysis.yml +++ b/.github/workflows/scorecards-analysis.yml @@ -19,7 +19,7 @@ jobs: with: persist-credentials: false - name: "setup python" - uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984 + uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912 with: python-version: '3.7.7' # install the python version needed - name: "execute py script" diff --git a/.github/workflows/third_party_scan.yml b/.github/workflows/third_party_scan.yml index 22c901df96e9e..7772482e40dae 100644 --- a/.github/workflows/third_party_scan.yml +++ b/.github/workflows/third_party_scan.yml @@ -27,7 +27,7 @@ jobs: persist-credentials: false - name: setup python - uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 + uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912 with: python-version: '3.7.7' # install the python version needed