Skip to content

Commit

Permalink
chore(deps): update all non-major github action dependencies (#1411)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate-cds[bot] and renovate-bot authored Sep 11, 2023
1 parent 635c8f4 commit 8dc4142
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-production-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
# Load-balancer & database dependency
- name: Terragrunt plan ecs
if: ${{ needs.environments-manifest.outputs.CONTAINER_DEPLOYMENT == 'production' }}
uses: cds-snc/terraform-plan@7f4ce4a4bdffaba639d32a45272804e37a569408 # v3.0.6
uses: cds-snc/terraform-plan@28d2efe5155573489fa5b5816fad20d44d1f274b # v3.0.7
with:
directory: "infrastructure/terragrunt/env/prod/ecs"
comment-delete: "true"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
uses: cds-snc/terraform-tools-setup@v1

- name: Terragrunt plan ecs
uses: cds-snc/terraform-plan@7f4ce4a4bdffaba639d32a45272804e37a569408 # v3.0.6
uses: cds-snc/terraform-plan@28d2efe5155573489fa5b5816fad20d44d1f274b # v3.0.7
with:
directory: "infrastructure/terragrunt/env/staging/ecs"
comment-delete: "true"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ossf-scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
persist-credentials: false

- name: "Run analysis"
uses: ossf/scorecard-action@bfa3f0d2c52a31cf9f6bc003e1f15e8b99640aec
uses: ossf/scorecard-action@b2dd2d646c3592c87c4080778d90e24b42eae566
with:
results_file: ossf-results.json
results_format: json
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/terragrunt-plan-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
# No dependencies
- name: Terragrunt plan network
if: ${{ steps.filter.outputs.network == 'true' || steps.filter.outputs.common == 'true' }}
uses: cds-snc/terraform-plan@7f4ce4a4bdffaba639d32a45272804e37a569408 # v3.0.6
uses: cds-snc/terraform-plan@28d2efe5155573489fa5b5816fad20d44d1f274b # v3.0.7
with:
directory: "infrastructure/terragrunt/env/prod/network"
comment-delete: "true"
Expand All @@ -115,7 +115,7 @@ jobs:

- name: Terragrunt plan hosted-zone
if: ${{ steps.filter.outputs.hosted-zone == 'true' || steps.filter.outputs.common == 'true' }}
uses: cds-snc/terraform-plan@7f4ce4a4bdffaba639d32a45272804e37a569408 # v3.0.6
uses: cds-snc/terraform-plan@28d2efe5155573489fa5b5816fad20d44d1f274b # v3.0.7
with:
directory: "infrastructure/terragrunt/env/prod/hosted-zone"
comment-delete: "true"
Expand All @@ -125,7 +125,7 @@ jobs:

- name: Terragrunt plan ecr
if: ${{ steps.filter.outputs.ecr == 'true' || steps.filter.outputs.common == 'true' }}
uses: cds-snc/terraform-plan@7f4ce4a4bdffaba639d32a45272804e37a569408 # v3.0.6
uses: cds-snc/terraform-plan@28d2efe5155573489fa5b5816fad20d44d1f274b # v3.0.7
with:
directory: "infrastructure/terragrunt/env/prod/ecr"
comment-delete: "true"
Expand All @@ -135,7 +135,7 @@ jobs:

- name: Terragrunt plan storage
if: ${{ steps.filter.outputs.storage == 'true' || steps.filter.outputs.common == 'true' }}
uses: cds-snc/terraform-plan@7f4ce4a4bdffaba639d32a45272804e37a569408 # v3.0.6
uses: cds-snc/terraform-plan@28d2efe5155573489fa5b5816fad20d44d1f274b # v3.0.7
with:
directory: "infrastructure/terragrunt/env/prod/storage"
comment-delete: "true"
Expand All @@ -146,7 +146,7 @@ jobs:
# Network dependency
- name: Terragrunt plan database
if: ${{ steps.filter.outputs.database == 'true' || steps.filter.outputs.common == 'true' }}
uses: cds-snc/terraform-plan@7f4ce4a4bdffaba639d32a45272804e37a569408 # v3.0.6
uses: cds-snc/terraform-plan@28d2efe5155573489fa5b5816fad20d44d1f274b # v3.0.7
with:
directory: "infrastructure/terragrunt/env/prod/database"
comment-delete: "true"
Expand All @@ -156,7 +156,7 @@ jobs:

- name: Terragrunt plan load-balancer
if: ${{ steps.filter.outputs.load-balancer == 'true' || steps.filter.outputs.common == 'true' }}
uses: cds-snc/terraform-plan@7f4ce4a4bdffaba639d32a45272804e37a569408 # v3.0.6
uses: cds-snc/terraform-plan@28d2efe5155573489fa5b5816fad20d44d1f274b # v3.0.7
with:
directory: "infrastructure/terragrunt/env/prod/load-balancer"
comment-delete: "true"
Expand All @@ -167,7 +167,7 @@ jobs:
# Load-balancer & database dependency
- name: Terragrunt plan ecs
if: ${{ steps.filter.outputs.ecs == 'true' || steps.filter.outputs.common == 'true' }}
uses: cds-snc/terraform-plan@7f4ce4a4bdffaba639d32a45272804e37a569408 # v3.0.6
uses: cds-snc/terraform-plan@28d2efe5155573489fa5b5816fad20d44d1f274b # v3.0.7
with:
directory: "infrastructure/terragrunt/env/prod/ecs"
comment-delete: "true"
Expand All @@ -178,7 +178,7 @@ jobs:
# Depends on everything
- name: Terragrunt plan alarms
if: ${{ steps.filter.outputs.alarms == 'true' || steps.filter.outputs.common == 'true' }}
uses: cds-snc/terraform-plan@7f4ce4a4bdffaba639d32a45272804e37a569408 # v3.0.6
uses: cds-snc/terraform-plan@28d2efe5155573489fa5b5816fad20d44d1f274b # v3.0.7
with:
directory: "infrastructure/terragrunt/env/prod/alarms"
comment-delete: "true"
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/terragrunt-plan-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
# No dependencies
- name: Terragrunt plan network
if: ${{ steps.filter.outputs.network == 'true' || steps.filter.outputs.common == 'true' }}
uses: cds-snc/terraform-plan@7f4ce4a4bdffaba639d32a45272804e37a569408 # v3.0.6
uses: cds-snc/terraform-plan@28d2efe5155573489fa5b5816fad20d44d1f274b # v3.0.7
with:
directory: "infrastructure/terragrunt/env/staging/network"
comment-delete: "true"
Expand All @@ -103,7 +103,7 @@ jobs:

- name: Terragrunt plan hosted-zone
if: ${{ steps.filter.outputs.hosted-zone == 'true' || steps.filter.outputs.common == 'true' }}
uses: cds-snc/terraform-plan@7f4ce4a4bdffaba639d32a45272804e37a569408 # v3.0.6
uses: cds-snc/terraform-plan@28d2efe5155573489fa5b5816fad20d44d1f274b # v3.0.7
with:
directory: "infrastructure/terragrunt/env/staging/hosted-zone"
comment-delete: "true"
Expand All @@ -113,7 +113,7 @@ jobs:

- name: Terragrunt plan ecr
if: ${{ steps.filter.outputs.ecr == 'true' || steps.filter.outputs.common == 'true' }}
uses: cds-snc/terraform-plan@7f4ce4a4bdffaba639d32a45272804e37a569408 # v3.0.6
uses: cds-snc/terraform-plan@28d2efe5155573489fa5b5816fad20d44d1f274b # v3.0.7
with:
directory: "infrastructure/terragrunt/env/staging/ecr"
comment-delete: "true"
Expand All @@ -123,7 +123,7 @@ jobs:

- name: Terragrunt plan storage
if: ${{ steps.filter.outputs.storage == 'true' || steps.filter.outputs.common == 'true' }}
uses: cds-snc/terraform-plan@7f4ce4a4bdffaba639d32a45272804e37a569408 # v3.0.6
uses: cds-snc/terraform-plan@28d2efe5155573489fa5b5816fad20d44d1f274b # v3.0.7
with:
directory: "infrastructure/terragrunt/env/staging/storage"
comment-delete: "true"
Expand All @@ -134,7 +134,7 @@ jobs:
# Network dependency
- name: Terragrunt plan database
if: ${{ steps.filter.outputs.database == 'true' || steps.filter.outputs.common == 'true' }}
uses: cds-snc/terraform-plan@7f4ce4a4bdffaba639d32a45272804e37a569408 # v3.0.6
uses: cds-snc/terraform-plan@28d2efe5155573489fa5b5816fad20d44d1f274b # v3.0.7
with:
directory: "infrastructure/terragrunt/env/staging/database"
comment-delete: "true"
Expand All @@ -144,7 +144,7 @@ jobs:

- name: Terragrunt plan load-balancer
if: ${{ steps.filter.outputs.load-balancer == 'true' || steps.filter.outputs.common == 'true' }}
uses: cds-snc/terraform-plan@7f4ce4a4bdffaba639d32a45272804e37a569408 # v3.0.6
uses: cds-snc/terraform-plan@28d2efe5155573489fa5b5816fad20d44d1f274b # v3.0.7
with:
directory: "infrastructure/terragrunt/env/staging/load-balancer"
comment-delete: "true"
Expand All @@ -155,7 +155,7 @@ jobs:
# Load-balancer & database dependency
- name: Terragrunt plan ecs
if: ${{ steps.filter.outputs.ecs == 'true' || steps.filter.outputs.common == 'true' }}
uses: cds-snc/terraform-plan@7f4ce4a4bdffaba639d32a45272804e37a569408 # v3.0.6
uses: cds-snc/terraform-plan@28d2efe5155573489fa5b5816fad20d44d1f274b # v3.0.7
with:
directory: "infrastructure/terragrunt/env/staging/ecs"
comment-delete: "true"
Expand All @@ -166,7 +166,7 @@ jobs:
# Depends on everything
- name: Terragrunt plan alarms
if: ${{ steps.filter.outputs.alarms == 'true' || steps.filter.outputs.common == 'true' }}
uses: cds-snc/terraform-plan@7f4ce4a4bdffaba639d32a45272804e37a569408 # v3.0.6
uses: cds-snc/terraform-plan@28d2efe5155573489fa5b5816fad20d44d1f274b # v3.0.7
with:
directory: "infrastructure/terragrunt/env/staging/alarms"
comment-delete: "true"
Expand Down

0 comments on commit 8dc4142

Please sign in to comment.