File tree Expand file tree Collapse file tree 8 files changed +16
-16
lines changed
Expand file tree Collapse file tree 8 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
13+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
1414
1515 - name : Dependency review
16- uses : actions/dependency-review-action@56339e523c0409420f6c2c9a2f4292bbb3c07dd3 # v4.8.0
16+ uses : actions/dependency-review-action@3c4e3dcb1aa7874d2c16be7d79418e9b7efd6261 # v4.8.2
Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ jobs:
1313 release-please :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
16+ - uses : actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
1717 id : sre-app-token
1818 with :
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
Original file line number Diff line number Diff line change 88 shellcheck :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
11+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
1212 - name : Shellcheck
1313 run : |
1414 .github/workflows/scripts/run-shellcheck.sh
Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ 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 }}
3333 DNS_PROXY_LOGANALYTICSSHAREDKEY : ${{ secrets.LOG_ANALYTICS_WORKSPACE_KEY }}
3434
3535 - name : Checkout
36- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
36+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
3737
3838 - name : Setup terraform tools
3939 uses : cds-snc/terraform-tools-setup@cc15ce9039f6c37c592fb9930b70466b229d2e9b # v1
Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ 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 }}
3535 DNS_PROXY_LOGANALYTICSSHAREDKEY : ${{ secrets.LOG_ANALYTICS_WORKSPACE_KEY }}
3636
3737 - name : Checkout
38- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
38+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
3939
4040 - name : Setup terraform tools
4141 uses : cds-snc/terraform-tools-setup@cc15ce9039f6c37c592fb9930b70466b229d2e9b # v1
Original file line number Diff line number Diff line change @@ -29,14 +29,14 @@ 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 }}
3636 DNS_PROXY_LOGANALYTICSSHAREDKEY : ${{ secrets.LOG_ANALYTICS_WORKSPACE_KEY }}
3737
3838 - name : Checkout
39- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
39+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
4040
4141 - name : Setup terraform tools
4242 uses : cds-snc/terraform-tools-setup@cc15ce9039f6c37c592fb9930b70466b229d2e9b # v1
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"
Original file line number Diff line number Diff line change @@ -27,14 +27,14 @@ 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 }}
3434 DNS_PROXY_LOGANALYTICSSHAREDKEY : ${{ secrets.LOG_ANALYTICS_WORKSPACE_KEY }}
3535
3636 - name : Checkout
37- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
37+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
3838
3939 - name : Setup terraform tools
4040 uses : cds-snc/terraform-tools-setup@cc15ce9039f6c37c592fb9930b70466b229d2e9b # v1
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"
Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
23+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
2424
2525 - name : Trivy Terraform Security Scan
2626 uses : aquasecurity/trivy-action@76071ef0d7ec797419534a183b498b4d6366cf37 # v0.31.0
You can’t perform that action at this time.
0 commit comments