Skip to content

Commit bc9824a

Browse files
chore(deps): update all non-major github action dependencies (#1234)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d3ef36b commit bc9824a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/compile-and-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999

100100
- name: Report deployment to Sentinel
101101
if: steps.publish.outputs.id != ''
102-
uses: cds-snc/sentinel-forward-data-action@0c349852373284a1130f87f8b91896132b0fc138 # main
102+
uses: cds-snc/sentinel-forward-data-action@e358bf24b818e68a22c9736715a3b544851aaba8 # main
103103
with:
104104
input_data: '{"product": "design-system", "sha": "${{ github.sha }}", "version": "${{steps.publish.outputs.id}}", "repository": "${{ github.repository }}", "environment": "production", "status": "${{ job.status }}"}'
105105
log_type: CDS_Product_Deployment_Data
@@ -161,7 +161,7 @@ jobs:
161161

162162
- name: Report deployment to Sentinel
163163
if: steps.publish.outputs.id != ''
164-
uses: cds-snc/sentinel-forward-data-action@0c349852373284a1130f87f8b91896132b0fc138 # main
164+
uses: cds-snc/sentinel-forward-data-action@e358bf24b818e68a22c9736715a3b544851aaba8 # main
165165
with:
166166
input_data: '{"product": "design-system", "sha": "${{ github.sha }}", "version": "${{steps.publish.outputs.id}}", "repository": "${{ github.repository }}", "environment": "production", "status": "${{ job.status }}"}'
167167
log_type: CDS_Product_Deployment_Data

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
104104
- name: Comment on PR with diff report link
105105
if: failure() && steps.visual.outcome == 'failure' && github.event_name == 'pull_request'
106-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
106+
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
107107
with:
108108
script: |
109109
const runUrl = `${context.serverUrl}/${context.repo.owner}/${context.repo.repo}/actions/runs/${context.runId}`;

0 commit comments

Comments
 (0)