Skip to content

Commit d341163

Browse files
[GHA] Bump 13 dependencies (#4074)
Bumps the gha-deps group with 13 updates: | Package | From | To | | --- | --- | --- | | [step-security/harden-runner](https://github.com/step-security/harden-runner) | `2.13.2` | `2.14.0` | | [actions/checkout](https://github.com/actions/checkout) | `5.0.0` | `6.0.1` | | [actions/setup-dotnet](https://github.com/actions/setup-dotnet) | `5.0.0` | `5.0.1` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `5.0.0` | `6.0.0` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `6.0.0` | `7.0.0` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `5.5.1` | `5.5.2` | | [github/codeql-action](https://github.com/github/codeql-action) | `4.31.2` | `4.31.9` | | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `3.11.1` | `3.12.0` | | [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) | `5.1.0` | `5.1.1` | | [sillsdev/FieldWorks/.github/workflows/CommitMessage.yml](https://github.com/sillsdev/fieldworks) | `2eac8948da8a78df13d469a2287ca309b891d62d` | `673ca3760ac775af8c532bdd3a426cf0cd33e9c4` | | [actions/dependency-review-action](https://github.com/actions/dependency-review-action) | `4.8.1` | `4.8.2` | | [actions/setup-node](https://github.com/actions/setup-node) | `6.0.0` | `6.1.0` | | [actions/setup-python](https://github.com/actions/setup-python) | `6.0.0` | `6.1.0` | Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f78ef22 commit d341163

15 files changed

+76
-76
lines changed

.github/workflows/backend.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# See https://docs.stepsecurity.io/harden-runner/getting-started/ for instructions on
2929
# configuring harden-runner and identifying allowed endpoints.
3030
- name: Harden Runner
31-
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
31+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
3232
with:
3333
disable-sudo: true
3434
egress-policy: block
@@ -44,9 +44,9 @@ jobs:
4444
md-hdd-t032zjxllntc.z26.blob.storage.azure.net:443
4545
objects.githubusercontent.com:443
4646
- name: Checkout repository
47-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
47+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4848
- name: Setup dotnet
49-
uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
49+
uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 # v5.0.1
5050
with:
5151
dotnet-version: ${{ matrix.dotnet }}
5252
- name: Install ffmpeg
@@ -55,7 +55,7 @@ jobs:
5555
run: dotnet test Backend.Tests/Backend.Tests.csproj
5656
shell: bash
5757
- name: Upload coverage artifact
58-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
58+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
5959
with:
6060
if-no-files-found: error
6161
name: coverage
@@ -75,7 +75,7 @@ jobs:
7575
# See https://docs.stepsecurity.io/harden-runner/getting-started/ for instructions on
7676
# configuring harden-runner and identifying allowed endpoints.
7777
- name: Harden Runner
78-
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
78+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
7979
with:
8080
disable-sudo: true
8181
egress-policy: block
@@ -87,13 +87,13 @@ jobs:
8787
keybase.io:443
8888
storage.googleapis.com:443
8989
- name: Checkout repository
90-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
90+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
9191
- name: Download coverage artifact
92-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
92+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
9393
with:
9494
name: coverage
9595
- name: Upload coverage report
96-
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
96+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
9797
with:
9898
token: ${{ secrets.CODECOV_TOKEN }}
9999
fail_ci_if_error: true
@@ -108,7 +108,7 @@ jobs:
108108
# See https://docs.stepsecurity.io/harden-runner/getting-started/ for instructions on
109109
# configuring harden-runner and identifying allowed endpoints.
110110
- name: Harden Runner
111-
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
111+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
112112
with:
113113
disable-sudo: true
114114
disable-file-monitoring: true
@@ -125,7 +125,7 @@ jobs:
125125
# For subfolders, currently a full checkout is required.
126126
# See: https://github.com/marketplace/actions/build-and-push-docker-images#path-context
127127
- name: Checkout repository
128-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
128+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
129129
with:
130130
fetch-depth: 0
131131
- name: Build backend

.github/workflows/codeql.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# See https://docs.stepsecurity.io/harden-runner/getting-started/ for instructions on
3636
# configuring harden-runner and identifying allowed endpoints.
3737
- name: Harden Runner
38-
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
38+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
3939
with:
4040
disable-sudo: true
4141
egress-policy: block
@@ -52,11 +52,11 @@ jobs:
5252
uploads.github.com:443
5353
5454
- name: Checkout repository
55-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
55+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
5656

5757
# Initializes the CodeQL tools for scanning.
5858
- name: Initialize CodeQL
59-
uses: github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
59+
uses: github/codeql-action/init@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
6060
with:
6161
languages: ${{ matrix.language }}
6262
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -69,7 +69,7 @@ jobs:
6969
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
7070
# If this step fails, then you should remove it and run the build manually (see below)
7171
- name: Autobuild
72-
uses: github/codeql-action/autobuild@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
72+
uses: github/codeql-action/autobuild@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
7373

7474
# Command-line programs to run using the OS shell.
7575
# See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -82,6 +82,6 @@ jobs:
8282
# ./location_of_script_within_repo/buildscript.sh
8383

8484
- name: Perform CodeQL Analysis
85-
uses: github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
85+
uses: github/codeql-action/analyze@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
8686
with:
8787
category: "/language:${{matrix.language}}"

.github/workflows/combine_deploy_image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# See https://docs.stepsecurity.io/harden-runner/getting-started/ for instructions on
1717
# configuring harden-runner and identifying allowed endpoints.
1818
- name: Harden Runner
19-
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
19+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
2020
with:
2121
disable-sudo: true
2222
egress-policy: block
@@ -40,9 +40,9 @@ jobs:
4040
- name: Set up QEMU
4141
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
4242
- name: Set up Docker Buildx
43-
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
43+
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
4444
- name: Configure AWS credentials
45-
uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1.0
45+
uses: aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708 # v5.1.1
4646
with:
4747
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
4848
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

.github/workflows/commit_message_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ permissions: # added using https://github.com/step-security/secure-workflows
1414

1515
jobs:
1616
commit-message-lint:
17-
uses: sillsdev/FieldWorks/.github/workflows/CommitMessage.yml@2eac8948da8a78df13d469a2287ca309b891d62d
17+
uses: sillsdev/FieldWorks/.github/workflows/CommitMessage.yml@673ca3760ac775af8c532bdd3a426cf0cd33e9c4

.github/workflows/database.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# See https://docs.stepsecurity.io/harden-runner/getting-started/ for instructions on
2222
# configuring harden-runner and identifying allowed endpoints.
2323
- name: Harden Runner
24-
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
24+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
2525
with:
2626
disable-sudo: true
2727
egress-policy: block
@@ -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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
36+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3737
with:
3838
fetch-depth: 0
3939
- name: Build database image

.github/workflows/dependency-review.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Harden Runner
24-
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
24+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
2525
with:
2626
egress-policy: audit
2727

2828
- name: "Checkout Repository"
29-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
29+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3030
- name: "Dependency Review"
31-
uses: actions/dependency-review-action@40c09b7dc99638e5ddb0bfd91c1673effc064d8a # v4.8.1
31+
uses: actions/dependency-review-action@3c4e3dcb1aa7874d2c16be7d79418e9b7efd6261 # v4.8.2

.github/workflows/deploy_qa.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# See https://docs.stepsecurity.io/harden-runner/getting-started/ for instructions on
2525
# configuring harden-runner and identifying allowed endpoints.
2626
- name: Harden Runner
27-
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
27+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
2828
with:
2929
disable-sudo: true
3030
egress-policy: block
@@ -53,7 +53,7 @@ jobs:
5353
security.ubuntu.com:80
5454
storage.googleapis.com:443
5555
sts.${{ secrets.AWS_DEFAULT_REGION }}.amazonaws.com:443
56-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
56+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
5757
with:
5858
fetch-depth: 0
5959
- name: Build The Combine
@@ -72,7 +72,7 @@ jobs:
7272
# See https://docs.stepsecurity.io/harden-runner/getting-started/ for instructions on
7373
# configuring harden-runner and identifying allowed endpoints.
7474
- name: Harden Runner
75-
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
75+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
7676
with:
7777
disable-sudo: true
7878
egress-policy: block
@@ -81,9 +81,9 @@ jobs:
8181
api.ecr.${{ secrets.AWS_DEFAULT_REGION }}.amazonaws.com:443
8282
github.com:443
8383
sts.${{ secrets.AWS_DEFAULT_REGION }}.amazonaws.com:443
84-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
84+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
8585
- name: Configure AWS credentials
86-
uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1.0
86+
uses: aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708 # v5.1.1
8787
with:
8888
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
8989
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
@@ -108,11 +108,11 @@ jobs:
108108
runs-on: [self-hosted, thecombine]
109109
steps:
110110
- name: Harden Runner
111-
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
111+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
112112
with:
113113
egress-policy: audit
114114

115-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
115+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
116116
- name: Deploy The Combine Update
117117
uses: ./.github/actions/combine-deploy-update
118118
with:

.github/workflows/deploy_release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# See https://docs.stepsecurity.io/harden-runner/getting-started/ for instructions on
2020
# configuring harden-runner and identifying allowed endpoints.
2121
- name: Harden Runner
22-
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
22+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
2323
with:
2424
egress-policy: block
2525
allowed-endpoints: >
@@ -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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
49+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
5050
- name: Build The Combine
5151
id: build_combine
5252
uses: ./.github/actions/combine-build
@@ -65,11 +65,11 @@ jobs:
6565
runs-on: [self-hosted, thecombine]
6666
steps:
6767
- name: Harden Runner
68-
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
68+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
6969
with:
7070
egress-policy: audit
7171

72-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
72+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
7373
with:
7474
fetch-depth: 0
7575
- name: Deploy The Combine Update to QA

.github/workflows/frontend.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# See https://docs.stepsecurity.io/harden-runner/getting-started/ for instructions on
2929
# configuring harden-runner and identifying allowed endpoints.
3030
- name: Harden Runner
31-
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
31+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
3232
with:
3333
disable-sudo: true
3434
egress-policy: block
@@ -38,9 +38,9 @@ jobs:
3838
objects.githubusercontent.com:443
3939
registry.npmjs.org:443
4040
- name: Checkout repository
41-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
41+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4242
- name: Use Node.js ${{ matrix.node-version }}
43-
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
43+
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
4444
with:
4545
node-version: ${{ matrix.node-version }}
4646
- name: Install dependencies
@@ -63,7 +63,7 @@ jobs:
6363
# See https://docs.stepsecurity.io/harden-runner/getting-started/ for instructions on
6464
# configuring harden-runner and identifying allowed endpoints.
6565
- name: Harden Runner
66-
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
66+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
6767
with:
6868
disable-sudo: true
6969
egress-policy: block
@@ -73,9 +73,9 @@ jobs:
7373
objects.githubusercontent.com:443
7474
registry.npmjs.org:443
7575
- name: Checkout repository
76-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
76+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
7777
- name: Use Node.js ${{ matrix.node-version }}
78-
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
78+
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
7979
with:
8080
node-version: ${{ matrix.node-version }}
8181
- name: Install dependencies
@@ -85,7 +85,7 @@ jobs:
8585
env:
8686
CI: true
8787
- name: Upload coverage artifact
88-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
88+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
8989
with:
9090
if-no-files-found: error
9191
name: coverage
@@ -99,7 +99,7 @@ jobs:
9999
# See https://docs.stepsecurity.io/harden-runner/getting-started/ for instructions on
100100
# configuring harden-runner and identifying allowed endpoints.
101101
- name: Harden Runner
102-
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
102+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
103103
with:
104104
disable-sudo: true
105105
egress-policy: block
@@ -111,13 +111,13 @@ jobs:
111111
keybase.io:443
112112
storage.googleapis.com:443
113113
- name: Checkout repository
114-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
114+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
115115
- name: Download coverage artifact
116-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
116+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
117117
with:
118118
name: coverage
119119
- name: Upload coverage report
120-
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
120+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
121121
with:
122122
token: ${{ secrets.CODECOV_TOKEN }}
123123
fail_ci_if_error: true
@@ -132,7 +132,7 @@ jobs:
132132
# See https://docs.stepsecurity.io/harden-runner/getting-started/ for instructions on
133133
# configuring harden-runner and identifying allowed endpoints.
134134
- name: Harden Runner
135-
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
135+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
136136
with:
137137
disable-sudo: true
138138
egress-policy: block
@@ -145,7 +145,7 @@ jobs:
145145
registry-1.docker.io:443
146146
registry.npmjs.org:443
147147
- name: Checkout repository
148-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
148+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
149149
with:
150150
fetch-depth: 0
151151
- name: Build frontend

0 commit comments

Comments
 (0)