Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 10, 2024

Bumps docker/build-push-action from 5.3.0 to 5.4.0.

Release notes

Sourced from docker/build-push-action's releases.

v5.4.0

Full Changelog: docker/build-push-action@v5.3.0...v5.4.0

Commits
  • ca052bb Merge pull request #1128 from crazy-max/builder-info
  • 025c205 chore: update generated content
  • 12076d2 show builder information before building
  • ef6cba3 Merge pull request #1127 from docker/dependabot/npm_and_yarn/docker/actions-t...
  • 4c16cf9 chore: update generated content
  • a3118a8 fixes since moved types
  • c86eb8b chore(deps): Bump @​docker/actions-toolkit from 0.23.0 to 0.24.0
  • 2a53c6c Merge pull request #1122 from crazy-max/update-dev-deps
  • ccef1f2 chore: update generated content
  • 79117b6 chore: update dev dependencies
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v5.3.0...v5.4.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 10, 2024
Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@mocsharp mocsharp merged commit 420856b into develop Jun 11, 2024
@dependabot dependabot bot deleted the dependabot/github_actions/docker/build-push-action-5.4.0 branch June 11, 2024 16:24
mocsharp added a commit that referenced this pull request Jun 11, 2024
+semver:minor

* add timeout to regex

Signed-off-by: Neil South <neil.south@answerdigital.com>

* add timeout to regex

Signed-off-by: Neil South <neil.south@answerdigital.com>

* changes to add output artifact and validation

Signed-off-by: Lillie Dae <lillie.dae@answerdigital.com>

* minor change to using statements

Signed-off-by: Lillie Dae <lillie.dae@answerdigital.com>

* remove comment

Signed-off-by: Lillie Dae <lillie.dae@answerdigital.com>

* add header files

Signed-off-by: Lillie Dae <lillie.dae@answerdigital.com>

* import missing references

Signed-off-by: Lillie Dae <lillie.dae@answerdigital.com>

* updated packages

Signed-off-by: Lillie Dae <lillie.dae@answerdigital.com>

* bump package

Signed-off-by: Lillie Dae <lillie.dae@answerdigital.com>

* bump package to release version

Signed-off-by: Lillie Dae <lillie.dae@answerdigital.com>

* AI-229 add output artifact and validation (#892)

* changes to add output artifact and validation

Signed-off-by: Lillie Dae <lillie.dae@answerdigital.com>

---------

Signed-off-by: Lillie Dae <lillie.dae@answerdigital.com>

* adding lisener for artifact received

Signed-off-by: Neil South <neil.south@answerdigital.com>

* updated ProcessArtifactReceived

Signed-off-by: Lillie Dae <lillie.dae@answerdigital.com>

* small fixups

Signed-off-by: Neil South <neil.south@answerdigital.com>

* added artifact repo

Signed-off-by: Lillie Dae <lillie.dae@answerdigital.com>

* fix up tests

Signed-off-by: Neil South <neil.south@answerdigital.com>

* fix tests

Signed-off-by: Neil South <neil.south@answerdigital.com>

* added EventPayloadValidatorTests and WorkflowExecuterServiceTests and minor fixes

Signed-off-by: Lillie Dae <lillie.dae@answerdigital.com>

* reduced code duplication

Signed-off-by: Lillie Dae <lillie.dae@answerdigital.com>

* adding indexs

Signed-off-by: Neil South <neil.south@answerdigital.com>

* fix workfow name

Signed-off-by: Lillie Dae <lillie.dae@answerdigital.com>

* minor fixes

Signed-off-by: Lillie Dae <lillie.dae@answerdigital.com>

* minor fixes

Signed-off-by: Lillie Dae <lillie.dae@answerdigital.com>

* minor fixes

Signed-off-by: Lillie Dae <lillie.dae@answerdigital.com>

* [Docker Plug-in] Don't pull image if already exists unless forced (#895)

* Don't pull image if already exists unless forced


Signed-off-by: Victor Chang <vicchang@nvidia.com>

* final adjustments

Signed-off-by: Neil South <neil.south@answerdigital.com>

* passing payloadId

Signed-off-by: Neil South <neil.south@answerdigital.com>

* upping messaging version

Signed-off-by: Neil South <neil.south@answerdigital.com>

* adding new messaging

Signed-off-by: Neil South <neil.south@answerdigital.com>

* update messaging lib

Signed-off-by: Neil South <neil.south@answerdigital.com>

* fixing up tests

Signed-off-by: Neil South <neil.south@answerdigital.com>

* added code to register outputs from ArtifactRecievedd

Signed-off-by: Neil South <neil.south@answerdigital.com>

* fixup for tests

Signed-off-by: Neil South <neil.south@answerdigital.com>

* preprend payloadId

Signed-off-by: Neil South <neil.south@answerdigital.com>

* fix input/output mapping

Signed-off-by: Neil South <neil.south@answerdigital.com>

* improving bracket replacment

Signed-off-by: Neil South <neil.south@answerdigital.com>

* fix up test

Signed-off-by: Neil South <neil.south@answerdigital.com>

* shortening s3 policy

Signed-off-by: Neil South <neil.south@answerdigital.com>

* fix typo

Signed-off-by: Neil South <neil.south@answerdigital.com>

* fixing up paths

Signed-off-by: Neil South <neil.south@answerdigital.com>

* enhancing current export to fill in new message type

Signed-off-by: Neil South <neil.south@answerdigital.com>

* Accept User as new Docker argument to set UID/GID (#905)

Signed-off-by: Victor Chang <vicchang@nvidia.com>

* adding basic auth to swagger

Signed-off-by: Neil South <neil.south@answerdigital.com>

* fixing overwriting of workflowInstance

Signed-off-by: Neil South <neil.south@answerdigital.com>

* fixup test

Signed-off-by: Neil South <neil.south@answerdigital.com>

* fixing sonarcloud gripes

Signed-off-by: Neil South <neil.south@answerdigital.com>

* new externalApp Queue

Signed-off-by: Neil South <neil.south@answerdigital.com>

* fixing up projects and tests

Signed-off-by: Neil South <neil.south@answerdigital.com>

* change Deliverylimit to 3

Signed-off-by: Neil South <neil.south@answerdigital.com>

* fixups from e to e

Signed-off-by: Neil South <neil.south@answerdigital.com>

* fix up tests

Signed-off-by: Neil South <neil.south@answerdigital.com>

* change docker-deploy to match migs passwords

Signed-off-by: Neil South <neil.south@answerdigital.com>

* change to match mig passwords

Signed-off-by: Neil South <neil.south@answerdigital.com>

* ignoring test for now, works locally

Signed-off-by: Neil South <neil.south@answerdigital.com>

* ignoring test for now, works locally

Signed-off-by: Neil South <neil.south@answerdigital.com>

* adding hl7 export

Signed-off-by: Neil South <neil.south@answerdigital.com>

* adding tests

Signed-off-by: Neil South <neil.south@answerdigital.com>

* fix up merge

Signed-off-by: Neil South <neil.south@answerdigital.com>

* fix tests

Signed-off-by: Neil South <neil.south@answerdigital.com>

* adding config

Signed-off-by: Neil South <neil.south@answerdigital.com>

* bump

Signed-off-by: Neil South <neil.south@answerdigital.com>

* licence update

Signed-off-by: Neil South <neil.south@answerdigital.com>

* licence update

Signed-off-by: Neil South <neil.south@answerdigital.com>

* HL7export complete

Signed-off-by: Neil South <neil.south@answerdigital.com>

* mangled appsettings

Signed-off-by: Neil South <neil.south@answerdigital.com>

* extra logging

Signed-off-by: Neil South <neil.south@answerdigital.com>

* upping messaging version

Signed-off-by: Neil South <neil.south@answerdigital.com>

* upped package depandancy stuff

Signed-off-by: Neil South <neil.south@answerdigital.com>

* up package for libcom_err due to docker build error

Signed-off-by: Neil South <neil.south@answerdigital.com>

* fix artifact recieved for HL7

Signed-off-by: Neil South <neil.south@answerdigital.com>

* fix for hl7Export complete

Signed-off-by: Neil South <neil.south@answerdigital.com>

* fiup constant and test data

Signed-off-by: Neil South <neil.south@answerdigital.com>

* remove some unused lines

Signed-off-by: Neil South <neil.south@answerdigital.com>

* adding file deletion

Signed-off-by: Neil South <neil.south@answerdigital.com>

* moved retention days

Signed-off-by: Neil South <neil.south@answerdigital.com>

* Upgrade to .NET 8 (#937)

* Upgrade to .NET 8


Signed-off-by: Victor Chang <vicchang@nvidia.com>

* fixups

Signed-off-by: Neil South <neil.south@answerdigital.com>

* new unit tests

Signed-off-by: Neil South <neil.south@answerdigital.com>

* fixups from sonar cloud

Signed-off-by: Neil South <neil.south@answerdigital.com>

* adding first test

Signed-off-by: Neil South <neil.south@answerdigital.com>

* improving logging

Signed-off-by: Neil South <neil.south@answerdigital.com>

* adding prefetchCount and shortening retry deplay

Signed-off-by: Neil South <neil.south@answerdigital.com>

* rough fix for artifact recieved

Signed-off-by: Neil South <neil.south@answerdigital.com>

* adding seriesUid to payloads

Signed-off-by: Neil South <neil.south@answerdigital.com>

* changes due to comments

Signed-off-by: Neil South <neil.south@answerdigital.com>

* more changes for sonar cloud

Signed-off-by: Neil South <neil.south@answerdigital.com>

* upping monai messaging

Signed-off-by: Neil South <neil.south@answerdigital.com>

* adding licence approval

Signed-off-by: Neil South <neil.south@answerdigital.com>

* adding conditions

Signed-off-by: Neil South <Neil.South@answerdigital.com>

* fix for review cancelation

Signed-off-by: Neil South <neil.south@answerdigital.com>

* refactor to match ticked field name predicate

Signed-off-by: Neil South <neil.south@answerdigital.com>

* adding info to docs

Signed-off-by: Neil South <neil.south@answerdigital.com>

* adding new dailyStats endpont

Signed-off-by: Neil South <neil.south@answerdigital.com>

* adding some tests

Signed-off-by: Neil South <neil.south@answerdigital.com>

* fix for task update updating to same status

Signed-off-by: Neil South <neil.south@answerdigital.com>

* adding test for same statues

Signed-off-by: Neil South <neil.south@answerdigital.com>

* adding triggered workflow names to payload

Signed-off-by: Neil South <neil.south@answerdigital.com>

* fix for workflowId

Signed-off-by: Neil South <neil.south@answerdigital.com>

* add storage of workflow name in payload

Signed-off-by: Neil South <neil.south@answerdigital.com>

* added missing change

Signed-off-by: Neil South <neil.south@answerdigital.com>

* addded more code coverage

Signed-off-by: Neil South <neil.south@answerdigital.com>

* fix for GetSeriesInstanceUID in payload table

Signed-off-by: Neil South <neil.south@answerdigital.com>

* adding failure reason to executionStats

Signed-off-by: Neil South <neil.south@answerdigital.com>

* added some test around stats

Signed-off-by: Neil South <neil.south@answerdigital.com>

* fix broke test

Signed-off-by: Neil South <neil.south@answerdigital.com>

* Bump docker/metadata-action from 5.4.0 to 5.5.1 (#953)

Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.4.0 to 5.5.1.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](docker/metadata-action@v5.4.0...v5.5.1)

---
updated-dependencies:
- dependency-name: docker/metadata-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump anchore/scan-action from 3.3.8 to 3.6.4 (#954)

Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 3.3.8 to 3.6.4.
- [Release notes](https://github.com/anchore/scan-action/releases)
- [Changelog](https://github.com/anchore/scan-action/blob/main/CHANGELOG.md)
- [Commits](anchore/scan-action@v3.3.8...v3.6.4)

---
updated-dependencies:
- dependency-name: anchore/scan-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Victor Chang <mocsharp@users.noreply.github.com>

* Bump docker/login-action from 3.0.0 to 3.2.0 (#987)

Bumps [docker/login-action](https://github.com/docker/login-action) from 3.0.0 to 3.2.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@v3.0.0...v3.2.0)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump docker/build-push-action from 5.1.0 to 5.3.0 (#972)

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.1.0 to 5.3.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v5.1.0...v5.3.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Victor Chang <mocsharp@users.noreply.github.com>

* Bump trufflesecurity/trufflehog from 3.63.7 to 3.78.0 (#988)

Bumps [trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.63.7 to 3.78.0.
- [Release notes](https://github.com/trufflesecurity/trufflehog/releases)
- [Changelog](https://github.com/trufflesecurity/trufflehog/blob/main/.goreleaser.yml)
- [Commits](trufflesecurity/trufflehog@v3.63.7...v3.78.0)

---
updated-dependencies:
- dependency-name: trufflesecurity/trufflehog
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Victor Chang <mocsharp@users.noreply.github.com>

* Bump xunit from 2.6.5 to 2.7.0 (#961)

Bumps [xunit](https://github.com/xunit/xunit) from 2.6.5 to 2.7.0.
- [Commits](xunit/xunit@2.6.5...2.7.0)

---
updated-dependencies:
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Victor Chang <mocsharp@users.noreply.github.com>

* Bump docker/build-push-action from 5.3.0 to 5.4.0 (#993)

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v5.3.0...v5.4.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump peaceiris/actions-gh-pages from 3 to 4 (#992)

Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3 to 4.
- [Release notes](https://github.com/peaceiris/actions-gh-pages/releases)
- [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md)
- [Commits](peaceiris/actions-gh-pages@v3...v4)

---
updated-dependencies:
- dependency-name: peaceiris/actions-gh-pages
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Victor Chang <mocsharp@users.noreply.github.com>

* Bump crazy-max/ghaction-chocolatey from 2 to 3 (#991)

Bumps [crazy-max/ghaction-chocolatey](https://github.com/crazy-max/ghaction-chocolatey) from 2 to 3.
- [Release notes](https://github.com/crazy-max/ghaction-chocolatey/releases)
- [Commits](crazy-max/ghaction-chocolatey@v2...v3)

---
updated-dependencies:
- dependency-name: crazy-max/ghaction-chocolatey
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Victor Chang <mocsharp@users.noreply.github.com>

* Update xunit versions (#994)

* Update xunit versions

Signed-off-by: Victor Chang <vicchang@nvidia.com>

* Update actions/cache@v4.0.2

Signed-off-by: Victor Chang <vicchang@nvidia.com>

* Update actions/setup-java@v4

Signed-off-by: Victor Chang <vicchang@nvidia.com>

---------

Signed-off-by: Victor Chang <vicchang@nvidia.com>

* Update mc (minio client) to resolve reported vulnerabilities (#995)

* Update xunit versions

Signed-off-by: Victor Chang <vicchang@nvidia.com>

* Update actions/cache@v4.0.2

Signed-off-by: Victor Chang <vicchang@nvidia.com>

* Update actions/setup-java@v4

Signed-off-by: Victor Chang <vicchang@nvidia.com>

* Update mc to RELEASE.2024-06-10T16-44-15Z

Signed-off-by: Victor Chang <vicchang@nvidia.com>

---------

Signed-off-by: Victor Chang <vicchang@nvidia.com>

* Bump gittools to v1.1.1

Signed-off-by: Victor Chang <vicchang@nvidia.com>

* Set next-version to 0.2.0

Signed-off-by: Victor Chang <vicchang@nvidia.com>

---------

Signed-off-by: Neil South <neil.south@answerdigital.com>
Signed-off-by: Lillie Dae <lillie.dae@answerdigital.com>
Signed-off-by: Victor Chang <vicchang@nvidia.com>
Signed-off-by: Neil South <Neil.South@answerdigital.com>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Victor Chang <mocsharp@users.noreply.github.com>
Co-authored-by: Neil South <neil.south@answerdigital.com>
Co-authored-by: Lillie Dae <lillie.dae@answerdigital.com>
Co-authored-by: Lillie Dae <61380713+lillie-dae@users.noreply.github.com>
Co-authored-by: Neil South <104848880+neildsouth@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
mocsharp added a commit that referenced this pull request Jun 13, 2024
* add timeout to regex

Signed-off-by: Neil South <neil.south@answerdigital.com>

* add timeout to regex

Signed-off-by: Neil South <neil.south@answerdigital.com>

* changes to add output artifact and validation

Signed-off-by: Lillie Dae <lillie.dae@answerdigital.com>

* minor change to using statements

Signed-off-by: Lillie Dae <lillie.dae@answerdigital.com>

* remove comment

Signed-off-by: Lillie Dae <lillie.dae@answerdigital.com>

* add header files

Signed-off-by: Lillie Dae <lillie.dae@answerdigital.com>

* import missing references

Signed-off-by: Lillie Dae <lillie.dae@answerdigital.com>

* updated packages

Signed-off-by: Lillie Dae <lillie.dae@answerdigital.com>

* bump package

Signed-off-by: Lillie Dae <lillie.dae@answerdigital.com>

* bump package to release version

Signed-off-by: Lillie Dae <lillie.dae@answerdigital.com>

* AI-229 add output artifact and validation (#892)

* changes to add output artifact and validation

Signed-off-by: Lillie Dae <lillie.dae@answerdigital.com>

---------

Signed-off-by: Lillie Dae <lillie.dae@answerdigital.com>

* adding lisener for artifact received

Signed-off-by: Neil South <neil.south@answerdigital.com>

* updated ProcessArtifactReceived

Signed-off-by: Lillie Dae <lillie.dae@answerdigital.com>

* small fixups

Signed-off-by: Neil South <neil.south@answerdigital.com>

* added artifact repo

Signed-off-by: Lillie Dae <lillie.dae@answerdigital.com>

* fix up tests

Signed-off-by: Neil South <neil.south@answerdigital.com>

* fix tests

Signed-off-by: Neil South <neil.south@answerdigital.com>

* added EventPayloadValidatorTests and WorkflowExecuterServiceTests and minor fixes

Signed-off-by: Lillie Dae <lillie.dae@answerdigital.com>

* reduced code duplication

Signed-off-by: Lillie Dae <lillie.dae@answerdigital.com>

* adding indexs

Signed-off-by: Neil South <neil.south@answerdigital.com>

* fix workfow name

Signed-off-by: Lillie Dae <lillie.dae@answerdigital.com>

* minor fixes

Signed-off-by: Lillie Dae <lillie.dae@answerdigital.com>

* minor fixes

Signed-off-by: Lillie Dae <lillie.dae@answerdigital.com>

* minor fixes

Signed-off-by: Lillie Dae <lillie.dae@answerdigital.com>

* [Docker Plug-in] Don't pull image if already exists unless forced (#895)

* Don't pull image if already exists unless forced


Signed-off-by: Victor Chang <vicchang@nvidia.com>

* final adjustments

Signed-off-by: Neil South <neil.south@answerdigital.com>

* passing payloadId

Signed-off-by: Neil South <neil.south@answerdigital.com>

* upping messaging version

Signed-off-by: Neil South <neil.south@answerdigital.com>

* adding new messaging

Signed-off-by: Neil South <neil.south@answerdigital.com>

* update messaging lib

Signed-off-by: Neil South <neil.south@answerdigital.com>

* fixing up tests

Signed-off-by: Neil South <neil.south@answerdigital.com>

* added code to register outputs from ArtifactRecievedd

Signed-off-by: Neil South <neil.south@answerdigital.com>

* fixup for tests

Signed-off-by: Neil South <neil.south@answerdigital.com>

* preprend payloadId

Signed-off-by: Neil South <neil.south@answerdigital.com>

* fix input/output mapping

Signed-off-by: Neil South <neil.south@answerdigital.com>

* improving bracket replacment

Signed-off-by: Neil South <neil.south@answerdigital.com>

* fix up test

Signed-off-by: Neil South <neil.south@answerdigital.com>

* shortening s3 policy

Signed-off-by: Neil South <neil.south@answerdigital.com>

* fix typo

Signed-off-by: Neil South <neil.south@answerdigital.com>

* fixing up paths

Signed-off-by: Neil South <neil.south@answerdigital.com>

* enhancing current export to fill in new message type

Signed-off-by: Neil South <neil.south@answerdigital.com>

* Accept User as new Docker argument to set UID/GID (#905)

Signed-off-by: Victor Chang <vicchang@nvidia.com>

* adding basic auth to swagger

Signed-off-by: Neil South <neil.south@answerdigital.com>

* fixing overwriting of workflowInstance

Signed-off-by: Neil South <neil.south@answerdigital.com>

* fixup test

Signed-off-by: Neil South <neil.south@answerdigital.com>

* fixing sonarcloud gripes

Signed-off-by: Neil South <neil.south@answerdigital.com>

* new externalApp Queue

Signed-off-by: Neil South <neil.south@answerdigital.com>

* fixing up projects and tests

Signed-off-by: Neil South <neil.south@answerdigital.com>

* change Deliverylimit to 3

Signed-off-by: Neil South <neil.south@answerdigital.com>

* fixups from e to e

Signed-off-by: Neil South <neil.south@answerdigital.com>

* fix up tests

Signed-off-by: Neil South <neil.south@answerdigital.com>

* change docker-deploy to match migs passwords

Signed-off-by: Neil South <neil.south@answerdigital.com>

* change to match mig passwords

Signed-off-by: Neil South <neil.south@answerdigital.com>

* ignoring test for now, works locally

Signed-off-by: Neil South <neil.south@answerdigital.com>

* ignoring test for now, works locally

Signed-off-by: Neil South <neil.south@answerdigital.com>

* adding hl7 export

Signed-off-by: Neil South <neil.south@answerdigital.com>

* adding tests

Signed-off-by: Neil South <neil.south@answerdigital.com>

* fix up merge

Signed-off-by: Neil South <neil.south@answerdigital.com>

* fix tests

Signed-off-by: Neil South <neil.south@answerdigital.com>

* adding config

Signed-off-by: Neil South <neil.south@answerdigital.com>

* bump

Signed-off-by: Neil South <neil.south@answerdigital.com>

* licence update

Signed-off-by: Neil South <neil.south@answerdigital.com>

* licence update

Signed-off-by: Neil South <neil.south@answerdigital.com>

* HL7export complete

Signed-off-by: Neil South <neil.south@answerdigital.com>

* mangled appsettings

Signed-off-by: Neil South <neil.south@answerdigital.com>

* extra logging

Signed-off-by: Neil South <neil.south@answerdigital.com>

* upping messaging version

Signed-off-by: Neil South <neil.south@answerdigital.com>

* upped package depandancy stuff

Signed-off-by: Neil South <neil.south@answerdigital.com>

* up package for libcom_err due to docker build error

Signed-off-by: Neil South <neil.south@answerdigital.com>

* fix artifact recieved for HL7

Signed-off-by: Neil South <neil.south@answerdigital.com>

* fix for hl7Export complete

Signed-off-by: Neil South <neil.south@answerdigital.com>

* fiup constant and test data

Signed-off-by: Neil South <neil.south@answerdigital.com>

* remove some unused lines

Signed-off-by: Neil South <neil.south@answerdigital.com>

* adding file deletion

Signed-off-by: Neil South <neil.south@answerdigital.com>

* moved retention days

Signed-off-by: Neil South <neil.south@answerdigital.com>

* Upgrade to .NET 8 (#937)

* Upgrade to .NET 8


Signed-off-by: Victor Chang <vicchang@nvidia.com>

* fixups

Signed-off-by: Neil South <neil.south@answerdigital.com>

* new unit tests

Signed-off-by: Neil South <neil.south@answerdigital.com>

* fixups from sonar cloud

Signed-off-by: Neil South <neil.south@answerdigital.com>

* adding first test

Signed-off-by: Neil South <neil.south@answerdigital.com>

* improving logging

Signed-off-by: Neil South <neil.south@answerdigital.com>

* adding prefetchCount and shortening retry deplay

Signed-off-by: Neil South <neil.south@answerdigital.com>

* rough fix for artifact recieved

Signed-off-by: Neil South <neil.south@answerdigital.com>

* adding seriesUid to payloads

Signed-off-by: Neil South <neil.south@answerdigital.com>

* changes due to comments

Signed-off-by: Neil South <neil.south@answerdigital.com>

* more changes for sonar cloud

Signed-off-by: Neil South <neil.south@answerdigital.com>

* upping monai messaging

Signed-off-by: Neil South <neil.south@answerdigital.com>

* adding licence approval

Signed-off-by: Neil South <neil.south@answerdigital.com>

* adding conditions

Signed-off-by: Neil South <Neil.South@answerdigital.com>

* fix for review cancelation

Signed-off-by: Neil South <neil.south@answerdigital.com>

* refactor to match ticked field name predicate

Signed-off-by: Neil South <neil.south@answerdigital.com>

* adding info to docs

Signed-off-by: Neil South <neil.south@answerdigital.com>

* adding new dailyStats endpont

Signed-off-by: Neil South <neil.south@answerdigital.com>

* adding some tests

Signed-off-by: Neil South <neil.south@answerdigital.com>

* fix for task update updating to same status

Signed-off-by: Neil South <neil.south@answerdigital.com>

* adding test for same statues

Signed-off-by: Neil South <neil.south@answerdigital.com>

* adding triggered workflow names to payload

Signed-off-by: Neil South <neil.south@answerdigital.com>

* fix for workflowId

Signed-off-by: Neil South <neil.south@answerdigital.com>

* add storage of workflow name in payload

Signed-off-by: Neil South <neil.south@answerdigital.com>

* added missing change

Signed-off-by: Neil South <neil.south@answerdigital.com>

* addded more code coverage

Signed-off-by: Neil South <neil.south@answerdigital.com>

* fix for GetSeriesInstanceUID in payload table

Signed-off-by: Neil South <neil.south@answerdigital.com>

* adding failure reason to executionStats

Signed-off-by: Neil South <neil.south@answerdigital.com>

* added some test around stats

Signed-off-by: Neil South <neil.south@answerdigital.com>

* fix broke test

Signed-off-by: Neil South <neil.south@answerdigital.com>

* Bump docker/metadata-action from 5.4.0 to 5.5.1 (#953)

Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.4.0 to 5.5.1.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](docker/metadata-action@v5.4.0...v5.5.1)

---
updated-dependencies:
- dependency-name: docker/metadata-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump anchore/scan-action from 3.3.8 to 3.6.4 (#954)

Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 3.3.8 to 3.6.4.
- [Release notes](https://github.com/anchore/scan-action/releases)
- [Changelog](https://github.com/anchore/scan-action/blob/main/CHANGELOG.md)
- [Commits](anchore/scan-action@v3.3.8...v3.6.4)

---
updated-dependencies:
- dependency-name: anchore/scan-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Victor Chang <mocsharp@users.noreply.github.com>

* Bump docker/login-action from 3.0.0 to 3.2.0 (#987)

Bumps [docker/login-action](https://github.com/docker/login-action) from 3.0.0 to 3.2.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@v3.0.0...v3.2.0)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump docker/build-push-action from 5.1.0 to 5.3.0 (#972)

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.1.0 to 5.3.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v5.1.0...v5.3.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Victor Chang <mocsharp@users.noreply.github.com>

* Bump trufflesecurity/trufflehog from 3.63.7 to 3.78.0 (#988)

Bumps [trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.63.7 to 3.78.0.
- [Release notes](https://github.com/trufflesecurity/trufflehog/releases)
- [Changelog](https://github.com/trufflesecurity/trufflehog/blob/main/.goreleaser.yml)
- [Commits](trufflesecurity/trufflehog@v3.63.7...v3.78.0)

---
updated-dependencies:
- dependency-name: trufflesecurity/trufflehog
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Victor Chang <mocsharp@users.noreply.github.com>

* Bump xunit from 2.6.5 to 2.7.0 (#961)

Bumps [xunit](https://github.com/xunit/xunit) from 2.6.5 to 2.7.0.
- [Commits](xunit/xunit@2.6.5...2.7.0)

---
updated-dependencies:
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Victor Chang <mocsharp@users.noreply.github.com>

* Bump docker/build-push-action from 5.3.0 to 5.4.0 (#993)

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v5.3.0...v5.4.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump peaceiris/actions-gh-pages from 3 to 4 (#992)

Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3 to 4.
- [Release notes](https://github.com/peaceiris/actions-gh-pages/releases)
- [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md)
- [Commits](peaceiris/actions-gh-pages@v3...v4)

---
updated-dependencies:
- dependency-name: peaceiris/actions-gh-pages
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Victor Chang <mocsharp@users.noreply.github.com>

* Bump crazy-max/ghaction-chocolatey from 2 to 3 (#991)

Bumps [crazy-max/ghaction-chocolatey](https://github.com/crazy-max/ghaction-chocolatey) from 2 to 3.
- [Release notes](https://github.com/crazy-max/ghaction-chocolatey/releases)
- [Commits](crazy-max/ghaction-chocolatey@v2...v3)

---
updated-dependencies:
- dependency-name: crazy-max/ghaction-chocolatey
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Victor Chang <mocsharp@users.noreply.github.com>

* Update xunit versions (#994)

* Update xunit versions

Signed-off-by: Victor Chang <vicchang@nvidia.com>

* Update actions/cache@v4.0.2

Signed-off-by: Victor Chang <vicchang@nvidia.com>

* Update actions/setup-java@v4

Signed-off-by: Victor Chang <vicchang@nvidia.com>

---------

Signed-off-by: Victor Chang <vicchang@nvidia.com>

* Update mc (minio client) to resolve reported vulnerabilities (#995)

* Update xunit versions

Signed-off-by: Victor Chang <vicchang@nvidia.com>

* Update actions/cache@v4.0.2

Signed-off-by: Victor Chang <vicchang@nvidia.com>

* Update actions/setup-java@v4

Signed-off-by: Victor Chang <vicchang@nvidia.com>

* Update mc to RELEASE.2024-06-10T16-44-15Z

Signed-off-by: Victor Chang <vicchang@nvidia.com>

---------

Signed-off-by: Victor Chang <vicchang@nvidia.com>

* Bump gittools to v1.1.1

Signed-off-by: Victor Chang <vicchang@nvidia.com>

* Set next-version to 0.2.0

Signed-off-by: Victor Chang <vicchang@nvidia.com>

* Update dependencies

Signed-off-by: Victor Chang <vicchang@nvidia.com>

* Replace System.IO.Abstractions with TestableIO.System.IO.Abstractions

Signed-off-by: Victor Chang <vicchang@nvidia.com>

* Update dependency versions

Signed-off-by: Victor Chang <vicchang@nvidia.com>

---------

Signed-off-by: Neil South <neil.south@answerdigital.com>
Signed-off-by: Lillie Dae <lillie.dae@answerdigital.com>
Signed-off-by: Victor Chang <vicchang@nvidia.com>
Signed-off-by: Neil South <Neil.South@answerdigital.com>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Victor Chang <mocsharp@users.noreply.github.com>
Co-authored-by: Neil South <neil.south@answerdigital.com>
Co-authored-by: Lillie Dae <lillie.dae@answerdigital.com>
Co-authored-by: Lillie Dae <61380713+lillie-dae@users.noreply.github.com>
Co-authored-by: Neil South <104848880+neildsouth@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant