File tree 7 files changed +21
-21
lines changed
7 files changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ jobs:
20
20
21
21
steps :
22
22
- name : Checkout
23
- uses : actions/checkout@v4
23
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
24
24
with :
25
25
fetch-depth : 0
26
26
submodules : recursive
27
27
28
28
- name : Setup .NET SDK
29
- uses : actions/setup-dotnet@v4
29
+ uses : actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4
30
30
env :
31
31
NUGET_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
32
32
with :
@@ -55,13 +55,13 @@ jobs:
55
55
56
56
steps :
57
57
- name : Checkout
58
- uses : actions/checkout@v4
58
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
59
59
with :
60
60
fetch-depth : 0
61
61
submodules : recursive
62
62
63
63
- name : Setup .NET SDK
64
- uses : actions/setup-dotnet@v4
64
+ uses : actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4
65
65
env :
66
66
NUGET_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
67
67
with :
87
87
88
88
- name : Publish NuGet packages (fork)
89
89
if : github.event.pull_request.head.repo.fork == true
90
-
90
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
91
91
with :
92
92
name : nupkgs
93
93
path : src/**/*.nupkg
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
19
19
runs-on : ${{ matrix.os }}
20
20
21
21
steps :
22
- - uses : actions/checkout@v4
22
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
23
23
with :
24
24
fetch-depth : 0
25
25
26
26
- name : Setup .NET SDK
27
- uses : actions/setup-dotnet@v4
27
+ uses : actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4
28
28
env :
29
29
NUGET_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
30
30
with :
36
36
- name : Run Test
37
37
run : dotnet test --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
38
38
39
-
39
+ - uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
40
40
with :
41
41
name : Code Coverage for ${{ matrix.os }}
42
42
fail_ci_if_error : true
Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ jobs:
38
38
39
39
steps :
40
40
- name : Checkout repository
41
- uses : actions/checkout@v4
41
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
42
42
43
43
# Initializes the CodeQL tools for scanning.
44
44
- name : Initialize CodeQL
45
- uses : github/codeql-action/init@v3
45
+ uses : github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3
46
46
with :
47
47
languages : ${{ matrix.language }}
48
48
# If you wish to specify custom queries, you can do so here or in a config file.
56
56
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
57
57
# If this step fails, then you should remove it and run the build manually (see below)
58
58
- name : Autobuild
59
- uses : github/codeql-action/autobuild@v3
59
+ uses : github/codeql-action/autobuild@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3
60
60
61
61
# ℹ️ Command-line programs to run using the OS shell.
62
62
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
69
69
# ./location_of_script_within_repo/buildscript.sh
70
70
71
71
- name : Perform CodeQL Analysis
72
- uses : github/codeql-action/analyze@v3
72
+ uses : github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
12
12
13
13
steps :
14
14
- name : Check out code
15
- uses : actions/checkout@v4
15
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
16
16
17
17
- name : Setup .NET SDK
18
- uses : actions/setup-dotnet@v4
18
+ uses : actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4
19
19
with :
20
20
dotnet-version : 9.0.x
21
21
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
14
14
e2e-tests :
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@v4
17
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
18
18
with :
19
19
fetch-depth : 0
20
20
21
21
- name : Setup .NET SDK
22
- uses : actions/setup-dotnet@v4
22
+ uses : actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4
23
23
env :
24
24
NUGET_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
25
25
with :
Original file line number Diff line number Diff line change 12
12
name : Validate PR title
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : amannn/action-semantic-pull-request@v5
15
+ - uses : amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017 # v5
16
16
env :
17
17
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
12
12
steps :
13
- - uses : google-github-actions/release-please-action@v3
13
+ - uses : google-github-actions/release-please-action@db8f2c60ee802b3748b512940dde88eabd7b7e01 # v3
14
14
id : release
15
15
with :
16
16
command : manifest
@@ -27,12 +27,12 @@ jobs:
27
27
if : ${{ needs.release-please.outputs.release_created }}
28
28
29
29
steps :
30
- - uses : actions/checkout@v4
30
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
31
31
with :
32
32
fetch-depth : 0
33
33
34
34
- name : Setup .NET SDK
35
- uses : actions/setup-dotnet@v4
35
+ uses : actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4
36
36
env :
37
37
NUGET_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
38
38
with :
57
57
if : ${{ needs.release-please.outputs.release_created }}
58
58
59
59
steps :
60
- - uses : actions/checkout@v4
60
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
61
61
with :
62
62
fetch-depth : 0
63
63
You can’t perform that action at this time.
0 commit comments