diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8e5e8af..216a2cb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,7 +25,7 @@ jobs: timeout-minutes: 30 steps: - name: 📂 Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.sha }} repository: ${{ github.event.pull_request.head.repo.full_name }} @@ -84,7 +84,7 @@ jobs: timeout-minutes: 30 steps: - name: 📂 Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} @@ -165,7 +165,7 @@ jobs: timeout-minutes: 15 steps: - name: 📂 Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} @@ -207,7 +207,7 @@ jobs: timeout-minutes: 15 steps: - name: 📂 Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.sha }} repository: ${{ github.event.pull_request.head.repo.full_name }} diff --git a/.github/workflows/docs-preview.yml b/.github/workflows/docs-preview.yml index 1b77a13..1d9b13a 100644 --- a/.github/workflows/docs-preview.yml +++ b/.github/workflows/docs-preview.yml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 📂 Checkout PR code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 0 @@ -131,7 +131,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 📂 Checkout main branch - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: gh-pages token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/go-test-e2e.yml b/.github/workflows/go-test-e2e.yml index 6ceab37..b0e9505 100644 --- a/.github/workflows/go-test-e2e.yml +++ b/.github/workflows/go-test-e2e.yml @@ -30,7 +30,7 @@ jobs: timeout-minutes: 30 steps: - name: 📥 Clone the code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: 🔧 Setup Go uses: actions/setup-go@v5 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1e80f99..623e036 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -21,7 +21,7 @@ jobs: DOCKER_IMAGE: lotest/locust-k8s-operator steps: - name: 📂 Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: 🔧 Setup Go uses: actions/setup-go@v5 @@ -79,7 +79,7 @@ jobs: contents: write steps: - name: 📂 Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -117,7 +117,7 @@ jobs: contents: write steps: - name: 📂 Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/security-scan-scheduled.yaml b/.github/workflows/security-scan-scheduled.yaml index 79f16bf..6723cbb 100644 --- a/.github/workflows/security-scan-scheduled.yaml +++ b/.github/workflows/security-scan-scheduled.yaml @@ -19,7 +19,7 @@ jobs: timeout-minutes: 15 steps: - name: 📂 Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: 🔍 Run Trivy scan on latest image uses: aquasecurity/trivy-action@0.29.0