From 7aa93010ded3c65397ae8f34232b77bade995a7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 13:23:35 +0000 Subject: [PATCH] Bump actions/setup-python from 6.0.0 to 6.2.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.0.0 to 6.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/e797f83bcb11b83ae66e0230d6156d7c80228e7c...a309ff8b426b58ec0e2a45f0f869d46889d02405) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/apigee-release-pipeline.yml | 2 +- .github/workflows/continous-integration-workflow.yaml | 2 +- .github/workflows/sbom.yml | 2 +- .github/workflows/spec-release-pipeline.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/apigee-release-pipeline.yml b/.github/workflows/apigee-release-pipeline.yml index 53988ee7..95afaa62 100644 --- a/.github/workflows/apigee-release-pipeline.yml +++ b/.github/workflows/apigee-release-pipeline.yml @@ -89,7 +89,7 @@ jobs: echo "APIGEE_ACCESS_TOKEN=$token" >> $GITHUB_ENV - name: Install Python 3.10 - uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: python-version: "3.10" diff --git a/.github/workflows/continous-integration-workflow.yaml b/.github/workflows/continous-integration-workflow.yaml index 4185340e..f5ee16e1 100644 --- a/.github/workflows/continous-integration-workflow.yaml +++ b/.github/workflows/continous-integration-workflow.yaml @@ -15,7 +15,7 @@ jobs: fetch-depth: 0 # This causes all history to be fetched, which is required for calculate-version to function - name: Install Python 3.10 - uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: python-version: "3.10" diff --git a/.github/workflows/sbom.yml b/.github/workflows/sbom.yml index 44fa1dbc..f185dab2 100644 --- a/.github/workflows/sbom.yml +++ b/.github/workflows/sbom.yml @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Setup Python 3.13 - uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: python-version: "3.13" diff --git a/.github/workflows/spec-release-pipeline.yml b/.github/workflows/spec-release-pipeline.yml index 532371fd..79f9d22d 100644 --- a/.github/workflows/spec-release-pipeline.yml +++ b/.github/workflows/spec-release-pipeline.yml @@ -39,7 +39,7 @@ jobs: fi - name: Install Python 3.10 - uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: python-version: "3.10"