diff --git a/.github/workflows/add-new-pr-to-oss-triaging.yml b/.github/workflows/add-new-pr-to-oss-triaging.yml index 7376aebef..1c022fcf2 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@v5 + uses: actions/checkout@v6 - id: check-external-pr run: | set -uo pipefail diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3c776eced..e60fd23ab 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@v5 + uses: actions/checkout@v6 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@v5 + uses: actions/checkout@v6 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@v5 + uses: actions/checkout@v6 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@v5 + uses: actions/checkout@v6 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@v5 + uses: actions/checkout@v6 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@v5 + uses: actions/checkout@v6 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@v5 + uses: actions/checkout@v6 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@v5 + uses: actions/checkout@v6 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@v5 + uses: actions/checkout@v6 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@v5 + uses: actions/checkout@v6 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@v5 + uses: actions/checkout@v6 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@v5 + uses: actions/checkout@v6 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@v5 + uses: actions/checkout@v6 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@v5 + uses: actions/checkout@v6 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@v5 + uses: actions/checkout@v6 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@v5 + uses: actions/checkout@v6 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@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/sanity-check-vuln-updates.yaml b/.github/workflows/sanity-check-vuln-updates.yaml index 5153bda86..f8b90f951 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@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 ref: master