Skip to content

Commit

Permalink
Use full sha for jfrog-setup-wrapper in release.yml (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
saberduck authored Mar 27, 2024
1 parent 2b413ed commit 5eff31c
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 @@ -27,7 +27,7 @@ jobs:
development/kv/data/npmjs sonartech_npm_token | npm_token;
development/kv/data/repox url | repox_url;
- name: Setup JFrog for deploy
uses: SonarSource/jfrog-setup-wrapper@907e87c # tag=3.2.3
uses: SonarSource/jfrog-setup-wrapper@907e87c3d2081a98d2ab8cb03284ee6711f1ee83 # tag=3.2.3
with:
jfrogAccessToken: ${{ fromJSON(steps.secrets.outputs.vault).qa_deployer_access_token }}
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5eff31c

Please sign in to comment.