Skip to content

Commit 8df04a0

Browse files
chore(deps): update all non-major github action dependencies
1 parent a72a9f6 commit 8df04a0

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
1414

1515
- name: Dependency review
16-
uses: actions/dependency-review-action@56339e523c0409420f6c2c9a2f4292bbb3c07dd3 # v4.8.0
16+
uses: actions/dependency-review-action@40c09b7dc99638e5ddb0bfd91c1673effc064d8a # v4.8.1

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
app-id: ${{ secrets.CDS_RELEASE_BOT_APP_ID }}
2020
private-key: ${{ secrets.CDS_RELEASE_BOT_PRIVATE_KEY }}
2121

22-
- uses: googleapis/release-please-action@c2a5a2bd6a758a0937f1ddb1e8950609867ed15c # v4.3.0
22+
- uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4.4.0
2323
with:
2424
token: ${{ steps.sre-app-token.outputs.token }}
2525
config-file: release-please-config.json

.github/workflows/terraform-apply-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727

2828
- name: Audit DNS requests
29-
uses: cds-snc/dns-proxy-action@a0d442834e9028e22d0f919e48a5eb92de712976
29+
uses: cds-snc/dns-proxy-action@b63a989befc20506036aab86a7d66c4159272637
3030
env:
3131
DNS_PROXY_FORWARDTOSENTINEL: "true"
3232
DNS_PROXY_LOGANALYTICSWORKSPACEID: ${{ secrets.LOG_ANALYTICS_WORKSPACE_ID }}

.github/workflows/terraform-apply-user-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929

3030
- name: Audit DNS requests
31-
uses: cds-snc/dns-proxy-action@a0d442834e9028e22d0f919e48a5eb92de712976
31+
uses: cds-snc/dns-proxy-action@b63a989befc20506036aab86a7d66c4159272637
3232
env:
3333
DNS_PROXY_FORWARDTOSENTINEL: "true"
3434
DNS_PROXY_LOGANALYTICSWORKSPACEID: ${{ secrets.LOG_ANALYTICS_WORKSPACE_ID }}

.github/workflows/terraform-plan-production.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Audit DNS requests
32-
uses: cds-snc/dns-proxy-action@a0d442834e9028e22d0f919e48a5eb92de712976
32+
uses: cds-snc/dns-proxy-action@b63a989befc20506036aab86a7d66c4159272637
3333
env:
3434
DNS_PROXY_FORWARDTOSENTINEL: "true"
3535
DNS_PROXY_LOGANALYTICSWORKSPACEID: ${{ secrets.LOG_ANALYTICS_WORKSPACE_ID }}
@@ -49,7 +49,7 @@ jobs:
4949
aws-region: ${{ env.AWS_REGION }}
5050

5151
- name: Terraform plan
52-
uses: cds-snc/terraform-plan@e710cb1446e5dfe69a0182603fb06b5282d7eb07 # v3.4.3
52+
uses: cds-snc/terraform-plan@359927038664bc1647919e18ca36a3b551445131 # v3.6.1
5353
with:
5454
comment-delete: true
5555
comment-title: "Production"

.github/workflows/terraform-plan-user-testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Audit DNS requests
30-
uses: cds-snc/dns-proxy-action@a0d442834e9028e22d0f919e48a5eb92de712976
30+
uses: cds-snc/dns-proxy-action@b63a989befc20506036aab86a7d66c4159272637
3131
env:
3232
DNS_PROXY_FORWARDTOSENTINEL: "true"
3333
DNS_PROXY_LOGANALYTICSWORKSPACEID: ${{ secrets.LOG_ANALYTICS_WORKSPACE_ID }}
@@ -47,7 +47,7 @@ jobs:
4747
aws-region: ${{ env.AWS_REGION }}
4848

4949
- name: Terraform plan
50-
uses: cds-snc/terraform-plan@e710cb1446e5dfe69a0182603fb06b5282d7eb07 # v3.4.3
50+
uses: cds-snc/terraform-plan@359927038664bc1647919e18ca36a3b551445131 # v3.6.1
5151
with:
5252
comment-delete: true
5353
comment-title: "User Testing"

0 commit comments

Comments
 (0)