17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- name : Checkout
20
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
20
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
21
21
- name : Setup .NET
22
22
uses : actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4.0.1
23
23
with :
@@ -31,15 +31,15 @@ jobs:
31
31
runs-on : ubuntu-latest
32
32
steps :
33
33
- name : Checkout
34
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
34
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
35
35
- name : Setup .NET
36
36
uses : actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4.0.1
37
37
with :
38
38
dotnet-version : 8.0.303
39
39
- name : Run tests
40
40
run : dotnet test -c Debug --collect:"XPlat Code Coverage" --settings coverlet.runsettings ArchUnitNETTests/
41
41
- name : Upload coverage reports to Codecov
42
- uses : codecov/codecov-action@v4.5 .0
42
+ uses : codecov/codecov-action@v4.6 .0
43
43
with :
44
44
token : ${{ secrets.CODECOV_TOKEN }}
45
45
run-tests :
50
50
runs-on : ${{ matrix.os }}
51
51
steps :
52
52
- name : Checkout
53
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
53
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
54
54
- name : Setup .NET
55
55
uses : actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4.0.1
56
56
with :
68
68
contents : write
69
69
steps :
70
70
- name : Checkout
71
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
71
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
72
72
- name : Setup doxygen
73
73
run : sudo apt-get install doxygen graphviz
74
74
- name : Create temporary directory
88
88
fi
89
89
fi
90
90
- name : Checkout gh-pages branch
91
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
91
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
92
92
with :
93
93
ref : gh-pages
94
94
path : ${{ env.DOCS_TEMP_DIR }}
@@ -136,7 +136,7 @@ jobs:
136
136
- run-tests
137
137
steps :
138
138
- name : Checkout
139
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
139
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
140
140
- name : Setup .NET
141
141
uses : actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4.0.1
142
142
with :
0 commit comments