Skip to content

Commit

Permalink
Pin configure-aws-credentials action to commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnystoten committed Nov 14, 2023
1 parent 7eb01e1 commit d39e916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/online-sign/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ runs:

- name: Authenticate to AWS
if: inputs.aws_role_to_assume != ''
uses: aws-actions/configure-aws-credentials@v4
uses: aws-actions/configure-aws-credentials@010d0da01d0b5a38af31e9c3470dbfdabdecca3a #v4.0.1
with:
aws-region: ${{ inputs.aws_region }}
role-to-assume: ${{ inputs.aws_role_to_assume }}
Expand Down

0 comments on commit d39e916

Please sign in to comment.