chore(ci): Pin GitHub Actions to SHA-1s (#140)

This commit is contained in:
dgilmanuni
2025-10-09 00:20:42 -05:00
committed by GitHub
parent 22457c87c1
commit 635640504f
3 changed files with 9 additions and 9 deletions

View File

@@ -18,9 +18,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
- uses: actions/publish-action@v0.3.0
- uses: actions/publish-action@f784495ce78a41bac4ed7e34a73f0034015764bb # v0.3.0
env:
TAG_NAME: ${{ github.event.inputs.TAG_NAME || github.event.release.tag_name }}
with: