Skip to content

Commit

Permalink
3rd party action hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
selenaxiao-nist committed Sep 23, 2024
1 parent a282a71 commit 3d86661
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/account_request_approve.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
sparse-checkout-cone-mode: false

- name: Parse issue body
uses: stefanbuck/github-issue-parser@v3.2.1
uses: stefanbuck/github-issue-parser@2d2ff50d4aae06ab58d26bf59468d98086605f11 # v3.2.1
id: issue-parser
with:
template-path: ".github/ISSUE_TEMPLATE/account_management_request_form.yaml"
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
BRANCH_NAME: "account-request-${{ github.event.issue.number }}"

- name: Configure AWS CLI
uses: aws-actions/configure-aws-credentials@v4
uses: aws-actions/configure-aws-credentials@8c3f20df09ac63af7b3ae3d7c91f105f857d8497 # v4
with:
aws-region: ${{ secrets.AWS_REGION }}
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY }}
Expand Down

0 comments on commit 3d86661

Please sign in to comment.