Skip to content

Commit 0882d47

Browse files
authored
chore: Update weekly dependabot issues. (#1671)
1 parent ddaf483 commit 0882d47

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/build_profiler.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ jobs:
348348
rm -f ${{ github.workspace }}/src/Agent/NewRelic/Home/_temp
349349
350350
- name: Create Pull Request
351-
uses: peter-evans/create-pull-request@5b4a9f6a9e2af26e5f02351490b90d01eb8ec1e5 # v5.0.0
351+
uses: peter-evans/create-pull-request@284f54f989303d2699d373481a0cfa13ad5a6666 # v5.0.1
352352
with:
353353
commit-message: "chore: Update Profiler NuGet Package Reference to v${{ needs.package-and-deploy.outputs.package_version }}."
354354
title: "chore: Update Profiler NuGet Package Reference to v${{ needs.package-and-deploy.outputs.package_version }}"

.github/workflows/multiverse_run.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
shell: bash
6363

6464
- name: Setup .NET Core 3.1.100
65-
uses: actions/setup-dotnet@607fce577a46308457984d59e4954e075820f10a # v3.0.3
65+
uses: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2 # v3.2.0
6666
with:
6767
dotnet-version: '3.1.100'
6868

@@ -107,7 +107,7 @@ jobs:
107107
egress-policy: audit
108108

109109
- name: Setup .NET Core 3.1.100
110-
uses: actions/setup-dotnet@607fce577a46308457984d59e4954e075820f10a # v3.0.3
110+
uses: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2 # v3.2.0
111111
with:
112112
dotnet-version: '3.1.100'
113113

@@ -131,7 +131,7 @@ jobs:
131131
shell: bash
132132

133133
- name: Deploy 🚀
134-
uses: JamesIves/github-pages-deploy-action@ba1486788b0490a235422264426c45848eac35c6 # 4.4.1
134+
uses: JamesIves/github-pages-deploy-action@22a6ee251d6f13c6ab1ecb200d974f1a6feb1b8d # 4.4.2
135135
with:
136136
branch: gh-pages
137137
folder: .

.github/workflows/release-please.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
disable-sudo: true
2020
egress-policy: audit
2121

22-
- uses: google-github-actions/release-please-action@c078ea33917ab8cfa5300e48f4b7e6b16606aede # v3.7.8
22+
- uses: google-github-actions/release-please-action@51ee8ae2605bd5ce1cfdcc5938684908f1cd9f69 # v3.7.9
2323
with:
2424
release-type: go
2525
changelog-path: src/Agent/CHANGELOG.md

.github/workflows/run_unit_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
fetch-depth: 0
3636

3737
- name: Setup .NET Core
38-
uses: actions/setup-dotnet@607fce577a46308457984d59e4954e075820f10a # v3.0.3
38+
uses: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2 # v3.2.0
3939
with:
4040
dotnet-version: 7.x
4141
dotnet-quality: 'ga'

.github/workflows/scorecard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ jobs:
7373

7474
# Upload the results to GitHub's code scanning dashboard.
7575
- name: "Upload to code-scanning"
76-
uses: github/codeql-action/upload-sarif@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.3.3
76+
uses: github/codeql-action/upload-sarif@0225834cc549ee0ca93cb085b92954821a145866 # v2.3.5
7777
with:
7878
sarif_file: results.sarif

0 commit comments

Comments
 (0)