Skip to content

Commit e7a00bb

Browse files
authored
chore: pin third-party GitHub Actions to commit SHAs (#374)
1 parent 48f444e commit e7a00bb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ inputs:
1212
runs:
1313
using: composite
1414
steps:
15-
- uses: ruby/setup-ruby@v1
15+
- uses: ruby/setup-ruby@319994f95fa847cf3fb3cd3dbe89f6dcde9f178f # v1.295.0
1616
with:
1717
ruby-version: ${{ inputs.version }}
1818
bundler: 2

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
upload-tag-name: ${{ steps.release.outputs.tag_name }}
1919

2020
steps:
21-
- uses: googleapis/release-please-action@v4
21+
- uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4.4.0
2222
id: release
2323

2424
build-ruby-gem:

0 commit comments

Comments
 (0)