Skip to content

Commit d88add5

Browse files
chore(deps): bump the github-actions group with 9 updates (#2981)
Bumps the github-actions group with 9 updates: | Package | From | To | | --- | --- | --- | | [step-security/harden-runner](https://github.com/step-security/harden-runner) | `2.10.2` | `2.10.4` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.4.3` | `4.6.0` | | [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) | `4.0.2` | `4.0.3` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `5.0.7` | `5.3.1` | | [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) | `7.0.5` | `7.0.6` | | [github/codeql-action](https://github.com/github/codeql-action) | `3.27.5` | `3.28.8` | | [actions/cache](https://github.com/actions/cache) | `4.1.2` | `4.2.0` | | [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) | `4.7.1` | `4.7.2` | | [actions/setup-dotnet](https://github.com/actions/setup-dotnet) | `4.0.1` | `4.3.0` | Updates `step-security/harden-runner` from 2.10.2 to 2.10.4 - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](step-security/harden-runner@0080882...cb605e5) Updates `actions/upload-artifact` from 4.4.3 to 4.6.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@b4b15b8...65c4c4a) Updates `aws-actions/configure-aws-credentials` from 4.0.2 to 4.0.3 - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases) - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md) - [Commits](aws-actions/configure-aws-credentials@e3dd6a4...4fc4975) Updates `codecov/codecov-action` from 5.0.7 to 5.3.1 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@015f24e...13ce06b) Updates `peter-evans/create-pull-request` from 7.0.5 to 7.0.6 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@5e91468...67ccf78) Updates `github/codeql-action` from 3.27.5 to 3.28.8 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@f09c1c0...dd74661) Updates `actions/cache` from 4.1.2 to 4.2.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@6849a64...1bd1e32) Updates `JamesIves/github-pages-deploy-action` from 4.7.1 to 4.7.2 - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@dc18a3c...15de0f0) Updates `actions/setup-dotnet` from 4.0.1 to 4.3.0 - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@6bd8b7f...3951f0d) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: aws-actions/configure-aws-credentials dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 272496a commit d88add5

18 files changed

+60
-60
lines changed

.github/workflows/all_solutions.yml

+13-13
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ubuntu-latest
4343
steps:
4444
- name: Harden Runner
45-
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
45+
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
4646
with:
4747
disable-sudo: true
4848
egress-policy: audit
@@ -93,7 +93,7 @@ jobs:
9393
shell: powershell
9494

9595
- name: Archive FullAgent Home folders
96-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
96+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
9797
with:
9898
name: homefolders
9999
path: |
@@ -137,7 +137,7 @@ jobs:
137137
shell: powershell
138138

139139
- name: Archive msi _build Artifacts
140-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
140+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
141141
with:
142142
name: msi-build-folder-artifacts
143143
path: ${{ github.workspace }}\src\_build
@@ -182,7 +182,7 @@ jobs:
182182
shell: powershell
183183

184184
- name: Archive Artifacts
185-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
185+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
186186
with:
187187
name: integrationtests
188188
path: |
@@ -220,7 +220,7 @@ jobs:
220220
shell: powershell
221221

222222
- name: Archive Artifacts
223-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
223+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
224224
with:
225225
name: unboundedintegrationtests
226226
path: |
@@ -409,7 +409,7 @@ jobs:
409409

410410
- name: Archive integration test results on failure
411411
if: ${{ failure() }}
412-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
412+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
413413
with:
414414
name: integration-test-results-${{ matrix.namespace }}
415415
path: |
@@ -547,7 +547,7 @@ jobs:
547547

548548
- name: Archive unbounded test results on failure
549549
if: ${{ failure() }}
550-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
550+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
551551
with:
552552
name: unbounded-test-working-directory-${{ matrix.namespace }}
553553
path: |
@@ -563,7 +563,7 @@ jobs:
563563

564564
steps:
565565
- name: Harden Runner
566-
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
566+
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
567567
with:
568568
disable-sudo: true
569569
egress-policy: audit
@@ -617,7 +617,7 @@ jobs:
617617
shell: bash
618618

619619
- name: Archive RPM Package Artifacts
620-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
620+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
621621
with:
622622
name: rpm-build-artifacts
623623
path: ${{ github.workspace }}/src/_build/CoreArtifacts
@@ -630,7 +630,7 @@ jobs:
630630

631631
steps:
632632
- name: Harden Runner
633-
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
633+
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
634634
with:
635635
disable-sudo: true
636636
egress-policy: audit
@@ -670,7 +670,7 @@ jobs:
670670
shell: bash
671671

672672
- name: Archive Debian Package Artifacts
673-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
673+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
674674
with:
675675
name: debian-build-artifacts
676676
path: ${{ github.workspace }}/src/_build/CoreArtifacts
@@ -725,7 +725,7 @@ jobs:
725725
shell: powershell
726726

727727
- name: Archive Deploy Artifacts
728-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
728+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
729729
with:
730730
name: deploy-artifacts
731731
path: |
@@ -741,7 +741,7 @@ jobs:
741741
if: always()
742742
steps:
743743
- name: Harden Runner
744-
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
744+
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
745745
with:
746746
disable-sudo: true
747747
egress-policy: audit

.github/workflows/build_download_site_index_files.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
image: ghcr.io/newrelic/s3indexer
5656
steps:
5757
- name: Login to AWS
58-
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
58+
uses: aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 # v4.0.3
5959
with:
6060
aws-region: ${{ inputs.aws-region }}
6161
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}

.github/workflows/build_profiler.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -106,21 +106,21 @@ jobs:
106106
mv ${{ env.tests_base_path}}\LastCoverageResults.log ${{ env.tests_base_path}}\LastCoverageResults_x64.log
107107
108108
- name: Upload coverage reports to Codecov.io
109-
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
109+
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
110110
with:
111111
flags: Profiler
112112
files: ${{ env.test_results_path }}/profilerx86.xml,${{ env.test_results_path }}/profilerx64.xml
113113
token: ${{ secrets.CODECOV_TOKEN }}
114114

115115
- name: Archive Build Artifacts
116-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
116+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
117117
with:
118118
name: profiler-windows
119119
path: ${{ github.workspace }}\src\Agent\_profilerBuild\**\*
120120
if-no-files-found: error
121121

122122
- name: Archive Code Coverage Artifacts
123-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
123+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
124124
with:
125125
name: profiler-code-coverage
126126
path: |
@@ -173,7 +173,7 @@ jobs:
173173
shell: bash
174174

175175
- name: Archive Artifacts
176-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
176+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
177177
with:
178178
name: profiler-amd64
179179
path: ${{ github.workspace }}/src/Agent/_profilerBuild/
@@ -191,7 +191,7 @@ jobs:
191191

192192
steps:
193193
- name: Harden Runner
194-
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
194+
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
195195
with:
196196
egress-policy: audit
197197

@@ -245,7 +245,7 @@ jobs:
245245
shell: bash
246246

247247
- name: Archive Artifacts
248-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
248+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
249249
with:
250250
name: profiler-arm64
251251
path: ${{ github.workspace }}/src/Agent/_profilerBuild/
@@ -344,7 +344,7 @@ jobs:
344344

345345
steps:
346346
- name: Harden Runner
347-
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
347+
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
348348
with:
349349
egress-policy: audit
350350

@@ -367,7 +367,7 @@ jobs:
367367
rm -f ${{ github.workspace }}/src/Agent/NewRelic/Home/_temp
368368
369369
- name: Create Pull Request
370-
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
370+
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6
371371
with:
372372
token: ${{ secrets.DOTNET_AGENT_GH_TOKEN}}
373373
commit-message: "chore: Update Profiler NuGet Package Reference to v${{ needs.package-and-deploy.outputs.package_version }}."

.github/workflows/check_modified_files.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
non-workflow-files-changed: ${{ steps.filter.outputs.non-workflow-files-changed }}
2323
steps:
2424
- name: Harden Runner
25-
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
25+
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
2626
with:
2727
disable-sudo: true
2828
egress-policy: audit

.github/workflows/codeql.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
fetch-depth: 0
5353

5454
- name: Initialize CodeQL
55-
uses: github/codeql-action/init@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
55+
uses: github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
5656
with:
5757
languages: csharp
5858

@@ -62,7 +62,7 @@ jobs:
6262
shell: powershell
6363

6464
- name: Perform CodeQL Analysis
65-
uses: github/codeql-action/analyze@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
65+
uses: github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
6666
with:
6767
category: "/language:csharp"
6868

@@ -87,7 +87,7 @@ jobs:
8787
fetch-depth: 0
8888

8989
- name: Initialize CodeQL
90-
uses: github/codeql-action/init@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
90+
uses: github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
9191
with:
9292
languages: c-cpp
9393

@@ -103,6 +103,6 @@ jobs:
103103
shell: powershell
104104

105105
- name: Perform CodeQL Analysis
106-
uses: github/codeql-action/analyze@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
106+
uses: github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
107107
with:
108108
category: "/language:c-cpp"

.github/workflows/deploy_agent.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
workflow_run_id: ${{ steps.step2.outputs.workflow_run_id }}
6262
steps:
6363
- name: Harden Runner
64-
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
64+
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
6565
with:
6666
disable-sudo: true
6767
egress-policy: audit
@@ -155,7 +155,7 @@ jobs:
155155
runs-on: ubuntu-latest
156156
steps:
157157
- name: Harden Runner
158-
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
158+
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
159159
with:
160160
disable-sudo: true
161161
egress-policy: audit
@@ -170,7 +170,7 @@ jobs:
170170
repository: ${{ github.repository }}
171171

172172
- name: Upload Deploy Artifacts Locally
173-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
173+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
174174
with:
175175
name: deploy-artifacts
176176
path: ${{ github.workspace }}
@@ -350,7 +350,7 @@ jobs:
350350
runs-on: ubuntu-latest
351351
steps:
352352
- name: Harden Runner
353-
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
353+
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
354354
with:
355355
egress-policy: audit
356356

.github/workflows/markdowncheck.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: Harden Runner
25-
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
25+
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
2626
with:
2727
egress-policy: audit # Leave it audit mode
2828

.github/workflows/multiverse_run.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
steps:
3838
- name: Harden Runner
39-
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
39+
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
4040
with:
4141
egress-policy: audit
4242

@@ -47,7 +47,7 @@ jobs:
4747

4848
- name: Cache Multiverse Testing Suite
4949
id: cache-multiverse
50-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
50+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
5151
with:
5252
path: ${{ env.multiverse_path }}
5353
key: multiverse-${{ hashFiles('**/tests/Agent/MultiverseTesting') }}
@@ -68,7 +68,7 @@ jobs:
6868
shell: bash
6969

7070
- name: Upload MVS
71-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
71+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
7272
with:
7373
name: mvs
7474
path: |
@@ -97,7 +97,7 @@ jobs:
9797

9898
steps:
9999
- name: Harden Runner
100-
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
100+
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
101101
with:
102102
egress-policy: audit
103103

@@ -121,7 +121,7 @@ jobs:
121121
shell: bash
122122

123123
- name: Deploy 🚀
124-
uses: JamesIves/github-pages-deploy-action@dc18a3c6b46d56484cb63f291becd7ed4f0269b9 # 4.7.1
124+
uses: JamesIves/github-pages-deploy-action@15de0f09300eea763baee31dff6c6184995c5f6a # 4.7.2
125125
with:
126126
branch: gh-pages
127127
folder: .

.github/workflows/nuget_slack_notifications.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
steps:
3737
- name: Harden Runner
38-
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
38+
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
3939
with:
4040
egress-policy: audit # Leave it audit mode
4141

.github/workflows/post_deploy_agent.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
runs-on: ubuntu-latest
4646
steps:
4747
- name: Harden Runner
48-
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
48+
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
4949
with:
5050
disable-sudo: false
5151
egress-policy: audit
@@ -78,7 +78,7 @@ jobs:
7878
runs-on: ubuntu-latest
7979
steps:
8080
- name: Harden Runner
81-
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
81+
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
8282
with:
8383
disable-sudo: true
8484
egress-policy: audit
@@ -119,7 +119,7 @@ jobs:
119119
runs-on: ubuntu-latest
120120
steps:
121121
- name: Harden Runner
122-
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
122+
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
123123
with:
124124
disable-sudo: true
125125
egress-policy: audit
@@ -143,7 +143,7 @@ jobs:
143143
runs-on: ubuntu-latest
144144
steps:
145145
- name: Harden Runner
146-
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
146+
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
147147
with:
148148
disable-sudo: true
149149
egress-policy: audit
@@ -171,7 +171,7 @@ jobs:
171171

172172
steps:
173173
- name: Harden Runner
174-
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
174+
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
175175
with:
176176
disable-sudo: true
177177
egress-policy: audit
@@ -195,7 +195,7 @@ jobs:
195195
runs-on: ubuntu-latest
196196
steps:
197197
- name: Harden Runner
198-
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
198+
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
199199
with:
200200
disable-sudo: true
201201
egress-policy: audit

0 commit comments

Comments
 (0)