Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ runs:
# not published to PyPI). Install the latest release tag. 0.5.0+ carries the
# capability graph, G1/G2/G3 gates, the `signetry comment` renderer, and the
# SAST detection engine (needed for `scan: true`).
pip install "signetry-core @ git+https://github.com/Signetry/core@v0.6.0"
pip install "signetry-core @ git+https://github.com/Signetry/core@v0.7.0"
fi

- name: Detection scan (optional)
Expand Down
Loading