Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/agent-review-policy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
agent-review-policy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
with:
repository: ${{ github.repository }}
ref: ${{ github.event.pull_request.base.sha || github.sha }}
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/ci-orchestrated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
outputs:
include_integration: ${{ steps.b.outputs.normalized }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
- name: Wire Probe (J1)
if: '${{ vars.WIRE_PROBES != ''0'' }}'
uses: ./.github/actions/wire-probe
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
GH_TOKEN: ${{ secrets.GH_TOKEN || github.token }}
COMPAREVI_TOOLS_IMAGE: ghcr.io/labview-community-ci-cd/comparevi-tools:latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
- name: Wire Probe (J1)
if: '${{ vars.WIRE_PROBES != ''0'' }}'
uses: ./.github/actions/wire-probe
Expand Down Expand Up @@ -236,7 +236,7 @@ jobs:
RESULTS_DIR: tests/results/preflight
# Hosted Windows health gate before self-hosted jobs
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
- name: Wire Probe (J1)
if: '${{ vars.WIRE_PROBES != ''0'' }}'
uses: ./.github/actions/wire-probe
Expand Down Expand Up @@ -285,7 +285,7 @@ jobs:
outputs:
ok: ${{ steps.out.outputs.ok }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
- name: Wire Probe (J1)
if: '${{ vars.WIRE_PROBES != ''0'' }}'
uses: ./.github/actions/wire-probe
Expand Down Expand Up @@ -342,7 +342,7 @@ jobs:
LABVIEW_EXE: C:\\Program Files\\National Instruments\\LabVIEW 2025\\LabVIEW.exe
EMIT_LV_CLOSURE_CRUMBS: '1'
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
- name: Wire Probe (J1)
if: '${{ vars.WIRE_PROBES != ''0'' }}'
uses: ./.github/actions/wire-probe
Expand Down Expand Up @@ -639,7 +639,7 @@ jobs:
LABVIEW_EXE: C:\\Program Files\\National Instruments\\LabVIEW 2025\\LabVIEW.exe
EMIT_LV_CLOSURE_CRUMBS: '1'
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
- name: Wire Probe (J1)
if: '${{ vars.WIRE_PROBES != ''0'' }}'
uses: ./.github/actions/wire-probe
Expand Down Expand Up @@ -790,7 +790,7 @@ jobs:
runs-on: ubuntu-latest
needs: [lint, pester-category, drift]
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
- name: Wire Probe (J1)
if: '${{ vars.WIRE_PROBES != ''0'' }}'
uses: ./.github/actions/wire-probe
Expand Down Expand Up @@ -1029,7 +1029,7 @@ jobs:
TRACE_MATRIX: '1'
TRACE_MATRIX_HTML: '1'
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
- name: Wire Probe (J1)
if: '${{ vars.WIRE_PROBES != ''0'' }}'
uses: ./.github/actions/wire-probe
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code-scanning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
timeout-minutes: 30
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v7
with:
repository: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name || github.repository }}
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/command-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
if [ -n "$XCLI_PAT" ]; then echo "token=$XCLI_PAT" >> "$GITHUB_OUTPUT"; else echo "token=$GITHUB_TOKEN" >> "$GITHUB_OUTPUT"; fi

- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v7

- name: Runner health (notice-only)
if: ${{ vars.RUNNER_HEALTH != '0' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/commit-integrity-drift-monitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7

- uses: actions/setup-node@v6
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/commit-integrity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
issues: write

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
with:
repository: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name || github.repository }}
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compare-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
UNBLOCK_GUARD: '1'
LV_SUPPRESS_UI: '1'
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7

- name: Preflight
shell: pwsh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/consumer-fork-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
SYNC_GH_TOKEN: ${{ secrets.GH_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cookiecutter-bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
runs-on: ${{ matrix.runner }}
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v7
with:
repository: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name || github.repository }}
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:
needs: bootstrap-proof
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v7

- name: Setup Node.js
uses: actions/setup-node@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-shared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- shared_source: project
expected_resolved: project
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
with:
repository: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name || github.repository }}
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/downstream-onboarding-feedback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
DOWNSTREAM_PILOT_REPO: ${{ vars.DOWNSTREAM_PILOT_REPO }}
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/downstream-promotion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
DOWNSTREAM_PILOT_REPO: ${{ vars.DOWNSTREAM_PILOT_REPO }}
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/fixture-drift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v7
with:
repository: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name || github.repository }}
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v7
with:
repository: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name || github.repository }}
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fork-guard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
permissions:
contents: read
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
- name: Simulate pull ref
shell: pwsh
run: pwsh -NoLogo -NoProfile -File tests/fork-guard/invoke.ps1 -WorkflowPath .github/workflows/vi-compare-fork.yml
2 changes: 1 addition & 1 deletion .github/workflows/human-go-no-go-feedback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
human-go-no-go-feedback:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7

- uses: actions/setup-node@v6
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue-milestone-hygiene.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v7

- name: Evaluate milestone hygiene policy
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
snapshot:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
- uses: actions/setup-node@v6
with:
node-version: '20'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labview-cli-compare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# Enable cleanup at the end of the job
UNBLOCK_GUARD: '1'
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7

- name: Validate native LV32 host-plane readiness
id: host_plane
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v7
with:
repository: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name || github.repository }}
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge-history.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
if: ${{ github.event.pull_request.head.sha && !startsWith(github.head_ref, 'release/') }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
with:
repository: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name || github.repository }}
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/monthly-stability-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
shared_version: ${{ steps.eval.outputs.shared_version }}
shared_channel: ${{ steps.eval.outputs.shared_channel }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7

- name: Enforce rollback drill health gate
shell: bash
Expand Down Expand Up @@ -245,7 +245,7 @@ jobs:
needs: [evaluate-window, approval-gate, publish-tools, publish-shared]
if: always()
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7

- name: Download rollback drill health artifact
uses: actions/download-artifact@v8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pester-context.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
standing_priority_issue: ${{ steps.receipt.outputs.standing_priority_issue }}
standing_priority_reason: ${{ steps.receipt.outputs.reason }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
with:
repository: ${{ inputs.checkout_repository || github.repository }}
ref: ${{ inputs.checkout_ref || github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pester-evidence.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
errors: ${{ steps.export.outputs.errors }}
duration_s: ${{ steps.export.outputs.duration_s }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7

- name: Resolve raw artifact name
id: artifact_name
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pester-integration-on-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
outputs:
docs_only: ${{ steps.d.outputs.normalized }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
with:
repository: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name || github.repository }}
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pester-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
outputs:
include_integration: ${{ steps.b.outputs.normalized }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
- name: Apply determinism profile
uses: ./.github/actions/determinism-profile
with:
Expand All @@ -84,7 +84,7 @@ jobs:
LV_IDLE_WAIT_SECONDS: ${{ vars.LV_IDLE_WAIT_SECONDS || '2' }}
LV_IDLE_MAX_WAIT_SECONDS: ${{ vars.LV_IDLE_MAX_WAIT_SECONDS || '5' }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
- name: Rogue LV scan (notice-only)
shell: pwsh
run: pwsh -File tools/Detect-RogueLV.ps1 -ResultsDir tests/results -LookBackSeconds 900
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
errors: ${{ steps.export.outputs.errors }}
duration_s: ${{ steps.export.outputs.duration_s }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
- name: Install Node dependencies
shell: pwsh
run: node tools/npm/cli.mjs ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pester-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
selection_execution_pack: ${{ steps.selection_receipt.outputs.execution_pack }}
selection_execution_pack_source: ${{ steps.selection_receipt.outputs.execution_pack_source }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
with:
repository: ${{ inputs.checkout_repository || github.repository }}
ref: ${{ inputs.checkout_ref || github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pester-selection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
receipt_status: ${{ steps.receipt.outputs.status }}
receipt_artifact_name: ${{ steps.receipt.outputs.artifact_name }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
with:
repository: ${{ inputs.checkout_repository || github.repository }}
ref: ${{ inputs.checkout_ref || github.sha }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pester-service-model-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
name: PR Coverage Gate / coverage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
with:
repository: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name || github.repository }}
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
name: Docs link check / lychee
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
with:
repository: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name || github.repository }}
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
name: Release evidence / pester-service-model
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
with:
repository: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name || github.repository }}
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/policy-guard-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v7
with:
repository: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name || github.event_name == 'pull_request_target' && github.event.pull_request.head.repo.owner.login == github.repository_owner && github.event.pull_request.head.repo.full_name || github.repository }}
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.event_name == 'pull_request_target' && github.event.pull_request.head.repo.owner.login == github.repository_owner && github.event.pull_request.head.sha || github.event_name == 'pull_request_target' && github.event.pull_request.base.sha || github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/policy-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
permissions:
contents: read
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down
Loading
Loading