Skip to content

Tags: FAIRDataTeam/github-workflows

Tags

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make db-version and db-type required for maven-verify workflow (#41)

This is backward incompatible, because dependent workflows relying on optionality will break.

v3

Toggle v3's commit message
major version 3

v2.4.3

Toggle v2.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Upload surefire reports as github artifacts if maven tests fail (#37)

v2.4.2

Toggle v2.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Check postgres connection (#35)

* add pg_isready step

* test postgres with non-standard db port

v2

Toggle v2's commit message
major version 2

v2.4.1

Toggle v2.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump ikalnytskyi/action-setup-postgres from 7 to 8 (#29)

Bumps [ikalnytskyi/action-setup-postgres](https://github.com/ikalnytskyi/action-setup-postgres) from 7 to 8.
- [Release notes](https://github.com/ikalnytskyi/action-setup-postgres/releases)
- [Commits](ikalnytskyi/action-setup-postgres@v7...v8)

---
updated-dependencies:
- dependency-name: ikalnytskyi/action-setup-postgres
  dependency-version: '8'
  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>

v2.4.0

Toggle v2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add build-args input to docker-publish workflow (#28)

* add build-args input for docker-publish workflow

* use newline-delimited string as used by build-push-action

  https://github.com/docker/build-push-action?tab=readme-ov-file#inputs

* don't add build-args to test-docker-publish, to check backward compatibility

v2.3.3

Toggle v2.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump actions/setup-java from 4 to 5 (#27)

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4 to 5.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-version: '5'
  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>

v2.3.2

Toggle v2.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix mongo-setup in maven-verify (#24)

* maven-verify mongo shell command depends on mongo version

* change default db-version from 5 to 8 in maven-verify

* add test-maven-verify.yml with minimal pom.xml

v2.3.1

Toggle v2.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix condition for login step (#20)

apparently the boolean string issue with action inputs has been fixed