From 11b7fb417dba6a8f5c637b205e6b2b46b14780f0 Mon Sep 17 00:00:00 2001 From: Zen Dodd Date: Fri, 19 Jun 2026 20:27:28 +1000 Subject: [PATCH] ci: fix scheduled main workflow Signed-off-by: Zen Dodd --- .github/workflows/ci-action-drift.yml | 2 +- .github/workflows/ci-build.yml | 2 +- .github/workflows/ci-cross-platform-build.yml | 4 ++-- .github/workflows/ci-docs.yml | 2 +- .github/workflows/ci-file-headers.yml | 2 +- .github/workflows/ci-fuzz.yml | 4 ++-- .github/workflows/ci-goreportcard.yml | 2 +- .github/workflows/ci-lint.yml | 2 +- .github/workflows/ci-main.yml | 2 +- .github/workflows/ci-module-hygiene.yml | 2 +- .github/workflows/ci-release-verification.yml | 4 ++-- .github/workflows/ci-script-quality.yml | 2 +- .github/workflows/ci-static-analysis.yml | 2 +- .github/workflows/ci-test.yml | 4 ++-- .github/workflows/ci-vulnerabilities.yml | 2 +- .github/workflows/ci-workflow-validation.yml | 2 +- .github/workflows/codeql.yml | 8 ++++---- .github/workflows/prepare-release.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/scorecard.yml | 2 +- 20 files changed, 27 insertions(+), 27 deletions(-) diff --git a/.github/workflows/ci-action-drift.yml b/.github/workflows/ci-action-drift.yml index 9b65293..e3e61ea 100644 --- a/.github/workflows/ci-action-drift.yml +++ b/.github/workflows/ci-action-drift.yml @@ -34,7 +34,7 @@ jobs: *.blob.core.windows.net:443 - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false fetch-depth: 1 diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index d54da11..d046a90 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -43,7 +43,7 @@ jobs: sum.golang.org:443 - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false fetch-depth: 1 diff --git a/.github/workflows/ci-cross-platform-build.yml b/.github/workflows/ci-cross-platform-build.yml index 8cb8588..885b381 100644 --- a/.github/workflows/ci-cross-platform-build.yml +++ b/.github/workflows/ci-cross-platform-build.yml @@ -36,7 +36,7 @@ jobs: *.blob.core.windows.net:443 - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false fetch-depth: 1 @@ -100,7 +100,7 @@ jobs: sum.golang.org:443 - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false fetch-depth: 1 diff --git a/.github/workflows/ci-docs.yml b/.github/workflows/ci-docs.yml index 7ddd9af..4d1d306 100644 --- a/.github/workflows/ci-docs.yml +++ b/.github/workflows/ci-docs.yml @@ -47,7 +47,7 @@ jobs: sum.golang.org:443 - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false fetch-depth: 1 diff --git a/.github/workflows/ci-file-headers.yml b/.github/workflows/ci-file-headers.yml index 55d98b6..ca76bc6 100644 --- a/.github/workflows/ci-file-headers.yml +++ b/.github/workflows/ci-file-headers.yml @@ -34,7 +34,7 @@ jobs: *.blob.core.windows.net:443 - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false fetch-depth: 1 diff --git a/.github/workflows/ci-fuzz.yml b/.github/workflows/ci-fuzz.yml index 80479fe..205ab74 100644 --- a/.github/workflows/ci-fuzz.yml +++ b/.github/workflows/ci-fuzz.yml @@ -43,7 +43,7 @@ jobs: sum.golang.org:443 - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false fetch-depth: 1 @@ -74,7 +74,7 @@ jobs: found=true for fuzz_target in "${fuzz_targets[@]}"; do echo "Running ${package_path} ${fuzz_target}" - go test "${package_path}" -run=^$ -fuzz="^${fuzz_target}$" -fuzztime=10s -parallel=2 + go test "${package_path}" -run=^$ -fuzz="^${fuzz_target}$" -fuzztime=10s -parallel=2 -timeout=30s done done < <(go list ./...) diff --git a/.github/workflows/ci-goreportcard.yml b/.github/workflows/ci-goreportcard.yml index 3d12e09..ea879be 100644 --- a/.github/workflows/ci-goreportcard.yml +++ b/.github/workflows/ci-goreportcard.yml @@ -96,7 +96,7 @@ jobs: release-assets.githubusercontent.com:443 - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false fetch-depth: 1 diff --git a/.github/workflows/ci-lint.yml b/.github/workflows/ci-lint.yml index be68300..9466375 100644 --- a/.github/workflows/ci-lint.yml +++ b/.github/workflows/ci-lint.yml @@ -46,7 +46,7 @@ jobs: sum.golang.org:443 - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false fetch-depth: 1 diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index 52ebb21..bac0072 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -48,7 +48,7 @@ jobs: *.blob.core.windows.net:443 - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false fetch-depth: 0 diff --git a/.github/workflows/ci-module-hygiene.yml b/.github/workflows/ci-module-hygiene.yml index b8e13c1..e65c43f 100644 --- a/.github/workflows/ci-module-hygiene.yml +++ b/.github/workflows/ci-module-hygiene.yml @@ -43,7 +43,7 @@ jobs: sum.golang.org:443 - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false fetch-depth: 1 diff --git a/.github/workflows/ci-release-verification.yml b/.github/workflows/ci-release-verification.yml index a7d1ce2..32cf1f0 100644 --- a/.github/workflows/ci-release-verification.yml +++ b/.github/workflows/ci-release-verification.yml @@ -39,7 +39,7 @@ jobs: *.blob.core.windows.net:443 - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false fetch-depth: 1 @@ -110,7 +110,7 @@ jobs: security.ubuntu.com:80 - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false fetch-depth: 0 diff --git a/.github/workflows/ci-script-quality.yml b/.github/workflows/ci-script-quality.yml index 739f7c5..729acae 100644 --- a/.github/workflows/ci-script-quality.yml +++ b/.github/workflows/ci-script-quality.yml @@ -40,7 +40,7 @@ jobs: release-assets.githubusercontent.com:443 - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false fetch-depth: 1 diff --git a/.github/workflows/ci-static-analysis.yml b/.github/workflows/ci-static-analysis.yml index 556db9a..51432b6 100644 --- a/.github/workflows/ci-static-analysis.yml +++ b/.github/workflows/ci-static-analysis.yml @@ -46,7 +46,7 @@ jobs: sum.golang.org:443 - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false fetch-depth: 1 diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 64eaae5..9a5cf5b 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -51,7 +51,7 @@ jobs: sum.golang.org:443 - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false fetch-depth: 1 @@ -96,7 +96,7 @@ jobs: sum.golang.org:443 - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false fetch-depth: 1 diff --git a/.github/workflows/ci-vulnerabilities.yml b/.github/workflows/ci-vulnerabilities.yml index 2c39601..1f304ce 100644 --- a/.github/workflows/ci-vulnerabilities.yml +++ b/.github/workflows/ci-vulnerabilities.yml @@ -46,7 +46,7 @@ jobs: sum.golang.org:443 - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false fetch-depth: 1 diff --git a/.github/workflows/ci-workflow-validation.yml b/.github/workflows/ci-workflow-validation.yml index ba0bcee..c74c2c4 100644 --- a/.github/workflows/ci-workflow-validation.yml +++ b/.github/workflows/ci-workflow-validation.yml @@ -46,7 +46,7 @@ jobs: sum.golang.org:443 - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false fetch-depth: 1 diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 93ec5bf..35806a6 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -61,7 +61,7 @@ jobs: *.blob.core.windows.net:443 - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false fetch-depth: 1 @@ -151,7 +151,7 @@ jobs: release-assets.githubusercontent.com:443 - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false fetch-depth: 1 @@ -198,7 +198,7 @@ jobs: release-assets.githubusercontent.com:443 - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false fetch-depth: 1 @@ -250,7 +250,7 @@ jobs: sum.golang.org:443 - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false fetch-depth: 1 diff --git a/.github/workflows/prepare-release.yml b/.github/workflows/prepare-release.yml index 40a931f..54491ac 100644 --- a/.github/workflows/prepare-release.yml +++ b/.github/workflows/prepare-release.yml @@ -61,7 +61,7 @@ jobs: sum.golang.org:443 - name: Checkout Repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 0 token: ${{ secrets.RELEASE_TOKEN }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9017eea..98faa26 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,7 +61,7 @@ jobs: security.ubuntu.com:80 - name: Checkout Repository - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index f260cad..b25281b 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -34,7 +34,7 @@ jobs: *.blob.core.windows.net:443 - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false