Skip to content

Commit 0ccfcac

Browse files
Merge pull request #11 from Elnora-AI/fix/codeql-unpinned-action-tag
fix: pin release-please-action to commit SHA
2 parents d95ed62 + 783bb24 commit 0ccfcac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Release Please
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: googleapis/release-please-action@v4
16+
- uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4
1717
id: release
1818
with:
1919
token: ${{ secrets.RELEASE_TOKEN }}

0 commit comments

Comments
 (0)