Skip to content

Commit 351fa12

Browse files
chore(deps): update all non-major github action dependencies
1 parent eb2f952 commit 351fa12

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ jobs:
2828
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
2929

3030
- name: Initialize CodeQL
31-
uses: github/codeql-action/init@603b797f8b14b413fe025cd935a91c16c4782713 # v3.33.0
31+
uses: github/codeql-action/init@ebcb5b36ded6beda4ceefea6a8bc4cc885255bb3 # v3.34.1
3232
with:
3333
languages: ${{ matrix.language }}
3434

3535
- name: Autobuild
36-
uses: github/codeql-action/autobuild@603b797f8b14b413fe025cd935a91c16c4782713 # v3.33.0
36+
uses: github/codeql-action/autobuild@ebcb5b36ded6beda4ceefea6a8bc4cc885255bb3 # v3.34.1
3737

3838
- name: Perform CodeQL Analysis
39-
uses: github/codeql-action/analyze@603b797f8b14b413fe025cd935a91c16c4782713 # v3.33.0
39+
uses: github/codeql-action/analyze@ebcb5b36ded6beda4ceefea6a8bc4cc885255bb3 # v3.34.1
4040
with:
4141
category: "/language:${{ matrix.language }}"

.github/workflows/docker-vulnerability-scan.yml

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

2929
- name: Login to Staging Amazon ECR
3030
id: login-ecr-staging
31-
uses: aws-actions/amazon-ecr-login@a6f26d4dac281724664e992240eebeb7469b9154
31+
uses: aws-actions/amazon-ecr-login@a080f59b057d681bf221f98cbdcd9f0defa1a1a9
3232

3333
- name: Docker vulnerability scan
3434
uses: cds-snc/security-tools/.github/actions/docker-scan@5a93d1deec72d4cb2737cb8418364fedba1c695c # v3.2.1

.github/workflows/prod-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
4242
- name: Update ECS task image
4343
id: task-def
44-
uses: aws-actions/amazon-ecs-render-task-definition@6b89923a897d41e9ad789181d8865b532ecf973c # v1.8.3
44+
uses: aws-actions/amazon-ecs-render-task-definition@77954e213ba1f9f9cb016b86a1d4f6fcdea0d57e # v1.8.4
4545
with:
4646
task-definition: task-definition.json
4747
container-name: ${{ env.SERVICE_NAME }}
@@ -66,7 +66,7 @@ jobs:
6666
6767
- name: Report deployment to Sentinel
6868
if: always()
69-
uses: cds-snc/sentinel-forward-data-action@main
69+
uses: cds-snc/sentinel-forward-data-action@0c349852373284a1130f87f8b91896132b0fc138 # main
7070
with:
7171
input_data: '{"product": "forms", "sha": "${{ github.event.workflow_run.head_branch }}", "version": "${{ github.event.workflow_run.head_branch }}", "repository": "${{ github.repository }}", "environment": "production", "status": "${{ job.status }}"}'
7272
log_type: CDS_Product_Deployment_Data

.github/workflows/prod-docker-build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Login to Amazon ECR
3636
id: login-ecr
37-
uses: aws-actions/amazon-ecr-login@a6f26d4dac281724664e992240eebeb7469b9154
37+
uses: aws-actions/amazon-ecr-login@a080f59b057d681bf221f98cbdcd9f0defa1a1a9
3838

3939
- name: Tag images
4040
env:

.github/workflows/staging-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
4343
- name: Update ECS task image
4444
id: task-def
45-
uses: aws-actions/amazon-ecs-render-task-definition@6b89923a897d41e9ad789181d8865b532ecf973c # v1.8.3
45+
uses: aws-actions/amazon-ecs-render-task-definition@77954e213ba1f9f9cb016b86a1d4f6fcdea0d57e # v1.8.4
4646
with:
4747
task-definition: task-definition.json
4848
container-name: ${{ env.SERVICE_NAME }}
@@ -67,7 +67,7 @@ jobs:
6767
6868
- name: Report deployment to Sentinel
6969
if: always()
70-
uses: cds-snc/sentinel-forward-data-action@main
70+
uses: cds-snc/sentinel-forward-data-action@0c349852373284a1130f87f8b91896132b0fc138 # main
7171
with:
7272
input_data: '{"product": "forms", "sha": "${{ github.sha }}", "version": "${{ github.sha }}", "repository": "${{ github.repository }}", "environment": "staging", "status": "${{ job.status }}"}'
7373
log_type: CDS_Product_Deployment_Data

.github/workflows/staging-docker-build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Login to Staging Amazon ECR
3939
id: login-ecr-staging
40-
uses: aws-actions/amazon-ecr-login@a6f26d4dac281724664e992240eebeb7469b9154
40+
uses: aws-actions/amazon-ecr-login@a080f59b057d681bf221f98cbdcd9f0defa1a1a9
4141

4242
- name: Tag Images for Staging
4343
env:

0 commit comments

Comments
 (0)