Skip to content

Commit

Permalink
Pin release workflow to a specific sha. (#61)
Browse files Browse the repository at this point in the history
Using a tag instead of a commit hash for this 3P dependency was flagged as a possible security vulnerability by third-party security auditors.
  • Loading branch information
jklein24 authored May 20, 2024
1 parent 8e195ac commit a61699e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
with:
name: lightspark-cryptoFFI-kotlin
- name: Create release
uses: ncipollo/release-action@v1
uses: ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5
with:
artifacts: "./lightspark-cryptoFFI*"
tag: ${{ inputs.version }}
Expand Down

0 comments on commit a61699e

Please sign in to comment.