Skip to content

Commit

Permalink
unpinned actions errors fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
abachleda-baca committed Nov 1, 2024
1 parent c6f58e9 commit a75c572
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/job-certificate-expire-test-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
contents: read
steps:
- name: checkout repo content
- uses: checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@@486457dc46e82b9a740ca0ef1dac6a38a3fc272d # v4.0.2
uses: aws-actions/configure-aws-credentials@486457dc46e82b9a740ca0ef1dac6a38a3fc272d # v4.0.2
with:
role-to-assume: ${{secrets.AWS_CERTIFICATE_EMAIL_ARN}}
aws-region: eu-west-2
Expand Down

0 comments on commit a75c572

Please sign in to comment.