Skip to content

Commit 4a5d838

Browse files
authored
GHA dependency updates for February 2025 (#3598)
1 parent 86fe9c9 commit 4a5d838

12 files changed

+25
-25
lines changed

.github/workflows/backend.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
md-hdd-t032zjxllntc.z26.blob.storage.azure.net:443
3636
objects.githubusercontent.com:443
3737
- name: Checkout repository
38-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
38+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3939
- name: Setup dotnet
4040
uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2.0
4141
with:
@@ -46,7 +46,7 @@ jobs:
4646
run: dotnet test Backend.Tests/Backend.Tests.csproj
4747
shell: bash
4848
- name: Upload coverage artifact
49-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
49+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
5050
with:
5151
if-no-files-found: error
5252
name: coverage
@@ -77,7 +77,7 @@ jobs:
7777
ingest.codecov.io:443
7878
storage.googleapis.com:443
7979
- name: Checkout repository
80-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
80+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8181
- name: Download coverage artifact
8282
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
8383
with:
@@ -115,7 +115,7 @@ jobs:
115115
# For subfolders, currently a full checkout is required.
116116
# See: https://github.com/marketplace/actions/build-and-push-docker-images#path-context
117117
- name: Checkout repository
118-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
118+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
119119
with:
120120
fetch-depth: 0
121121
- name: Build backend

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uploads.github.com:443
4949
5050
- name: Checkout repository
51-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
51+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5252

5353
# Initializes the CodeQL tools for scanning.
5454
- name: Initialize CodeQL

.github/workflows/combine_deploy_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
username: ${{ secrets.AWS_ACCESS_KEY_ID }}
5555
password: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
5656
- name: Build combine_deploy
57-
uses: docker/build-push-action@v6.10.0
57+
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
5858
with:
5959
context: "{{defaultContext}}:deploy"
6060
push: true

.github/workflows/database.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# For subfolders, currently a full checkout is required.
2828
# See: https://github.com/marketplace/actions/build-and-push-docker-images#path-context
2929
- name: Checkout repository
30-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
30+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3131
with:
3232
fetch-depth: 0
3333
- name: Build database image

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
egress-policy: audit
2323

2424
- name: "Checkout Repository"
25-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
25+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2626
- name: "Dependency Review"
2727
uses: actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5.0

.github/workflows/deploy_qa.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
security.ubuntu.com:80
5050
storage.googleapis.com:443
5151
sts.${{ secrets.AWS_DEFAULT_REGION }}.amazonaws.com:443
52-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
52+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5353
with:
5454
fetch-depth: 0
5555
- name: Build The Combine
@@ -77,7 +77,7 @@ jobs:
7777
api.ecr.${{ secrets.AWS_DEFAULT_REGION }}.amazonaws.com:443
7878
github.com:443
7979
sts.${{ secrets.AWS_DEFAULT_REGION }}.amazonaws.com:443
80-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
80+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8181
- name: Configure AWS credentials
8282
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
8383
with:
@@ -108,7 +108,7 @@ jobs:
108108
with:
109109
egress-policy: audit
110110

111-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
111+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
112112
- name: Deploy The Combine Update
113113
uses: ./.github/actions/combine-deploy-update
114114
with:

.github/workflows/deploy_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
security.ubuntu.com:80
4747
storage.googleapis.com:443
4848
sts.us-east-1.amazonaws.com:443
49-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
49+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5050
- name: Build The Combine
5151
id: build_combine
5252
uses: ./.github/actions/combine-build
@@ -69,7 +69,7 @@ jobs:
6969
with:
7070
egress-policy: audit
7171

72-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
72+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7373
with:
7474
fetch-depth: 0
7575
- name: Deploy The Combine Update to QA

.github/workflows/frontend.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
objects.githubusercontent.com:443
3030
registry.npmjs.org:443
3131
- name: Checkout repository
32-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
32+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3333
- name: Use Node.js ${{ matrix.node-version }}
34-
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
34+
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
3535
with:
3636
node-version: ${{ matrix.node-version }}
3737
- run: npm ci
@@ -58,9 +58,9 @@ jobs:
5858
objects.githubusercontent.com:443
5959
registry.npmjs.org:443
6060
- name: Checkout repository
61-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
61+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6262
- name: Use Node.js ${{ matrix.node-version }}
63-
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
63+
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
6464
with:
6565
node-version: ${{ matrix.node-version }}
6666
- run: npm ci
@@ -69,7 +69,7 @@ jobs:
6969
env:
7070
CI: true
7171
- name: Upload coverage artifact
72-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
72+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
7373
with:
7474
if-no-files-found: error
7575
name: coverage
@@ -94,7 +94,7 @@ jobs:
9494
ingest.codecov.io:443
9595
storage.googleapis.com:443
9696
- name: Checkout repository
97-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
97+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9898
- name: Download coverage artifact
9999
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
100100
with:
@@ -128,7 +128,7 @@ jobs:
128128
registry-1.docker.io:443
129129
registry.npmjs.org:443
130130
- name: Checkout repository
131-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
131+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
132132
with:
133133
fetch-depth: 0
134134
- name: Build frontend

.github/workflows/maintenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
# For subfolders, currently a full checkout is required.
3434
# See: https://github.com/marketplace/actions/build-and-push-docker-images#path-context
3535
- name: Checkout repository
36-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
36+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3737
with:
3838
fetch-depth: 0
3939
- name: Build maintenance image

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
files.pythonhosted.org:443
2626
github.com:443
2727
pypi.org:443
28-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
28+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2929
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
3030
with:
3131
python-version: 3.12

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
files.pythonhosted.org:443
2929
github.com:443
3030
pypi.org:443
31-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
31+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3232
- name: Set up Python ${{ matrix.python-version }}
3333
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
3434
with:

.github/workflows/scorecards.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
tuf-repo-cdn.sigstore.dev:443
5555
www.bestpractices.dev:443
5656
- name: "Checkout code"
57-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
57+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5858
with:
5959
persist-credentials: false
6060

@@ -81,7 +81,7 @@ jobs:
8181
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
8282
# format to the repository Actions tab.
8383
- name: "Upload artifact"
84-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
84+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
8585
with:
8686
name: SARIF file
8787
path: results.sarif

0 commit comments

Comments
 (0)