Skip to content

Commit 6b93cf9

Browse files
chore(deps): bump the github-actions group with 7 updates (#3076)
Bumps the github-actions group with 7 updates: | Package | From | To | | --- | --- | --- | | [step-security/harden-runner](https://github.com/step-security/harden-runner) | `2.11.0` | `2.11.1` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.6.1` | `4.6.2` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `4.1.9` | `4.2.1` | | [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) | `7.0.7` | `7.0.8` | | [github/codeql-action](https://github.com/github/codeql-action) | `3.28.10` | `3.28.13` | | [actions/setup-dotnet](https://github.com/actions/setup-dotnet) | `4.3.0` | `4.3.1` | | [jamessingleton/is-organization-member](https://github.com/jamessingleton/is-organization-member) | `1.0.1` | `1.1.0` | Updates `step-security/harden-runner` from 2.11.0 to 2.11.1 - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](step-security/harden-runner@4d991eb...c6295a6) Updates `actions/upload-artifact` from 4.6.1 to 4.6.2 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@4cec3d8...ea165f8) Updates `actions/download-artifact` from 4.1.9 to 4.2.1 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@cc20338...95815c3) Updates `peter-evans/create-pull-request` from 7.0.7 to 7.0.8 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@dd2324f...271a8d0) Updates `github/codeql-action` from 3.28.10 to 3.28.13 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@b56ba49...1b549b9) Updates `actions/setup-dotnet` from 4.3.0 to 4.3.1 - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@3951f0d...67a3573) Updates `jamessingleton/is-organization-member` from 1.0.1 to 1.1.0 - [Release notes](https://github.com/jamessingleton/is-organization-member/releases) - [Commits](JamesSingleton/is-organization-member@fb5924a...311430b) --- 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-patch dependency-group: github-actions - dependency-name: actions/download-artifact 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-patch dependency-group: github-actions - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: jamessingleton/is-organization-member dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ae293f6 commit 6b93cf9

17 files changed

Lines changed: 78 additions & 78 deletions

.github/workflows/all_solutions.yml

Lines changed: 25 additions & 25 deletions
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@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
45+
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
96+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
140+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
185+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
223+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
224224
with:
225225
name: unboundedintegrationtests
226226
path: |
@@ -339,13 +339,13 @@ jobs:
339339
shell: pwsh #this doesn't work with normal powershell due to UTF-8 BOM handling
340340

341341
- name: Download Agent Home Folders
342-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
342+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
343343
with:
344344
name: homefolders
345345
path: src/Agent
346346

347347
- name: Download Integration Test Artifacts
348-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
348+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
349349
with:
350350
name: integrationtests
351351
# Should not need a path because the integration test artifacts are archived with the full directory structure
@@ -409,7 +409,7 @@ jobs:
409409

410410
- name: Archive integration test results on failure
411411
if: ${{ failure() }}
412-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
412+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
413413
with:
414414
name: integration-test-results-${{ matrix.namespace }}
415415
path: |
@@ -460,13 +460,13 @@ jobs:
460460
fetch-depth: 0
461461

462462
- name: Download Agent Home Folders
463-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
463+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
464464
with:
465465
name: homefolders
466466
path: src/Agent
467467

468468
- name: Download Unbounded Integration Test Artifacts
469-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
469+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
470470
with:
471471
name: unboundedintegrationtests
472472
# Should not need a path because the integration test artifacts are archived with the full directory structure
@@ -547,7 +547,7 @@ jobs:
547547

548548
- name: Archive unbounded test results on failure
549549
if: ${{ failure() }}
550-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
550+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
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@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
566+
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
567567
with:
568568
disable-sudo: true
569569
egress-policy: audit
@@ -574,13 +574,13 @@ jobs:
574574
fetch-depth: 0
575575

576576
- name: Download msi _build Artifacts
577-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
577+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
578578
with:
579579
name: msi-build-folder-artifacts
580580
path: src/_build
581581

582582
- name: Download Agent Home Folders
583-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
583+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
584584
with:
585585
name: homefolders
586586
path: src/Agent
@@ -617,7 +617,7 @@ jobs:
617617
shell: bash
618618

619619
- name: Archive RPM Package Artifacts
620-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
620+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
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@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
633+
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
634634
with:
635635
disable-sudo: true
636636
egress-policy: audit
@@ -641,13 +641,13 @@ jobs:
641641
fetch-depth: 0
642642

643643
- name: Download Agent Home Folders
644-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
644+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
645645
with:
646646
name: homefolders
647647
path: src/Agent
648648

649649
- name: Download msi _build Artifacts
650-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
650+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
651651
with:
652652
name: msi-build-folder-artifacts
653653
path: src/_build
@@ -670,7 +670,7 @@ jobs:
670670
shell: bash
671671

672672
- name: Archive Debian Package Artifacts
673-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
673+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
674674
with:
675675
name: debian-build-artifacts
676676
path: ${{ github.workspace }}/src/_build/CoreArtifacts
@@ -688,25 +688,25 @@ jobs:
688688
fetch-depth: 0
689689

690690
- name: Download Agent Home Folders
691-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
691+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
692692
with:
693693
name: homefolders
694694
path: src/Agent
695695

696696
- name: Download msi _build Artifacts
697-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
697+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
698698
with:
699699
name: msi-build-folder-artifacts
700700
path: src/_build
701701

702702
- name: Download Debian _build Artifacts
703-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
703+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
704704
with:
705705
name: debian-build-artifacts
706706
path: src/_build/CoreArtifacts
707707

708708
- name: Download RPM _build Artifacts
709-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
709+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
710710
with:
711711
name: rpm-build-artifacts
712712
path: src/_build/CoreArtifacts
@@ -725,7 +725,7 @@ jobs:
725725
shell: powershell
726726

727727
- name: Archive Deploy Artifacts
728-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
728+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
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@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
744+
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
745745
with:
746746
disable-sudo: true
747747
egress-policy: audit

.github/workflows/build_profiler.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -113,14 +113,14 @@ jobs:
113113
token: ${{ secrets.CODECOV_TOKEN }}
114114

115115
- name: Archive Build Artifacts
116-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
116+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
123+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
176+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
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@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
194+
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
248+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
249249
with:
250250
name: profiler-arm64
251251
path: ${{ github.workspace }}/src/Agent/_profilerBuild/
@@ -275,19 +275,19 @@ jobs:
275275
fetch-depth: 0
276276

277277
- name: Download Windows Profiler Artifacts to working Directory
278-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
278+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
279279
with:
280280
name: profiler-windows
281281
path: ${{ github.workspace }}/_workingDir
282282

283283
- name: Download Linux amd64 Profiler Artifacts to working Directory
284-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
284+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
285285
with:
286286
name: profiler-amd64
287287
path: ${{ github.workspace }}/_workingDir
288288

289289
- name: Download Linux arm64 Profiler Artifacts to working Directory
290-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
290+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
291291
with:
292292
name: profiler-arm64
293293
path: ${{ github.workspace }}/_workingDir
@@ -344,7 +344,7 @@ jobs:
344344

345345
steps:
346346
- name: Harden Runner
347-
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
347+
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
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@dd2324fc52d5d43c699a5636bcf19fceaa70c284 # v7.0.7
370+
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
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

Lines changed: 1 addition & 1 deletion
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@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
25+
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
2626
with:
2727
disable-sudo: true
2828
egress-policy: audit

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
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@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
55+
uses: github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
5656
with:
5757
languages: csharp
5858
config-file: ./.github/codeql/codeql-config.yml
@@ -63,7 +63,7 @@ jobs:
6363
shell: powershell
6464

6565
- name: Perform CodeQL Analysis
66-
uses: github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
66+
uses: github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
6767
with:
6868
category: "/language:csharp"
6969

@@ -88,7 +88,7 @@ jobs:
8888
fetch-depth: 0
8989

9090
- name: Initialize CodeQL
91-
uses: github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
91+
uses: github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
9292
with:
9393
languages: c-cpp
9494
config-file: ./.github/codeql/codeql-config.yml
@@ -105,6 +105,6 @@ jobs:
105105
shell: powershell
106106

107107
- name: Perform CodeQL Analysis
108-
uses: github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
108+
uses: github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
109109
with:
110110
category: "/language:c-cpp"

0 commit comments

Comments
 (0)