File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 47
47
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
48
48
- name : Fetch all tags and branches
49
49
run : git fetch --prune --unshallow
50
-
50
+ - uses : actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1.0
51
51
with :
52
52
# codecov needs 2.1
53
53
# unittests needs 3.1
@@ -61,27 +61,27 @@ jobs:
61
61
6.0
62
62
9.0
63
63
- name : Cache Tools
64
- uses : actions/cache@v4
64
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
65
65
with :
66
66
path : tools
67
67
key : ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
68
68
- name : Build project
69
- uses : cake-build/cake-action@v1
69
+ uses : cake-build/cake-action@a6eb054329257c9e70a6c6bf01747ad6e1d9d52b # v1
70
70
with :
71
71
script-path : recipe.cake
72
72
target : CI
73
73
cake-version : 1.3.0
74
74
# currently, Cake.Recipe does not upload artifacts when run on gh-actions
75
75
- name : Upload Issues
76
- uses : actions/upload-artifact@v4
76
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
77
77
with :
78
78
if-no-files-found : warn
79
79
name : ${{ matrix.os }} Issues
80
80
path : |
81
81
BuildArtifacts/report.html
82
82
BuildArtifacts/**/coverlet/*.xml
83
83
- name : Upload Packages
84
- uses : actions/upload-artifact@v4
84
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
85
85
if : runner.os == 'Windows'
86
86
with :
87
87
if-no-files-found : warn
Original file line number Diff line number Diff line change 34
34
with :
35
35
fetch-depth : 0
36
36
37
-
37
+ - uses : actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1.0
38
38
with :
39
39
# gitversion needs 5.0
40
40
# cake 1.3 needs 6.0
@@ -45,14 +45,14 @@ jobs:
45
45
9.0
46
46
47
47
- name : Cache Tools
48
- uses : actions/cache@v4
48
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
49
49
with :
50
50
path : tools
51
51
key : ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
52
52
53
53
# Initializes the CodeQL tools for scanning.
54
54
- name : Initialize CodeQL
55
- uses : github/codeql-action/init@v3
55
+ uses : github/codeql-action/init@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3
56
56
with :
57
57
languages : ${{ matrix.language }}
58
58
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -61,11 +61,11 @@ jobs:
61
61
# queries: ./path/to/local/query, your-org/your-repo/queries@main
62
62
63
63
- name : Build project
64
- uses : cake-build/cake-action@v1
64
+ uses : cake-build/cake-action@a6eb054329257c9e70a6c6bf01747ad6e1d9d52b # v1
65
65
with :
66
66
script-path : recipe.cake
67
67
target : DotNetCore-Build
68
68
cake-version : 1.3.0
69
69
70
70
- name : Perform CodeQL Analysis
71
- uses : github/codeql-action/analyze@v3
71
+ uses : github/codeql-action/analyze@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3
Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ jobs:
21
21
run : git fetch --prune --unshallow
22
22
23
23
- name : Cache Tools
24
- uses : actions/cache@v4
24
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
25
25
with :
26
26
path : tools
27
27
key : ${{ runner.os }}-doc-tools-${{ hashFiles('recipe.cake') }}
28
28
29
29
- name : Publishing documentaiton
30
- uses : cake-build/cake-action@v1
30
+ uses : cake-build/cake-action@a6eb054329257c9e70a6c6bf01747ad6e1d9d52b # v1
31
31
with :
32
32
script-path : recipe.cake
33
33
target : Force-Publish-Documentation
Original file line number Diff line number Diff line change 22
22
fetch-depth : 0
23
23
ref : ${{ github.event.ref }}
24
24
25
- - uses : technote-space/toc-generator@v4
25
+ - uses : technote-space/toc-generator@9e238e7974de5fcf7b17b7acc54c896160dda0a3 # v4
26
26
with :
27
27
GITHUB_TOKEN : ${{ secrets.GH_TOKEN }}
28
28
TARGET_PATHS : " ."
You can’t perform that action at this time.
0 commit comments