Skip to content

Commit

Permalink
Merge branch 'main' into feat/1610-notification-for-greyed-out-submis…
Browse files Browse the repository at this point in the history
…sion-button
  • Loading branch information
mgaseta authored Dec 4, 2024
2 parents 61f7f6d + 56b0a80 commit eaa92a5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
matrix:
package: [backend, frontend, oracle-api, sync]
steps:
- uses: bcgov-nr/action-builder-ghcr@v2.2.0
- uses: bcgov-nr/action-builder-ghcr@v2.3.0
id: build
with:
build_args: |
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
# View results
echo "needs.*.result: ${{ toJson(needs.*.result) }}"
- if: contains(needs.*.result, 'failure')
- if: contains(needs.*.result, 'failure')||contains(needs.*.result, 'canceled')
run: |
# Job failure found
echo "At least one job has failed"
Expand Down
2 changes: 1 addition & 1 deletion backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<sonar.organization>bcgov-sonarcloud</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<oci.revision>${project.version}</oci.revision>
<hibernate.version>6.6.2.Final</hibernate.version>
<hibernate.version>6.6.3.Final</hibernate.version>
</properties>

<profiles>
Expand Down
2 changes: 1 addition & 1 deletion oracle-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<sonar.organization>bcgov-sonarcloud</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<oci.revision>${project.version}</oci.revision>
<hibernate.version>6.6.2.Final</hibernate.version>
<hibernate.version>6.6.3.Final</hibernate.version>
</properties>

<profiles>
Expand Down

0 comments on commit eaa92a5

Please sign in to comment.