File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 persist-credentials : false
2828
2929 - name : " Run analysis"
30- uses : ossf/scorecard-action@865b4092859256271290c77adbd10a43f4779972 # tag=v2.0.3
30+ uses : ossf/scorecard-action@99c53751e09b9529366343771cc321ec74e9bd3d # tag=v2.0.6
3131 with :
3232 results_file : results.sarif
3333 results_format : sarif
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.8.7 (31.10.2022)
4+ * Bump ` ossf/scorecard-action ` to v2.0.6.
5+
36## 0.8.6 (31.10.2022)
47* Fix wrong binary encoding in the ` AssetCode12 ` module.
58
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ You should only use **`stellar_base`** if you are planning to build on top of it
2424``` elixir
2525def deps do
2626 [
27- {:stellar_base , " ~> 0.8.6 " }
27+ {:stellar_base , " ~> 0.8.7 " }
2828 ]
2929end
3030```
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule StellarBase.MixProject do
22 use Mix.Project
33
44 @ github_url "https://github.com/kommitters/stellar_base"
5- @ version "0.8.6 "
5+ @ version "0.8.7 "
66
77 def project do
88 [
You can’t perform that action at this time.
0 commit comments