diff --git a/.github/workflows/ci-infra-service.yml b/.github/workflows/ci-infra-service.yml index 9ce6b6fd..7c486c99 100644 --- a/.github/workflows/ci-infra-service.yml +++ b/.github/workflows/ci-infra-service.yml @@ -1,18 +1,21 @@ name: CI Infra Service Checks on: - push: - branches: - - main - paths: - - infra/*/service/** - - infra/test/** - - .github/workflows/ci-infra-service.yml - pull_request: - paths: - - infra/*/service/** - - infra/test/** - - .github/workflows/ci-infra-service.yml + # !! Uncomment to trigger automated infra tests once dev environment is set up + # push: + # branches: + # - main + # paths: + # - infra/*/service/** + # - infra/modules/** + # - infra/test/** + # - .github/workflows/ci-infra-service.yml + # pull_request: + # paths: + # - infra/*/service/** + # - infra/modules/** + # - infra/test/** + # - .github/workflows/ci-infra-service.yml workflow_dispatch: jobs: diff --git a/.github/workflows/template-only-cd.yml b/.github/workflows/template-only-cd.yml index a00e680a..261a8004 100644 --- a/.github/workflows/template-only-cd.yml +++ b/.github/workflows/template-only-cd.yml @@ -22,11 +22,11 @@ jobs: - navapbc/platform-test-nextjs steps: - name: Checkout template-infra repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: template-infra - name: Checkout project repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: project-repo repository: ${{ matrix.project_repo }} diff --git a/.github/workflows/template-only-ci-app.yml b/.github/workflows/template-only-ci-app.yml index dd2025cf..67f7fe70 100644 --- a/.github/workflows/template-only-ci-app.yml +++ b/.github/workflows/template-only-ci-app.yml @@ -19,6 +19,6 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Run build run: make release-build diff --git a/.github/workflows/template-only-ci-infra.yml b/.github/workflows/template-only-ci-infra.yml index 37bf248d..d8538bdd 100644 --- a/.github/workflows/template-only-ci-infra.yml +++ b/.github/workflows/template-only-ci-infra.yml @@ -24,7 +24,7 @@ jobs: name: Lint template scripts runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Shellcheck run: make -f template-only.mak lint-template-scripts test: @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: hashicorp/setup-terraform@v2 with: terraform_version: 1.8.3