Skip to content

Commit

Permalink
Fix sigstore dependency and update to v0.1.8
Browse files Browse the repository at this point in the history
* Bump sigstore/gh-action-sigstore-python from 2.1.1 to 3.0.0

Bumps [sigstore/gh-action-sigstore-python](https://github.com/sigstore/gh-action-sigstore-python) from 2.1.1 to 3.0.0.
- [Release notes](https://github.com/sigstore/gh-action-sigstore-python/releases)
- [Changelog](https://github.com/sigstore/gh-action-sigstore-python/blob/main/CHANGELOG.md)
- [Commits](sigstore/gh-action-sigstore-python@v2.1.1...v3.0.0)

---
updated-dependencies:
- dependency-name: sigstore/gh-action-sigstore-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* update to v0.1.8

* update to new json format

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: anishnaik <[email protected]>
  • Loading branch information
dependabot[bot] and anishnaik authored Oct 15, 2024
1 parent 47fdfd8 commit c58a72f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Sign artifact
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
uses: sigstore/gh-action-sigstore-python@v2.1.1
uses: sigstore/gh-action-sigstore-python@v3.0.0
with:
inputs: ./medusa-*.tar.gz

Expand All @@ -92,7 +92,7 @@ jobs:
name: medusa-${{ runner.os }}-${{ runner.arch }}
path: |
./medusa-*.tar.gz
./medusa-*.tar.gz.sigstore
./medusa-*.tar.gz.sigstore.json
release:
needs: [build]
Expand All @@ -117,7 +117,7 @@ jobs:
name: "${{ github.ref_name }}"
files: |
./medusa-*.tar.gz
./medusa-*.tar.gz.sigstore
./medusa-*.tar.gz.sigstore.json
lint:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"os"
)

const version = "0.1.7"
const version = "0.1.8"

// rootCmd represents the root CLI command object which all other commands stem from.
var rootCmd = &cobra.Command{
Expand Down

0 comments on commit c58a72f

Please sign in to comment.