File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -348,7 +348,7 @@ jobs:
348
348
rm -f ${{ github.workspace }}/src/Agent/NewRelic/Home/_temp
349
349
350
350
- 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
352
352
with :
353
353
commit-message : " chore: Update Profiler NuGet Package Reference to v${{ needs.package-and-deploy.outputs.package_version }}."
354
354
title : " chore: Update Profiler NuGet Package Reference to v${{ needs.package-and-deploy.outputs.package_version }}"
Original file line number Diff line number Diff line change 62
62
shell : bash
63
63
64
64
- 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
66
66
with :
67
67
dotnet-version : ' 3.1.100'
68
68
@@ -107,7 +107,7 @@ jobs:
107
107
egress-policy : audit
108
108
109
109
- 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
111
111
with :
112
112
dotnet-version : ' 3.1.100'
113
113
@@ -131,7 +131,7 @@ jobs:
131
131
shell : bash
132
132
133
133
- name : Deploy 🚀
134
- uses : JamesIves/github-pages-deploy-action@ba1486788b0490a235422264426c45848eac35c6 # 4.4.1
134
+ uses : JamesIves/github-pages-deploy-action@22a6ee251d6f13c6ab1ecb200d974f1a6feb1b8d # 4.4.2
135
135
with :
136
136
branch : gh-pages
137
137
folder : .
Original file line number Diff line number Diff line change 19
19
disable-sudo : true
20
20
egress-policy : audit
21
21
22
- - uses : google-github-actions/release-please-action@c078ea33917ab8cfa5300e48f4b7e6b16606aede # v3.7.8
22
+ - uses : google-github-actions/release-please-action@51ee8ae2605bd5ce1cfdcc5938684908f1cd9f69 # v3.7.9
23
23
with :
24
24
release-type : go
25
25
changelog-path : src/Agent/CHANGELOG.md
Original file line number Diff line number Diff line change 35
35
fetch-depth : 0
36
36
37
37
- name : Setup .NET Core
38
- uses : actions/setup-dotnet@607fce577a46308457984d59e4954e075820f10a # v3.0.3
38
+ uses : actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2 # v3.2.0
39
39
with :
40
40
dotnet-version : 7.x
41
41
dotnet-quality : ' ga'
Original file line number Diff line number Diff line change 73
73
74
74
# Upload the results to GitHub's code scanning dashboard.
75
75
- 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
77
77
with :
78
78
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments