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
10 changes: 5 additions & 5 deletions .github/workflows/ci-bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
name: Security Gates
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
name: Lint & Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- uses: actions/setup-node@v4
with:
Expand All @@ -79,7 +79,7 @@ jobs:
id-token: write

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: Authenticate to Google Cloud
uses: google-github-actions/auth@v2
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- uses: actions/setup-node@v4
with:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/ci-cd-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
has_merge_conflicts: ${{ steps.conflict_check.outputs.has_conflicts }}
phi_math_valid: ${{ steps.phi_check.outputs.valid }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
runs-on: ubuntu-latest
needs: preflight
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
contents: read
packages: write
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: Log in to Container Registry
uses: docker/login-action@v3
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
- heady-buddy-portal
steps:
- name: Checkout site repo
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: HeadyConnection/${{ matrix.site }}
token: ${{ secrets.HEADY_PAT }}
Expand Down Expand Up @@ -248,7 +248,7 @@ jobs:
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
environment: staging
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: Push to Staging
run: |
Expand Down Expand Up @@ -281,7 +281,7 @@ jobs:
name: production
url: https://headysystems.com
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: Push to Production
run: |
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
timeout-minutes: 10

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
needs: lint-test

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
digest: ${{ steps.build-push.outputs.digest }}

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: Authenticate to GCP
uses: google-github-actions/auth@v2
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
id-token: write

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: Authenticate to GCP
uses: google-github-actions/auth@v2
Expand Down Expand Up @@ -236,7 +236,7 @@ jobs:
(github.event.inputs.deploy_target == 'cloudflare' || github.event.inputs.deploy_target == 'all')

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- uses: actions/setup-node@v4
with:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/ci-gap-closure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
name: '§7 Systematic Scan'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: 'STEP 2 — Localhost contamination (ZERO TOLERANCE)'
run: |
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
runs-on: ubuntu-latest
needs: [systematic-scan]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- uses: pnpm/action-setup@v4
with:
Expand All @@ -121,7 +121,7 @@ jobs:
runs-on: ubuntu-latest
needs: [systematic-scan]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- uses: pnpm/action-setup@v4
with:
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
runs-on: ubuntu-latest
needs: [lint]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- uses: pnpm/action-setup@v4
with:
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:
--health-timeout 5s
--health-retries 5
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- uses: pnpm/action-setup@v4
with:
Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:
contents: read
id-token: write
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: Authenticate to GCP
uses: google-github-actions/auth@v2
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/ci-unified.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
should_deploy: ${{ steps.check.outputs.should_deploy }}
deploy_target: ${{ steps.check.outputs.deploy_target }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- id: check
run: |
if [[ "${{ github.ref }}" == "refs/heads/production" && "${{ github.event_name }}" == "push" ]]; then
Expand All @@ -72,7 +72,7 @@ jobs:
name: "Stage 1: Security Gates"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
name: "Stage 2: Code Quality"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
Expand All @@ -139,7 +139,7 @@ jobs:
runs-on: ubuntu-latest
needs: [quality]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
Expand All @@ -164,7 +164,7 @@ jobs:
name: "Stage 3b: Python Tests"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: actions/setup-python@v5
with:
python-version: ${{ env.PYTHON_VERSION }}
Expand All @@ -180,7 +180,7 @@ jobs:
runs-on: ubuntu-latest
needs: [quality]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
Expand All @@ -200,7 +200,7 @@ jobs:
runs-on: ubuntu-latest
needs: [test-node, security, validate]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
Expand All @@ -223,7 +223,7 @@ jobs:
contents: read
id-token: write
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Authenticate to Google Cloud
uses: google-github-actions/auth@v2
with:
Expand Down Expand Up @@ -261,7 +261,7 @@ jobs:
needs: [build, preflight]
if: needs.preflight.outputs.should_deploy == 'true'
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
Expand All @@ -287,7 +287,7 @@ jobs:
needs: [deploy-cloud-run]
if: always() && needs.deploy-cloud-run.result == 'success'
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: Code Quality
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
Expand All @@ -34,7 +34,7 @@ jobs:
name: Security Audit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
Expand All @@ -59,7 +59,7 @@ jobs:
runs-on: ubuntu-latest
needs: [lint]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
Expand All @@ -82,7 +82,7 @@ jobs:
name: Python Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: actions/setup-python@v5
with:
python-version: ${{ env.PYTHON_VERSION }}
Expand All @@ -95,7 +95,7 @@ jobs:
runs-on: ubuntu-latest
needs: [test, security]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
Expand All @@ -111,7 +111,7 @@ jobs:
if: github.ref == 'refs/heads/production' && github.event_name == 'push'
environment: production
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: google-github-actions/auth@v2
with:
credentials_json: ${{ secrets.GCP_SA_KEY }}
Expand Down
Loading
Loading