File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 24
24
steps :
25
25
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26
26
- name : Setup .NET 6.0 & 8.0
27
- uses : actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # 4.2 .0
27
+ uses : actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # 4.3 .0
28
28
with :
29
29
dotnet-version : |
30
30
6.0.405
Original file line number Diff line number Diff line change @@ -32,14 +32,14 @@ jobs:
32
32
33
33
# Initializes the CodeQL tools for scanning.
34
34
- name : Initialize CodeQL
35
- uses : github/codeql-action/init@17a820bf2e43b47be2c72b39cc905417bc1ab6d0 # v2
35
+ uses : github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v2
36
36
with :
37
37
languages : ${{ matrix.language }}
38
38
39
39
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
40
40
# If this step fails, then you should remove it and run the build manually (see below)
41
41
- name : Autobuild
42
- uses : github/codeql-action/autobuild@17a820bf2e43b47be2c72b39cc905417bc1ab6d0 # v2
42
+ uses : github/codeql-action/autobuild@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v2
43
43
44
44
# ℹ️ Command-line programs to run using the OS shell.
45
45
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
52
52
# ./location_of_script_within_repo/buildscript.sh
53
53
54
54
- name : Perform CodeQL Analysis
55
- uses : github/codeql-action/analyze@17a820bf2e43b47be2c72b39cc905417bc1ab6d0 # v2
55
+ uses : github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v2
Original file line number Diff line number Diff line change @@ -54,10 +54,10 @@ jobs:
54
54
environment : Docs
55
55
steps :
56
56
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
57
- - name : Setup .NET 6 .0
58
- uses : actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # 4.2 .0
57
+ - name : Setup .NET 8 .0
58
+ uses : actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # 4.3 .0
59
59
with :
60
- dotnet-version : 6.0.405
60
+ dotnet-version : ' 8.x '
61
61
62
62
- name : Build Api Docs
63
63
run : |
Original file line number Diff line number Diff line change 40
40
mask-aws-account-id : true
41
41
42
42
- name : Set up .NET
43
- uses : actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # 4.2 .0
43
+ uses : actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # 4.3 .0
44
44
with :
45
45
dotnet-version : ' 8.x'
46
46
77
77
mask-aws-account-id : true
78
78
79
79
- name : Set up .NET
80
- uses : actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # 4.2 .0
80
+ uses : actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # 4.3 .0
81
81
with :
82
82
dotnet-version : ' 8.x'
83
83
@@ -111,7 +111,7 @@ jobs:
111
111
mask-aws-account-id : true
112
112
113
113
- name : Set up .NET
114
- uses : actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # 4.2 .0
114
+ uses : actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # 4.3 .0
115
115
with :
116
116
dotnet-version : ' 8.x'
117
117
You can’t perform that action at this time.
0 commit comments