Skip to content

Commit

Permalink
Triggering release (#266)
Browse files Browse the repository at this point in the history
* trigger release

* Code formatting applied

* downgrade trivy

* correct tsd-file name in release.yml

---------

Co-authored-by: GitHub Actions <[email protected]>
  • Loading branch information
Parisa68 and actions-user authored Oct 17, 2024
1 parent 08d31c6 commit 70aa7c4
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,9 +246,9 @@ jobs:
uses: softprops/action-gh-release@v2
with:
token: "${{ secrets.GITHUB_TOKEN }}"
tag_name: "crypt4gh-${{ steps.bump_tsd-file-api-client_version.outputs.new_tsd-file-api-client_version }}"
tag_name: "tsd-file-api-client-${{ steps.bump_tsd-file-api-client_version.outputs.new_tsd-file-api-client_version }}"
prerelease: false
name: "Crypt4gh-${{ steps.bump_tsd-file-api-client_version.outputs.new_tsd-file-api-client_version }}"
name: "tsd-file-api-client-${{ steps.bump_tsd-file-api-client_version.outputs.new_tsd-file-api-client_version }}"

publish-localega_tsd_proxy:
needs: detect-changes
Expand Down Expand Up @@ -345,7 +345,7 @@ jobs:
name: "Localega_tsd_proxy-${{ steps.bump_localega_tsd_proxy_version.outputs.new_localega_tsd_proxy_version }}"

- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@0.27.0
uses: aquasecurity/trivy-action@0.24.0
with:
image-ref: ghcr.io/${{ env.repo_name }}:localega-tsd-proxy-${{ steps.bump_localega_tsd_proxy_version.outputs.new_localega_tsd_proxy_version }}
format: 'sarif'
Expand Down
2 changes: 1 addition & 1 deletion cli/lega-commander/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
base
}

//fake changes
version = "1.2.3"

val legaTests = tasks.register("test", Exec::class) {
Expand Down
1 change: 1 addition & 0 deletions e2eTests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ plugins {
id("formatting-conventions")
}

// fake changes
group = "no.elixir.fega"
version = "1.0.0"

Expand Down
2 changes: 1 addition & 1 deletion lib/clearinghouse/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id("jsonwebtoken")
id("okhttp")
}

// fake changes
group = "no.elixir"
version = "2.0.2"

Expand Down
2 changes: 1 addition & 1 deletion lib/crypt4gh/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id("formatting-conventions")
id("maven-publish")
}

// fake changes
group = "no.elixir"
version = "3.0.1"

Expand Down
2 changes: 1 addition & 1 deletion lib/tsd-file-api-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id("formatting-conventions")
id("maven-publish")
}

// fake changes
group = "elixir.no"
version = "2.0.7"

Expand Down
2 changes: 1 addition & 1 deletion services/cega-mock/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
base
}

//fake changes
version = "1.0.0"

val goBuild = tasks.register("goBuild", Exec::class) {
Expand Down
2 changes: 1 addition & 1 deletion services/localega-tsd-proxy/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id("springboot-conventions")
id("jsonwebtoken")
}

// fake changes
group = "no.elixir.fega"
version = "2.1.4"

Expand Down
2 changes: 1 addition & 1 deletion services/mq-interceptor/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
base
}

//fake changes
version = "1.1.1"

// Build
Expand Down
2 changes: 1 addition & 1 deletion services/tsd-api-mock/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id("springboot-conventions")
id("jsonwebtoken")
}

// fake changes
group = "no.elixir"
version = "2.0.0"

Expand Down

0 comments on commit 70aa7c4

Please sign in to comment.