Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#53)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: chgl <chgl@users.noreply.github.com>

[skip ci]
  • Loading branch information
renovate[bot] authored Dec 13, 2022
1 parent 1eccb8a commit 6bae620
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
id: ml
# You can override MegaLinter flavor used to have faster performances
# More info at https://oxsecurity.github.io/megalinter/flavors/
uses: oxsecurity/megalinter@5f067f726ebba9ab0a05207777261d8254dd83a2 # v6.14.0
uses: oxsecurity/megalinter@d8612e7786f5c64747a73759d8bc459224a00fe9 # v6.15.0
env:
# All available variables are described in documentation
# https://oxsecurity.github.io/megalinter/configuration/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scorecards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: "Checkout code"
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
with:
persist-credentials: false

Expand Down Expand Up @@ -67,6 +67,6 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@4238421316c33d73aeea2801274dd286f157c2bb # v2.1.32
uses: github/codeql-action/upload-sarif@a669cc5936cc5e1b6a362ec1ff9e410dc570d190 # v2.1.36
with:
sarif_file: results.sarif
8 changes: 4 additions & 4 deletions hack/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
traefik:
image: docker.io/library/traefik:v2.9.4@sha256:4c388f477f5b7aa48420694d90db0ecb96b4ecede60b9b7589c87858abf87b60
image: docker.io/library/traefik:v2.9.6@sha256:bb7be8d50edf73d8d3a812ac8873ef354a0fe9b40d7f3880747b43a3525855d2
restart: unless-stopped
ipc: none
security_opt:
Expand All @@ -22,7 +22,7 @@ services:
memory: 128m

hapi-fhir-server:
image: index.docker.io/hapiproject/hapi:v6.1.0@sha256:253f87bb1f5b7627f8e25f76a4b0aa7a83f31968c6e111ad74d3cc4ad9ae812e
image: index.docker.io/hapiproject/hapi:v6.2.2@sha256:9c4e8af94d81ac0049dbb589e4cd855bf78c9c13be6f6844e814c63d63545b44
restart: unless-stopped
cap_drop:
- ALL
Expand Down Expand Up @@ -156,7 +156,7 @@ services:
- "traefik.http.routers.l4h-fhir.entrypoints=web"

fhir-server-for-azure:
image: mcr.microsoft.com/healthcareapis/r4-fhir-server:3.3.31@sha256:764612ad2656c6cb10baafdce9e04ad808105e000a111d3a8c478182feb3cf28
image: mcr.microsoft.com/healthcareapis/r4-fhir-server:3.3.53@sha256:ce5e0574d16ffce84caa915ae9d206caedab2aea1b62cb788e49fc2ee191f9ca
restart: unless-stopped
profiles:
- azure
Expand Down Expand Up @@ -195,7 +195,7 @@ services:
ACCEPT_EULA: "Y"

jaeger:
image: docker.io/jaegertracing/all-in-one:1.39@sha256:2c610c909455dfd7eaa0361873e85a8a518c2e837f8800519b9798282439c998
image: docker.io/jaegertracing/all-in-one:1.40@sha256:fa8c1fc551ac31e161a7f729dbaf17e46aaccb0dbd5fbd772aeeb209802cb2a0
restart: unless-stopped
cap_drop:
- ALL
Expand Down
6 changes: 3 additions & 3 deletions src/magniFHIR/magniFHIR.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@

<ItemGroup>
<PackageReference Include="Hl7.Fhir.R4" Version="4.3.0" />
<PackageReference Include="MudBlazor" Version="6.1.2" />
<PackageReference Include="MudBlazor" Version="6.1.5" />
<PackageReference Include="OpenTelemetry.Exporter.Jaeger" Version="1.3.1" />
<PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.3.1" />
<PackageReference Include="OpenTelemetry.Extensions.Hosting" Version="1.0.0-rc9.9" />
<PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.0.0-rc9.9" />
<PackageReference Include="OpenTelemetry.Instrumentation.Http" Version="1.0.0-rc9.9" />
<PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.0.0-rc9.10" />
<PackageReference Include="OpenTelemetry.Instrumentation.Http" Version="1.0.0-rc9.10" />
<PackageReference Include="Polly" Version="7.2.3" />
<PackageReference Include="prometheus-net.AspNetCore" Version="7.0.0" />
</ItemGroup>
Expand Down

0 comments on commit 6bae620

Please sign in to comment.