diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml index 48f01837..ca1cc35b 100644 --- a/.github/workflows/example.yml +++ b/.github/workflows/example.yml @@ -41,7 +41,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4 + uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4 with: role-to-assume: arn:aws:iam::615713231484:role/cq-playground-aws-github-action aws-region: us-east-1 diff --git a/.github/workflows/example_matrix.yml b/.github/workflows/example_matrix.yml index 6922147d..7126ed8b 100644 --- a/.github/workflows/example_matrix.yml +++ b/.github/workflows/example_matrix.yml @@ -34,7 +34,7 @@ jobs: steps: - uses: actions/checkout@v4 # Checkout the code so we have access to the config file - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4 + uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4 with: role-to-assume: arn:aws:iam::615713231484:role/cq-playground-aws-github-action aws-region: us-east-1 diff --git a/.github/workflows/versioning.yml b/.github/workflows/versioning.yml index 1c7983a5..b1dd2878 100644 --- a/.github/workflows/versioning.yml +++ b/.github/workflows/versioning.yml @@ -11,7 +11,7 @@ jobs: actions-tagger: runs-on: ubuntu-latest steps: - - uses: Actions-R-Us/actions-tagger@330ddfac760021349fef7ff62b372f2f691c20fb + - uses: Actions-R-Us/actions-tagger@148653c6179832f8392d083de6b46ad3dcc54de3 with: publish_latest_tag: true token: ${{ secrets.GITHUB_TOKEN }}