Skip to content
Closed
4 changes: 2 additions & 2 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
commit_hash: ${{ steps.get-commit-hash.outputs.commit_hash }}

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
ref: ${{ inputs.ref }}

Expand All @@ -59,7 +59,7 @@ jobs:
id-token: write

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
ref: ${{ inputs.ref }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-ci-cd-auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check-infra-deploy-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
root_module_configs: ${{ steps.collect-infra-deploy-status-check-configs.outputs.root_module_configs }}

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

- name: Collect root module configurations
id: collect-infra-deploy-status-check-configs
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
id-token: write

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

- name: Set up Terraform
uses: ./.github/actions/setup-terraform
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-app-catala-infra-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
id-token: write

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
ref: ${{ inputs.version || github.ref }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-app-docuai-infra-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
id-token: write

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
ref: ${{ inputs.version || github.ref }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-app-flask-infra-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
id-token: write

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
ref: ${{ inputs.version || github.ref }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-app-infra-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
id-token: write

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
ref: ${{ inputs.version || github.ref }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-app-nextjs-infra-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
id-token: write

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
ref: ${{ inputs.version || github.ref }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-app-rails-infra-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
id-token: write

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
ref: ${{ inputs.version || github.ref }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Lint markdown
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

# This is the GitHub Actions-friendly port of the linter used in the Makefile.
- uses: tcort/github-action-markdown-link-check@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-e2e-static-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Set up Node.js
uses: actions/setup-node@v4
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/ci-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest

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

- name: Download actionlint
id: get_actionlint
Expand All @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest

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

- name: Shellcheck
run: make infra-lint-scripts
Expand All @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-latest

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

- name: Set up Terraform
uses: ./.github/actions/setup-terraform
Expand All @@ -63,7 +63,7 @@ jobs:
runs-on: ubuntu-latest

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

- name: Set up Terraform
uses: ./.github/actions/setup-terraform
Expand All @@ -76,7 +76,7 @@ jobs:
runs-on: ubuntu-latest

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

- uses: actions/setup-python@v5
with:
Expand All @@ -103,7 +103,7 @@ jobs:
pull-requests: write

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

- name: Run tfsec check
uses: aquasecurity/tfsec-pr-commenter-action@v1.2.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/database-migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
id-token: write

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

- name: Set up Terraform
uses: ./.github/actions/setup-terraform
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
service_endpoint: ${{ steps.deploy-release.outputs.service_endpoint }}

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

- name: Set up Terraform
uses: ./.github/actions/setup-terraform
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Set up Node.js
uses: actions/setup-node@v4
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Set up Node.js
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-environment-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
service_endpoint: ${{ steps.update-environment.outputs.service_endpoint }}

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

- name: Set up Terraform
uses: ./.github/actions/setup-terraform
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-environment-destroy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
repository-projects: read # Workaround for GitHub CLI bug https://github.com/cli/cli/issues/6274

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

- name: Set up Terraform
uses: ./.github/actions/setup-terraform
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scan-orphaned-environments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
app_names: ${{ steps.get-app-names.outputs.app_names }}

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

- name: Get app names
id: get-app-names
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
pull-requests: read

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

- name: Set up Terraform
uses: ./.github/actions/setup-terraform
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/send-system-notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
name: Notify
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: Set up Terraform
uses: ./.github/actions/setup-terraform
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/vulnerability-scans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest

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

- uses: ./.github/actions/first-file
id: hadolint-config
Expand All @@ -45,7 +45,7 @@ jobs:
runs-on: ubuntu-latest

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

- uses: ./.github/actions/first-file
id: trivy-ignore
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
runs-on: ubuntu-latest

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

- uses: ./.github/actions/first-file
id: grype-config
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
runs-on: ubuntu-latest

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

- uses: ./.github/actions/first-file
id: dockle-config
Expand Down
2 changes: 1 addition & 1 deletion .template-infra/app-app-catala.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier
_commit: v0.18.0-16-g2f445f6
_commit: v0.18.0-17-gaa27c26
_src_path: https://github.com/navapbc/template-infra
app_has_dev_env_setup: true
app_local_port: 3400
Expand Down
2 changes: 1 addition & 1 deletion .template-infra/app-app-docuai.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier
_commit: v0.18.0-16-g2f445f6
_commit: v0.18.0-17-gaa27c26
_src_path: https://github.com/navapbc/template-infra
app_has_dev_env_setup: true
app_local_port: 3500
Expand Down
2 changes: 1 addition & 1 deletion .template-infra/app-app-flask.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier
_commit: v0.18.0-16-g2f445f6
_commit: v0.18.0-17-gaa27c26
_src_path: https://github.com/navapbc/template-infra
app_has_dev_env_setup: true
app_local_port: 3200
Expand Down
2 changes: 1 addition & 1 deletion .template-infra/app-app-nextjs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier
_commit: v0.18.0-16-g2f445f6
_commit: v0.18.0-17-gaa27c26
_src_path: https://github.com/navapbc/template-infra
app_has_dev_env_setup: true
app_local_port: 3300
Expand Down
2 changes: 1 addition & 1 deletion .template-infra/app-app-rails.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier
_commit: v0.18.0-16-g2f445f6
_commit: v0.18.0-17-gaa27c26
_src_path: https://github.com/navapbc/template-infra
app_has_dev_env_setup: true
app_local_port: 3100
Expand Down
2 changes: 1 addition & 1 deletion .template-infra/app-app.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier
_commit: v0.18.0-16-g2f445f6
_commit: v0.18.0-17-gaa27c26
_src_path: https://github.com/navapbc/template-infra
app_has_dev_env_setup: true
app_local_port: 3000
Expand Down
2 changes: 1 addition & 1 deletion .template-infra/base.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier
_commit: v0.18.0-16-g2f445f6
_commit: v0.18.0-17-gaa27c26
_src_path: https://github.com/navapbc/template-infra
base_code_repository_url: git@github.com:navapbc/platform-test.git
base_default_region: us-east-1
Expand Down
Loading