From dbe80407a138265fa8f128f8d98f9740efbab126 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 11:08:26 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .config/dotnet-tools.json | 2 +- .github/workflows/ci.yaml | 4 ++-- .github/workflows/release-please.yaml | 2 +- .github/workflows/scorecards.yaml | 4 ++-- Dockerfile | 2 +- hack/compose.yaml | 20 ++++++++++---------- hack/k8s/load-fhir-data-job.yaml | 2 +- hack/k8s/load-sample-data.Dockerfile | 2 +- src/magniFHIR.Tests/magniFHIR.Tests.csproj | 12 ++++++------ src/magniFHIR/magniFHIR.csproj | 14 +++++++------- 10 files changed, 32 insertions(+), 32 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 8c5c7ef..013261a 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "csharpier": { - "version": "0.25.0", + "version": "0.26.7", "commands": ["dotnet-csharpier"] } } diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5588adf..41902f6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,7 @@ permissions: read-all jobs: build: - uses: chgl/.github/.github/workflows/standard-build.yaml@9ecb33b4f2ee22ac69359a9d3df94ab02164e216 # v1.3.0 + uses: chgl/.github/.github/workflows/standard-build.yaml@c1515ccbf0988cdf3a61d549661c3329c6e97217 # v1.4.13 permissions: contents: read id-token: write @@ -28,7 +28,7 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} lint: - uses: chgl/.github/.github/workflows/standard-lint.yaml@9ecb33b4f2ee22ac69359a9d3df94ab02164e216 # v1.3.0 + uses: chgl/.github/.github/workflows/standard-lint.yaml@c1515ccbf0988cdf3a61d549661c3329c6e97217 # v1.4.13 permissions: contents: read pull-requests: write diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 5e8379e..97a2b13 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -14,7 +14,7 @@ jobs: contents: write pull-requests: write steps: - - uses: google-github-actions/release-please-action@e673b0b150e57aa9de373436acbe181eb222f789 # v3.7.2 + - uses: google-github-actions/release-please-action@db8f2c60ee802b3748b512940dde88eabd7b7e01 # v3.7.13 with: token: ${{ secrets.SEMANTIC_RELEASE_TOKEN }} release-type: simple diff --git a/.github/workflows/scorecards.yaml b/.github/workflows/scorecards.yaml index e550eb8..7b5cb95 100644 --- a/.github/workflows/scorecards.yaml +++ b/.github/workflows/scorecards.yaml @@ -37,7 +37,7 @@ jobs: persist-credentials: false - name: "Run analysis" - uses: ossf/scorecard-action@483ef80eb98fb506c348f7d62e28055e49fe2398 # v2.3.0 + uses: ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1 with: results_file: results.sarif results_format: sarif @@ -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@ddccb873888234080b77e9bc2d4764d5ccaaccf9 # v2.21.9 + uses: github/codeql-action/upload-sarif@1500a131381b66de0c52ac28abb13cd79f4b7ecc # v2.22.12 with: sarif_file: results.sarif diff --git a/Dockerfile b/Dockerfile index 50785af..9cf80d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# syntax=docker/dockerfile:1.4@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc +# syntax=docker/dockerfile:1.6@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 FROM mcr.microsoft.com/dotnet/nightly/aspnet:7.0-jammy-chiseled@sha256:1768d50efc593b58b0f4a0271be89d07e72adbae42ce25e4f9e717463ebcbf0d AS runtime WORKDIR /opt/magnifhir EXPOSE 8080/tcp 8081/tcp diff --git a/hack/compose.yaml b/hack/compose.yaml index 7ae24ea..fc04173 100644 --- a/hack/compose.yaml +++ b/hack/compose.yaml @@ -1,6 +1,6 @@ services: traefik: - image: docker.io/library/traefik:v2.9.6@sha256:039029260b121d58cc15246c67eee9e38e76f807385d9be03dcdb42c06938e7c + image: docker.io/library/traefik:v2.10.7@sha256:c5181ddf303f1ccfd4bd6d1d9c4867b0500efb6089a0f9ccb16612438f6e934f restart: unless-stopped ipc: none security_opt: @@ -22,7 +22,7 @@ services: memory: 128m hapi-fhir-server: - image: index.docker.io/hapiproject/hapi:v6.2.2@sha256:9c4e8af94d81ac0049dbb589e4cd855bf78c9c13be6f6844e814c63d63545b44 + image: index.docker.io/hapiproject/hapi:v6.10.1@sha256:4eac1b3481180b028616d1fab7e657e368538063d75f7ed3be2032e34c657dd4 restart: unless-stopped cap_drop: - ALL @@ -65,7 +65,7 @@ services: - "traefik.http.routers.fhir.entrypoints=web" hapi-fhir-db: - image: index.docker.io/library/postgres:15.1@sha256:02547253a07e6edd0c070caba1d2a019b7dc7df98b948dc9a909e1808eb77024 + image: index.docker.io/library/postgres:15.5@sha256:7415b9cc4d7f50194a4b7b2314ff2be0e6bcba82ebfd478991c2d846d2b8af78 restart: unless-stopped ipc: private security_opt: @@ -81,7 +81,7 @@ services: POSTGRES_DB: fhir loader: - image: index.docker.io/curlimages/curl:7.86.0@sha256:cfdeba7f88bb85f6c87f2ec9135115b523a1c24943976a61fbf59c4f2eafd78e + image: index.docker.io/curlimages/curl:7.88.1@sha256:48318407b8d98e8c7d5bd4741c88e8e1a5442de660b47f63ba656e5c910bc3da environment: FHIR_SERVER_BASE_URL: "http://hapi-fhir-server:8080/fhir" entrypoint: ["/bin/sh", "-c"] @@ -105,7 +105,7 @@ services: - hapi-fhir-server l4h-fhir-db: - image: docker.io/library/postgres:14.6@sha256:f565573d74aedc9b218e1d191b04ec75bdd50c33b2d44d91bcd3db5f2fcea647 + image: docker.io/library/postgres:14.10@sha256:972139559e71e48e8b0c0d237933c59a52fecad5491eaa11aa7f692321fabcc8 restart: unless-stopped profiles: - l4h @@ -123,7 +123,7 @@ services: POSTGRES_DB: fhir fhir-schematool: - image: ghcr.io/linuxforhealth/fhir-schematool:5.1.0@sha256:23359cd054e589b844db3eebe7d72e5fd0fe4152e6e4c9266051ae4b927d137c + image: ghcr.io/linuxforhealth/fhir-schematool:5.1.1@sha256:dcb215730acd269be098b39be81a44f6c3b3554287969f1b778d9e60c929f259 restart: on-failure profiles: - l4h @@ -140,7 +140,7 @@ services: - l4h-fhir-db l4h-fhir-server: - image: ghcr.io/linuxforhealth/fhir-server:5.1.0@sha256:23032ed025448e60cc6663a288f7d8802739e753f8cb053a4cda33b109a01e63 + image: ghcr.io/linuxforhealth/fhir-server:5.1.1@sha256:660a5bc895e84557e44c67d453a0c284ccd8c9bbed8affbb766f7505ff47749c restart: unless-stopped profiles: - l4h @@ -165,7 +165,7 @@ services: - "traefik.http.routers.l4h-fhir.entrypoints=web" fhir-server-for-azure: - image: mcr.microsoft.com/healthcareapis/r4-fhir-server:3.3.53@sha256:ce5e0574d16ffce84caa915ae9d206caedab2aea1b62cb788e49fc2ee191f9ca + image: mcr.microsoft.com/healthcareapis/r4-fhir-server:3.4.361@sha256:4d48030fbbd69f8ac5418c222e515bb1b0d00e85bfdc89ce6b461f3fe7c2d4d6 restart: unless-stopped profiles: - azure @@ -204,7 +204,7 @@ services: ACCEPT_EULA: "Y" jaeger: - image: docker.io/jaegertracing/all-in-one:1.40@sha256:fa8c1fc551ac31e161a7f729dbaf17e46aaccb0dbd5fbd772aeeb209802cb2a0 + image: docker.io/jaegertracing/all-in-one:1.52@sha256:7885400a153ac908d8bfbf72c27e3389dbab1942a35dd0ce3228611dc48cbf9f restart: unless-stopped cap_drop: - ALL @@ -223,7 +223,7 @@ services: - "traefik.http.routers.jaeger.entrypoints=web" keycloak: - image: quay.io/keycloak/keycloak:21.1.1@sha256:8ebb3930c41e8a066c4246eaf351ac09cdc984e11b1f607d6ff4ce10d69dc808 + image: quay.io/keycloak/keycloak:21.1.2@sha256:3408c186dde4a95c2b99ef1290721bf1d253d64ba3a1de0a46c667b8288051f0 restart: unless-stopped ipc: none security_opt: diff --git a/hack/k8s/load-fhir-data-job.yaml b/hack/k8s/load-fhir-data-job.yaml index 3a5bd2e..fce0643 100644 --- a/hack/k8s/load-fhir-data-job.yaml +++ b/hack/k8s/load-fhir-data-job.yaml @@ -15,7 +15,7 @@ spec: automountServiceAccountToken: false initContainers: - name: wait-for-fhir-server - image: docker.io/curlimages/curl:7.86.0@sha256:cfdeba7f88bb85f6c87f2ec9135115b523a1c24943976a61fbf59c4f2eafd78e + image: docker.io/curlimages/curl:7.88.1@sha256:48318407b8d98e8c7d5bd4741c88e8e1a5442de660b47f63ba656e5c910bc3da imagePullPolicy: IfNotPresent securityContext: privileged: false diff --git a/hack/k8s/load-sample-data.Dockerfile b/hack/k8s/load-sample-data.Dockerfile index 0af4e37..47059f5 100644 --- a/hack/k8s/load-sample-data.Dockerfile +++ b/hack/k8s/load-sample-data.Dockerfile @@ -1,4 +1,4 @@ -FROM curlimages/curl:7.86.0@sha256:cfdeba7f88bb85f6c87f2ec9135115b523a1c24943976a61fbf59c4f2eafd78e +FROM curlimages/curl:7.88.1@sha256:48318407b8d98e8c7d5bd4741c88e8e1a5442de660b47f63ba656e5c910bc3da WORKDIR /data diff --git a/src/magniFHIR.Tests/magniFHIR.Tests.csproj b/src/magniFHIR.Tests/magniFHIR.Tests.csproj index bcae13c..873860f 100644 --- a/src/magniFHIR.Tests/magniFHIR.Tests.csproj +++ b/src/magniFHIR.Tests/magniFHIR.Tests.csproj @@ -8,13 +8,13 @@ - - + + - - - - + + + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/src/magniFHIR/magniFHIR.csproj b/src/magniFHIR/magniFHIR.csproj index a0fc822..e9fb6f0 100644 --- a/src/magniFHIR/magniFHIR.csproj +++ b/src/magniFHIR/magniFHIR.csproj @@ -10,13 +10,13 @@ - - - - - - - + + + + + + +