Skip to content

Commit 87146b8

Browse files
pin actions
1 parent 96053a9 commit 87146b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
verbose: true
9090

9191
- name: Update Release with build artifacts
92-
uses: softprops/action-gh-release@v2
92+
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
9393
with:
9494
tag_name: ${{ github.event.release.tag_name }}
9595
files: |

.github/workflows/release-please.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- name: Run Release Please
2323
id: release
24-
uses: googleapis/release-please-action@v4
24+
uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4.4.0
2525
with:
2626
config-file: release-please-config.json
2727
manifest-file: .release-please-manifest.json

0 commit comments

Comments
 (0)