From 9240626e67171946ab7f0aac204574ad407b4e45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 20:22:51 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 4 to 5 in the actions group Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .../workflows/add-new-pr-to-oss-triaging.yml | 2 +- .github/workflows/ci.yaml | 34 +++++++++---------- .../workflows/sanity-check-vuln-updates.yaml | 2 +- 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/add-new-pr-to-oss-triaging.yml b/.github/workflows/add-new-pr-to-oss-triaging.yml index 878d1ccd1..7376aebef 100644 --- a/.github/workflows/add-new-pr-to-oss-triaging.yml +++ b/.github/workflows/add-new-pr-to-oss-triaging.yml @@ -16,7 +16,7 @@ jobs: HEAD_REPO: ${{ github.event.pull_request.head.user.login }}/${{ github.event.pull_request.head.repo.name }} steps: - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - id: check-external-pr run: | set -uo pipefail diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b79ad7ac2..b4e996ed2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ github.event.pull_request.head.sha }} @@ -42,7 +42,7 @@ jobs: image: quay.io/stackrox-io/apollo-ci:scanner-test-0.4.9 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} @@ -75,7 +75,7 @@ jobs: image: quay.io/stackrox-io/apollo-ci:scanner-test-0.4.9 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} @@ -104,7 +104,7 @@ jobs: image: quay.io/stackrox-io/apollo-ci:scanner-test-0.4.9 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} @@ -123,7 +123,7 @@ jobs: image: quay.io/stackrox-io/apollo-ci:scanner-test-0.4.9 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} @@ -142,7 +142,7 @@ jobs: image: quay.io/stackrox-io/apollo-ci:scanner-test-0.4.9 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} @@ -170,7 +170,7 @@ jobs: image: quay.io/stackrox-io/apollo-ci:scanner-test-0.4.9 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} @@ -212,7 +212,7 @@ jobs: image: quay.io/stackrox-io/apollo-ci:scanner-test-0.4.9 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} @@ -260,7 +260,7 @@ jobs: image: quay.io/stackrox-io/apollo-ci:scanner-test-0.4.9 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} @@ -317,7 +317,7 @@ jobs: image: quay.io/stackrox-io/apollo-ci:scanner-test-0.4.9 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} @@ -368,7 +368,7 @@ jobs: image: quay.io/stackrox-io/apollo-ci:scanner-test-0.4.9 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} @@ -446,7 +446,7 @@ jobs: QUAY_STACKROX_IO_RW_PASSWORD: ${{ secrets.QUAY_STACKROX_IO_RW_PASSWORD }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} @@ -487,7 +487,7 @@ jobs: image: quay.io/stackrox-io/apollo-ci:scanner-test-0.4.9 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} @@ -536,7 +536,7 @@ jobs: steps: # Required for making the tag - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} @@ -605,7 +605,7 @@ jobs: image: quay.io/stackrox-io/apollo-ci:scanner-test-0.4.9 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 ref: master @@ -633,7 +633,7 @@ jobs: image: quay.io/stackrox-io/apollo-ci:scanner-test-0.4.9 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 @@ -667,7 +667,7 @@ jobs: image: quay.io/stackrox-io/apollo-ci:scanner-test-0.4.9 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/sanity-check-vuln-updates.yaml b/.github/workflows/sanity-check-vuln-updates.yaml index 0eb5530e5..5153bda86 100644 --- a/.github/workflows/sanity-check-vuln-updates.yaml +++ b/.github/workflows/sanity-check-vuln-updates.yaml @@ -13,7 +13,7 @@ jobs: image: quay.io/stackrox-io/apollo-ci:scanner-test-0.4.9 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 ref: master