From 903150efe434db3c3ef5d33dd872380c2324bb75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 21:30:58 +0000 Subject: [PATCH] chore(deps): Bump runs-on/action from 2.1.2 to 2.2.0 Bumps [runs-on/action](https://github.com/runs-on/action) from 2.1.2 to 2.2.0. - [Release notes](https://github.com/runs-on/action/releases) - [Commits](https://github.com/runs-on/action/compare/d141ef83eb66d096ce8afc767e09115a65c63b60...4e5f72399b6b17f2e79c511c1b38a315a64d22dc) --- updated-dependencies: - dependency-name: runs-on/action dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/nightly-quality-gate.yaml | 8 ++++---- .github/workflows/pr-quality-gate.yaml | 8 ++++---- .github/workflows/publish-commit-image.yaml | 2 +- .github/workflows/validations.yaml | 8 ++++---- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/nightly-quality-gate.yaml b/.github/workflows/nightly-quality-gate.yaml index 98495871..dc7d17d1 100644 --- a/.github/workflows/nightly-quality-gate.yaml +++ b/.github/workflows/nightly-quality-gate.yaml @@ -23,7 +23,7 @@ jobs: multicore-providers: ${{ steps.split-providers.outputs.multicore-providers }} other-providers: ${{ steps.split-providers.outputs.other-providers }} steps: - - uses: runs-on/action@d141ef83eb66d096ce8afc767e09115a65c63b60 #v2.1.2 + - uses: runs-on/action@4e5f72399b6b17f2e79c511c1b38a315a64d22dc #v2.2.0 if: ${{ vars.TRACK_RESOURCE_METRICS != '' }} with: metrics: ${{ vars.TRACK_RESOURCE_METRICS }} @@ -70,7 +70,7 @@ jobs: contents: read packages: read steps: - - uses: runs-on/action@d141ef83eb66d096ce8afc767e09115a65c63b60 #v2.1.2 + - uses: runs-on/action@4e5f72399b6b17f2e79c511c1b38a315a64d22dc #v2.2.0 if: ${{ vars.TRACK_RESOURCE_METRICS != '' }} with: metrics: ${{ vars.TRACK_RESOURCE_METRICS }} @@ -107,7 +107,7 @@ jobs: contents: read packages: read steps: - - uses: runs-on/action@d141ef83eb66d096ce8afc767e09115a65c63b60 #v2.1.2 + - uses: runs-on/action@4e5f72399b6b17f2e79c511c1b38a315a64d22dc #v2.2.0 if: ${{ vars.TRACK_RESOURCE_METRICS != '' }} with: metrics: ${{ vars.TRACK_RESOURCE_METRICS }} @@ -139,7 +139,7 @@ jobs: - validate-provider-multicore if: ${{ always() && !cancelled() }} steps: - - uses: runs-on/action@d141ef83eb66d096ce8afc767e09115a65c63b60 #v2.1.2 + - uses: runs-on/action@4e5f72399b6b17f2e79c511c1b38a315a64d22dc #v2.2.0 if: ${{ vars.TRACK_RESOURCE_METRICS != '' }} with: metrics: ${{ vars.TRACK_RESOURCE_METRICS }} diff --git a/.github/workflows/pr-quality-gate.yaml b/.github/workflows/pr-quality-gate.yaml index b9aaeaf6..dc7cb71a 100644 --- a/.github/workflows/pr-quality-gate.yaml +++ b/.github/workflows/pr-quality-gate.yaml @@ -25,7 +25,7 @@ jobs: multicore-providers: ${{ steps.split-providers.outputs.multicore-providers }} other-providers: ${{ steps.split-providers.outputs.other-providers }} steps: - - uses: runs-on/action@d141ef83eb66d096ce8afc767e09115a65c63b60 #v2.1.2 + - uses: runs-on/action@4e5f72399b6b17f2e79c511c1b38a315a64d22dc #v2.2.0 if: ${{ vars.TRACK_RESOURCE_METRICS != '' }} with: metrics: ${{ vars.TRACK_RESOURCE_METRICS }} @@ -79,7 +79,7 @@ jobs: packages: read steps: - - uses: runs-on/action@d141ef83eb66d096ce8afc767e09115a65c63b60 #v2.1.2 + - uses: runs-on/action@4e5f72399b6b17f2e79c511c1b38a315a64d22dc #v2.2.0 if: ${{ vars.TRACK_RESOURCE_METRICS != '' }} with: metrics: ${{ vars.TRACK_RESOURCE_METRICS }} @@ -119,7 +119,7 @@ jobs: packages: read steps: - - uses: runs-on/action@d141ef83eb66d096ce8afc767e09115a65c63b60 #v2.1.2 + - uses: runs-on/action@4e5f72399b6b17f2e79c511c1b38a315a64d22dc #v2.2.0 if: ${{ vars.TRACK_RESOURCE_METRICS != '' }} with: metrics: ${{ vars.TRACK_RESOURCE_METRICS }} @@ -151,7 +151,7 @@ jobs: - select-providers if: ${{ always() }} steps: - - uses: runs-on/action@d141ef83eb66d096ce8afc767e09115a65c63b60 #v2.1.2 + - uses: runs-on/action@4e5f72399b6b17f2e79c511c1b38a315a64d22dc #v2.2.0 if: ${{ vars.TRACK_RESOURCE_METRICS != '' }} with: metrics: ${{ vars.TRACK_RESOURCE_METRICS }} diff --git a/.github/workflows/publish-commit-image.yaml b/.github/workflows/publish-commit-image.yaml index 6012daaf..a4ecfc00 100644 --- a/.github/workflows/publish-commit-image.yaml +++ b/.github/workflows/publish-commit-image.yaml @@ -32,7 +32,7 @@ jobs: # package write permission is needed for publishing commit images packages: write steps: - - uses: runs-on/action@d141ef83eb66d096ce8afc767e09115a65c63b60 #v2.1.2 + - uses: runs-on/action@4e5f72399b6b17f2e79c511c1b38a315a64d22dc #v2.2.0 if: ${{ vars.TRACK_RESOURCE_METRICS != '' }} with: metrics: ${{ vars.TRACK_RESOURCE_METRICS }} diff --git a/.github/workflows/validations.yaml b/.github/workflows/validations.yaml index ce8f599a..dccbad54 100644 --- a/.github/workflows/validations.yaml +++ b/.github/workflows/validations.yaml @@ -19,7 +19,7 @@ jobs: permissions: contents: read steps: - - uses: runs-on/action@d141ef83eb66d096ce8afc767e09115a65c63b60 #v2.1.2 + - uses: runs-on/action@4e5f72399b6b17f2e79c511c1b38a315a64d22dc #v2.2.0 if: ${{ vars.TRACK_RESOURCE_METRICS != '' }} with: metrics: ${{ vars.TRACK_RESOURCE_METRICS }} @@ -47,7 +47,7 @@ jobs: outputs: envs: ${{ steps.get-envs.outputs.envs }} steps: - - uses: runs-on/action@d141ef83eb66d096ce8afc767e09115a65c63b60 #v2.1.2 + - uses: runs-on/action@4e5f72399b6b17f2e79c511c1b38a315a64d22dc #v2.2.0 if: ${{ vars.TRACK_RESOURCE_METRICS != '' }} with: metrics: ${{ vars.TRACK_RESOURCE_METRICS }} @@ -75,7 +75,7 @@ jobs: matrix: toxenv: ${{ fromJson(needs.Discover-Test-Envs.outputs.envs) }} steps: - - uses: runs-on/action@d141ef83eb66d096ce8afc767e09115a65c63b60 #v2.1.2 + - uses: runs-on/action@4e5f72399b6b17f2e79c511c1b38a315a64d22dc #v2.2.0 if: ${{ vars.TRACK_RESOURCE_METRICS != '' }} with: metrics: ${{ vars.TRACK_RESOURCE_METRICS }} @@ -106,7 +106,7 @@ jobs: name: Test Gate needs: [Test] steps: - - uses: runs-on/action@d141ef83eb66d096ce8afc767e09115a65c63b60 #v2.1.2 + - uses: runs-on/action@4e5f72399b6b17f2e79c511c1b38a315a64d22dc #v2.2.0 if: ${{ vars.TRACK_RESOURCE_METRICS != '' }} with: metrics: ${{ vars.TRACK_RESOURCE_METRICS }}