Skip to content

Commit

Permalink
ci: pin Python Semantic Release action to commit SHA #397
Browse files Browse the repository at this point in the history
  • Loading branch information
VKTB committed Mar 17, 2023
1 parent 200d842 commit 53a6993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
token: ${{ secrets.ADMIN_PAT }}

- name: Python Semantic Release
uses: relekang/python-semantic-release@master
uses: python-semantic-release/python-semantic-release@bfa503c3ef98d240a6d9cb09a8a8603e84200b42 # v7.33.2
with:
github_token: ${{ secrets.ADMIN_PAT }}

0 comments on commit 53a6993

Please sign in to comment.