Skip to content

Commit fcb2cd5

Browse files
authored
Pin third party actions (#79)
1 parent 8884e92 commit fcb2cd5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

node/release_template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
release_created: ${{ steps.release.outputs.release_created }}
1818
steps:
1919
- id: release
20-
uses: googleapis/release-please-action@v4
20+
uses: googleapis/release-please-action@a02a34c4d625f9be7cb89156071d8567266a2445 # v4
2121
with:
2222
target-branch: RELEASE_BRANCH
2323

ruby/publish/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ runs:
5353
private_key: ${{ inputs.app_private_key }}
5454

5555
- name: Setup Ruby
56-
uses: ruby/setup-ruby@v1
56+
uses: ruby/setup-ruby@dffc446db9ba5a0c4446edb5bca1c5c473a806c5 # v1
5757
with:
5858
ruby-version: '3.2'
5959
rubygems: ${{ inputs.rubygems_version }}
@@ -132,7 +132,7 @@ runs:
132132
dry_run: ${{ inputs.dry_run }}
133133

134134
- name: Publish the gem
135-
uses: rubygems/release-gem@v1
135+
uses: rubygems/release-gem@a25424ba2ba8b387abc8ef40807c2c85b96cbe32 # v1
136136
if: inputs.dry_run == 'false'
137137
with:
138138
await-release: false

setup/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ runs:
2020
using: composite
2121
steps:
2222
- name: configure aws credentials
23-
uses: aws-actions/configure-aws-credentials@v4
23+
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4
2424
with:
2525
role-to-assume: ${{ inputs.aws_role_arn }}
2626
role-session-name: release-session
2727
aws-region: ${{ inputs.aws_region_name }}
2828
- name: Read secrets from AWS Secrets Manager into environment variables
29-
uses: aws-actions/aws-secretsmanager-get-secrets@v2
29+
uses: aws-actions/aws-secretsmanager-get-secrets@5e19ff380d035695bdd56bbad320ca535c9063f2 # v2
3030
with:
3131
secret-ids: |
3232
${{ inputs.aws_secret_id }}

0 commit comments

Comments
 (0)