Skip to content

Commit ec3cb65

Browse files
Bump the actions group across 1 directory with 6 updates (#253)
Bumps the actions group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [step-security/harden-runner](https://github.com/step-security/harden-runner) | `2.13.0` | `2.13.1` | | [actions/dependency-review-action](https://github.com/actions/dependency-review-action) | `4.7.2` | `4.7.3` | | [github/codeql-action](https://github.com/github/codeql-action) | `3.29.11` | `3.30.3` | | [actions/setup-dotnet](https://github.com/actions/setup-dotnet) | `4` | `5` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `5.5.0` | `5.5.1` | | [actions/github-script](https://github.com/actions/github-script) | `7.0.1` | `8.0.0` | Updates `step-security/harden-runner` from 2.13.0 to 2.13.1 - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](step-security/harden-runner@ec9f2d5...f4a75cf) Updates `actions/dependency-review-action` from 4.7.2 to 4.7.3 - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](actions/dependency-review-action@bc41886...595b5ae) Updates `github/codeql-action` from 3.29.11 to 3.30.3 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@3c3833e...192325c) Updates `actions/setup-dotnet` from 4 to 5 - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v4...v5) Updates `codecov/codecov-action` from 5.5.0 to 5.5.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@fdcc847...5a10915) Updates `actions/github-script` from 7.0.1 to 8.0.0 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@60a0d83...ed59741) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-version: 2.13.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: actions/dependency-review-action dependency-version: 4.7.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: github/codeql-action dependency-version: 3.30.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/setup-dotnet dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: codecov/codecov-action dependency-version: 5.5.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: actions/github-script dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 66043f6 commit ec3cb65

File tree

7 files changed

+19
-19
lines changed

7 files changed

+19
-19
lines changed

.github/workflows/dependency-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
runs-on: windows-latest
2121
steps:
2222
- name: Harden Runner
23-
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
23+
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
2424
with:
2525
egress-policy: audit
2626

2727
- name: 'Checkout Repository'
2828
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2929
- name: 'Dependency Review'
30-
uses: actions/dependency-review-action@bc41886e18ea39df68b1b1245f4184881938e050 # v4.7.2
30+
uses: actions/dependency-review-action@595b5aeba73380359d98a5e087f648dbb0edce1b # v4.7.3

.github/workflows/nuget_update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434
# Check out the main repo.
3535
- name: Harden Runner
36-
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
36+
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
3737
with:
3838
egress-policy: audit
3939

.github/workflows/ossar-scan.yml

Lines changed: 2 additions & 2 deletions
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@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
39+
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
4040
with:
4141
egress-policy: audit
4242

@@ -81,6 +81,6 @@ jobs:
8181

8282
- name: Upload results to Security tab
8383
if: steps.skip_check.outputs.should_skip != 'true'
84-
uses: github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498
84+
uses: github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3
8585
with:
8686
sarif_file: ${{ steps.ossar.outputs.sarifFile }}

.github/workflows/reusable-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767
steps:
6868
- name: Harden Runner
69-
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
69+
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
7070
with:
7171
egress-policy: audit
7272

@@ -103,7 +103,7 @@ jobs:
103103
104104
- name: Initialize CodeQL
105105
if: inputs.build_codeql == true && steps.skip_check.outputs.should_skip != 'true'
106-
uses: github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498
106+
uses: github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3
107107
with:
108108
languages: 'cpp'
109109

@@ -153,7 +153,7 @@ jobs:
153153

154154
- name: Install .NET 8 SDK
155155
if: steps.skip_check.outputs.should_skip != 'true'
156-
uses: actions/setup-dotnet@v4
156+
uses: actions/setup-dotnet@v5
157157
with:
158158
dotnet-version: 8.x
159159

@@ -246,4 +246,4 @@ jobs:
246246

247247
- name: Perform CodeQL Analysis
248248
if: inputs.build_codeql == true && steps.skip_check.outputs.should_skip != 'true'
249-
uses: github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498
249+
uses: github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3

.github/workflows/reusable-test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585

8686
steps:
8787
- name: Harden Runner
88-
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
88+
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
8989
with:
9090
egress-policy: audit
9191

@@ -231,7 +231,7 @@ jobs:
231231

232232
- name: Upload Report to Codecov attempt 1
233233
if: (steps.skip_check.outputs.should_skip != 'true') && (steps.check_coverage.outputs.files_exists == 'true')
234-
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00
234+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7
235235
id: upload_code_coverage_report_1
236236
continue-on-error: true
237237
with:
@@ -246,7 +246,7 @@ jobs:
246246

247247
- name: Upload Report to Codecov attempt 2
248248
if: (steps.skip_check.outputs.should_skip != 'true') && (steps.upload_code_coverage_report_1.outcome == 'failure')
249-
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00
249+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7
250250
id: upload_code_coverage_report_2
251251
continue-on-error: true
252252
with:
@@ -261,7 +261,7 @@ jobs:
261261

262262
- name: Upload Report to Codecov attempt 3
263263
if: (steps.skip_check.outputs.should_skip != 'true') && (steps.upload_code_coverage_report_2.outcome == 'failure')
264-
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00
264+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7
265265
id: upload_code_coverage_report_3
266266
continue-on-error: true
267267
with:
@@ -276,7 +276,7 @@ jobs:
276276

277277
- name: Upload Report to Codecov attempt 4
278278
if: (steps.skip_check.outputs.should_skip != 'true') && (steps.upload_code_coverage_report_3.outcome == 'failure')
279-
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00
279+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7
280280
id: upload_code_coverage_report_4
281281
continue-on-error: true
282282
with:
@@ -359,7 +359,7 @@ jobs:
359359
runs-on: ubuntu-latest
360360
steps:
361361
- name: Harden Runner
362-
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
362+
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
363363
with:
364364
disable-sudo: true
365365
egress-policy: block
@@ -372,7 +372,7 @@ jobs:
372372
cancel_others: 'false'
373373
paths_ignore: '["**.md", "**/docs/**"]'
374374

375-
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
375+
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
376376
if: (github.event_name == 'schedule') || (github.event_name == 'push') && (steps.skip_check.outputs.should_skip != 'true')
377377
env:
378378
TITLE: Workflow failed - ${{inputs.name}}

.github/workflows/scorecards-analysis.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: Harden Runner
36-
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
36+
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
3737
with:
3838
disable-sudo: true
3939
egress-policy: block
@@ -76,6 +76,6 @@ jobs:
7676
# Upload the results to GitHub's code scanning dashboard.
7777
- name: "Upload to code-scanning"
7878
if: github.ref_name == 'main'
79-
uses: github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498
79+
uses: github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3
8080
with:
8181
sarif_file: results.sarif

.github/workflows/update-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131

3232
- name: Harden Runner
33-
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911
33+
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a
3434
with:
3535
egress-policy: block
3636
allowed-endpoints: >

0 commit comments

Comments
 (0)