File tree Expand file tree Collapse file tree 7 files changed +20
-20
lines changed Expand file tree Collapse file tree 7 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 3
3
"isRoot" : true ,
4
4
"tools" : {
5
5
"csharpier" : {
6
- "version" : " 0.28 .2" ,
6
+ "version" : " 0.29 .2" ,
7
7
"commands" : [" dotnet-csharpier" ]
8
8
}
9
9
}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ permissions: read-all
12
12
13
13
jobs :
14
14
build :
15
- uses : chgl/.github/.github/workflows/standard-build.yaml@bf8a522c605a2c530f45c2c55ca1484f08904203 # v1.6.0
15
+ uses : chgl/.github/.github/workflows/standard-build.yaml@43c1969604639a286ff52aec498e1eb46a21e508 # v1.8.4
16
16
permissions :
17
17
contents : read
18
18
id-token : write
29
29
github-token : ${{ secrets.GITHUB_TOKEN }}
30
30
31
31
lint :
32
- uses : chgl/.github/.github/workflows/standard-lint.yaml@bf8a522c605a2c530f45c2c55ca1484f08904203 # v1.6.0
32
+ uses : chgl/.github/.github/workflows/standard-lint.yaml@43c1969604639a286ff52aec498e1eb46a21e508 # v1.8.4
33
33
permissions :
34
34
contents : read
35
35
pull-requests : write
Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ jobs:
32
32
33
33
steps :
34
34
- name : " Checkout code"
35
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
35
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
36
36
with :
37
37
persist-credentials : false
38
38
39
39
- name : " Run analysis"
40
- uses : ossf/scorecard-action@dc50aa9510b46c811795eb24b2f1ba02a914e534 # v2.3.3
40
+ uses : ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
41
41
with :
42
42
results_file : results.sarif
43
43
results_format : sarif
@@ -59,14 +59,14 @@ jobs:
59
59
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
60
60
# format to the repository Actions tab.
61
61
- name : " Upload artifact"
62
- uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3 .3
62
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4 .3
63
63
with :
64
64
name : SARIF file
65
65
path : results.sarif
66
66
retention-days : 5
67
67
68
68
# Upload the results to GitHub's code scanning dashboard.
69
69
- name : " Upload to code-scanning"
70
- uses : github/codeql-action/upload-sarif@d958b976dc5b990f802df244f2dc5d807113327f # v2.25.11
70
+ uses : github/codeql-action/upload-sarif@e96cea3a2effd357d270bca8686d8d8b04ee0773 # v2.27.1
71
71
with :
72
72
sarif_file : results.sarif
Original file line number Diff line number Diff line change 1
- # syntax=docker/dockerfile:1.8 @sha256:e87caa74dcb7d46cd820352bfea12591f3dba3ddc4285e19c7dcd13359f7cefd
1
+ # syntax=docker/dockerfile:1.11 @sha256:10c699f1b6c8bdc8f6b4ce8974855dd8542f1768c26eb240237b8f1c9c6c9976
2
2
FROM mcr.microsoft.com/dotnet/nightly/aspnet:7.0-jammy-chiseled@sha256:02e09bf8a723a8fcc313c65d9cf171bfde85e2beeeed67013a8e615ca84992fb AS runtime
3
3
WORKDIR /opt/magnifhir
4
4
EXPOSE 8080/tcp 8081/tcp
Original file line number Diff line number Diff line change 1
1
services :
2
2
traefik :
3
- image : docker.io/library/traefik:v2.11.5 @sha256:8a09d14ac9a175e105166c7cadcadd01a1fd91c6fec9ce84897ca47859efca41
3
+ image : docker.io/library/traefik:v2.11.13 @sha256:c9769cb5646ff62101899859932183f0da4e9da3ee2be8beebd0ea781584fa23
4
4
restart : unless-stopped
5
5
ipc : none
6
6
security_opt :
@@ -65,7 +65,7 @@ services:
65
65
- " traefik.http.routers.fhir.entrypoints=web"
66
66
67
67
hapi-fhir-db :
68
- image : index.docker.io/library/postgres:15.7 @sha256:170ef27196b0b97d21a698b9d3aa2257a29e9fce4b5618f7282d7e6d0daded92
68
+ image : index.docker.io/library/postgres:15.8 @sha256:491aea6e557dea673887a9008f872225b667d0f54223a10e085059a239459ccb
69
69
restart : unless-stopped
70
70
ipc : private
71
71
security_opt :
@@ -105,7 +105,7 @@ services:
105
105
- hapi-fhir-server
106
106
107
107
l4h-fhir-db :
108
- image : docker.io/library/postgres:14.12 @sha256:21a1b037ebe0d3b7edefe4bc4352634883d4ba4fa7b7641bf86afa3219a47547
108
+ image : docker.io/library/postgres:14.13 @sha256:c9fcaef49a1ca7deae24437c705bf7485922f8a768a140006c5d8abb3f6cac7b
109
109
restart : unless-stopped
110
110
profiles :
111
111
- l4h
@@ -204,7 +204,7 @@ services:
204
204
ACCEPT_EULA : " Y"
205
205
206
206
jaeger :
207
- image : docker.io/jaegertracing/all-in-one:1.58 @sha256:f015fb34e6742bb46b87c42cf83abfacfdd5dc39864a859a4ba942eb21c4b29c
207
+ image : docker.io/jaegertracing/all-in-one:1.60 @sha256:4fd2d70fa347d6a47e79fcb06b1c177e6079f92cba88b083153d56263082135e
208
208
restart : unless-stopped
209
209
cap_drop :
210
210
- ALL
Original file line number Diff line number Diff line change 9
9
10
10
<ItemGroup >
11
11
<PackageReference Include =" FakeItEasy" Version =" 7.4.0" />
12
- <PackageReference Include =" FluentAssertions" Version =" 6.12.0 " />
12
+ <PackageReference Include =" FluentAssertions" Version =" 6.12.2 " />
13
13
<PackageReference Include =" Hl7.Fhir.R4" Version =" 4.3.0" />
14
- <PackageReference Include =" bunit" Version =" 1.28.9 " />
15
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.10.0 " />
16
- <PackageReference Include =" xunit" Version =" 2.8.1 " />
17
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.8.1 " >
14
+ <PackageReference Include =" bunit" Version =" 1.34.0 " />
15
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.11.1 " />
16
+ <PackageReference Include =" xunit" Version =" 2.9.2 " />
17
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.8.2 " >
18
18
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
19
19
<PrivateAssets >all</PrivateAssets >
20
20
</PackageReference >
Original file line number Diff line number Diff line change 10
10
11
11
<ItemGroup >
12
12
<PackageReference Include =" Hl7.Fhir.R4" Version =" 4.3.0" />
13
- <PackageReference Include =" MudBlazor" Version =" 6.20 .0" />
13
+ <PackageReference Include =" MudBlazor" Version =" 6.21 .0" />
14
14
<PackageReference Include =" OpenTelemetry.Exporter.Jaeger" Version =" 1.5.1" />
15
15
<PackageReference Include =" OpenTelemetry.Exporter.OpenTelemetryProtocol" Version =" 1.9.0" />
16
16
<PackageReference Include =" OpenTelemetry.Extensions.Hosting" Version =" 1.9.0" />
17
- <PackageReference Include =" OpenTelemetry.Instrumentation.AspNetCore" Version =" 1.8.1 " />
18
- <PackageReference Include =" OpenTelemetry.Instrumentation.Http" Version =" 1.8.1 " />
17
+ <PackageReference Include =" OpenTelemetry.Instrumentation.AspNetCore" Version =" 1.9.0 " />
18
+ <PackageReference Include =" OpenTelemetry.Instrumentation.Http" Version =" 1.9.0 " />
19
19
<PackageReference Include =" Polly" Version =" 7.2.4" />
20
20
<PackageReference Include =" prometheus-net.AspNetCore" Version =" 7.0.0" />
21
21
</ItemGroup >
You can’t perform that action at this time.
0 commit comments