Skip to content

Commit dc52b35

Browse files
chore(deps): update all non-major github action dependencies
1 parent 226863b commit dc52b35

15 files changed

Lines changed: 53 additions & 53 deletions

.github/workflows/call-manifests-update-docker-tag.yaml

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

1414
steps:
1515
- name: Checkout repository
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
1717

1818
- name: Set Docker Tag
1919
run: echo "DOCKER_TAG=${GITHUB_SHA::7}" >> $GITHUB_ENV

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,19 @@ jobs:
2424

2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
27+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
2828

2929
- name: Initialize CodeQL
30-
uses: github/codeql-action/init@ffd3158cb9024ebd018dbf20756f28befbd168c7 # v2.24.10
30+
uses: github/codeql-action/init@b8d3b6e8af63cde30bdc382c0bc28114f4346c88 # v2.28.1
3131
with:
3232
languages: ${{ matrix.language }}
3333
queries: +security-and-quality
3434

3535
- name: Autobuild
36-
uses: github/codeql-action/autobuild@ffd3158cb9024ebd018dbf20756f28befbd168c7 # v2.24.10
36+
uses: github/codeql-action/autobuild@b8d3b6e8af63cde30bdc382c0bc28114f4346c88 # v2.28.1
3737
if: ${{ matrix.language == 'javascript' || matrix.language == 'python' }}
3838

3939
- name: Perform CodeQL Analysis
40-
uses: github/codeql-action/analyze@ffd3158cb9024ebd018dbf20756f28befbd168c7 # v2.24.10
40+
uses: github/codeql-action/analyze@b8d3b6e8af63cde30bdc382c0bc28114f4346c88 # v2.28.1
4141
with:
4242
category: "/language:${{ matrix.language }}"

.github/workflows/cypress-e2e.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
services:
1919
postgres:
20-
image: postgres:11.17-bullseye
20+
image: postgres:11.22-bullseye
2121
env:
2222
POSTGRES_USER: postgres
2323
POSTGRES_PASSWORD: chummy
@@ -26,7 +26,7 @@ jobs:
2626
- 5432:5432
2727
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
2828
redis:
29-
image: redis:6.2@sha256:9e75c88539241ad7f61bc9c39ea4913b354064b8a75ca5fc40e1cef41b645bc0
29+
image: redis:6.2@sha256:83a75a9107fae42b4407232299be484b2367c402376511d178672feb9cc8eb24
3030
ports:
3131
- 6379:6379
3232

@@ -35,18 +35,18 @@ jobs:
3535
run: sudo apt-get update && sudo apt-get install libssl-dev libcurl4-openssl-dev
3636

3737
# First checkout the admin repo and install deps
38-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
38+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
3939

40-
- uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8.0
40+
- uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4.9.1
4141
with:
42-
python-version: '3.12'
42+
python-version: '3.14'
4343

44-
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
44+
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
4545
with:
4646
node-version: '16.x'
4747
cache: 'npm'
4848

49-
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
49+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
5050
with:
5151
path: ~/.cache/pip
5252
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
@@ -63,20 +63,20 @@ jobs:
6363

6464
# Now checkout the API repo
6565
- name: Checkout API repository
66-
uses: actions/checkout@v3
66+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
6767
with:
6868
repository: cds-snc/notification-api
6969
path: api
7070

7171
- name: Set up Python 3.12
72-
uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8.0
72+
uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4.9.1
7373
with:
74-
python-version: '3.12'
74+
python-version: '3.14'
7575

7676
- name: Upgrade pip
7777
run: python -m pip install --upgrade pip
7878

79-
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
79+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
8080
with:
8181
path: ~/.cache/pip
8282
key: ${{ runner.os }}-pip-${{ hashFiles('api/**/requirements.txt') }}
@@ -103,7 +103,7 @@ jobs:
103103
cp version.py "${{ github.workspace }}/api/app/"
104104
105105
- name: Configure credentials to Notify using OIDC
106-
uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1.0
106+
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
107107
with:
108108
role-to-assume: arn:aws:iam::${{env.ACCOUNT_ID}}:role/notification-admin-cypress-e2e-tests
109109
role-session-name: NotifyAdminCypressE2ETests
@@ -216,7 +216,7 @@ jobs:
216216
cypress/e2e/admin/ci.cy.js
217217
218218
- name: Upload test artifacts
219-
uses: actions/upload-artifact@v4
219+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
220220
if: always()
221221
with:
222222
name: cypress-artifacts

.github/workflows/cypress-staging.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
continue-on-error: true
1515
steps:
1616
- name: checkout
17-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
18-
- uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
17+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
18+
- uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1
1919
with:
2020
node-version: 16.x
2121

@@ -37,7 +37,7 @@ jobs:
3737
cypress/e2e/admin/a11y/gca_pages.cy.js
3838
3939
- name: Upload test artifacts
40-
uses: actions/upload-artifact@v4
40+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
4141
if: always()
4242
with:
4343
name: cypress-artifacts

.github/workflows/dev_branch_build_push_images.yml

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

2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
28+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
2929
with:
3030
ref: dev
3131

@@ -49,7 +49,7 @@ jobs:
4949
-o /tmp/${{ steps.img.outputs.image }}.tar
5050
5151
- name: Upload image artifact
52-
uses: actions/upload-artifact@v4
52+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
5353
with:
5454
name: ${{ steps.img.outputs.image }}-image
5555
path: /tmp/${{ steps.img.outputs.image }}.tar

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
registry-type: public
3333

3434
- name: Docker vulnerability scan
35-
uses: cds-snc/security-tools/.github/actions/docker-scan@34794baf2af592913bb5b51d8df4f8d0acc49b6f # v3.2.0
35+
uses: cds-snc/security-tools/.github/actions/docker-scan@5a93d1deec72d4cb2737cb8418364fedba1c695c # v3.2.1
3636
env:
3737
TRIVY_DB_REPOSITORY: ${{ vars.TRIVY_DB_REPOSITORY }}
3838
with:

.github/workflows/docker.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
name: Build and push
2222
steps:
23-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
23+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
2424
- name: Install AWS CLI
2525
run: |
2626
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
@@ -29,7 +29,7 @@ jobs:
2929
aws --version
3030
3131
- name: Configure credentials to CDS public ECR using OIDC
32-
uses: aws-actions/configure-aws-credentials@master
32+
uses: aws-actions/configure-aws-credentials@ffc08eae7350b1061d7de219e2135c75561fb680 # master
3333
with:
3434
role-to-assume: arn:aws:iam::283582579564:role/notification-admin-apply
3535
role-session-name: NotifyAdminGitHubActions
@@ -64,7 +64,7 @@ jobs:
6464
runs-on: ubuntu-latest
6565
name: Notify and scan
6666
steps:
67-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
67+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
6868

6969
- name: my-app-install token
7070
id: notify-pr-bot
@@ -73,12 +73,12 @@ jobs:
7373
app_id: ${{ secrets.NOTIFY_PR_BOT_APP_ID }}
7474
private_key: ${{ secrets.NOTIFY_PR_BOT_PRIVATE_KEY }}
7575

76-
- uses: cds-snc/notification-pr-bot@main
76+
- uses: cds-snc/notification-pr-bot@cd20029782cf8b42cfc2c7991d0cbcb3b17239d4 # main
7777
env:
7878
TOKEN: ${{ steps.notify-pr-bot.outputs.token }}
7979

8080
- name: Docker generate SBOM
81-
uses: cds-snc/security-tools/.github/actions/generate-sbom@12a0cdea1c5a515dfcbe353693db804a1793c0ed # v4.0.1
81+
uses: cds-snc/security-tools/.github/actions/generate-sbom@837a88b6337d4842543184c8eac97a8adac8f302 # v4.0.3
8282
env:
8383
TRIVY_DB_REPOSITORY: ${{ vars.TRIVY_DB_REPOSITORY }}
8484
with:

.github/workflows/reusable_push_ecr.yml

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

3434
steps:
3535
- name: Download image artifact
36-
uses: actions/download-artifact@v4
36+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
3737
with:
3838
name: ${{ inputs.image-name }}-image
3939
path: /tmp
@@ -42,7 +42,7 @@ jobs:
4242
run: docker load -i /tmp/${{ inputs.image-name }}.tar
4343

4444
- name: Configure AWS credentials via OIDC
45-
uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1.0
45+
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
4646
with:
4747
role-to-assume: arn:aws:iam::${{ secrets.account-id }}:role/notification-admin-build-push-${{ inputs.branch-name }}-branch
4848
role-session-name: NotifyAdminBuildPush-${{ inputs.env-name }}-${{ inputs.branch-name }}-branch

.github/workflows/secret.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ jobs:
55
name: seekret-scanning
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
8+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
99
- name: docker://cdssnc/seekret-github-action
1010
uses: docker://cdssnc/seekret-github-action@sha256:0aee6df949373ef6df26d35f6207b56f897ddd1caa030646d7421b0afb717665

.github/workflows/test-admin-delete-unused.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Configure credentials to Notify using OIDC
25-
uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1.0
25+
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
2626
with:
2727
role-to-assume: arn:aws:iam::${{env.ACCOUNT_ID}}:role/notification-admin-apply
2828
role-session-name: NotifyAdminApply

0 commit comments

Comments
 (0)