Skip to content

Commit 83c3573

Browse files
authored
Update configure-aws-credentials and ccache-action (#946)
1 parent f3f7a96 commit 83c3573

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/actions/setup-sccache/action.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,22 +53,23 @@ runs:
5353
5454
- name: Authenticate to AWS
5555
id: aws-credentials
56-
uses: aws-actions/configure-aws-credentials@v3
56+
uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1.0
5757
if: inputs.aws-arn != ''
5858
with:
5959
role-to-assume: ${{ inputs.aws-arn }}
6060
role-session-name: ToolchainCISccacheAccess
6161
aws-region: ${{ inputs.aws-region }}
62+
special-characters-workaround: 'true' # special characters in secrets can cause SignatureDoesNotMatch errors
6263

6364
- name: Setup sccache (remote)
6465
if: inputs.aws-arn != '' && steps.aws-credentials.outcome == 'success'
65-
uses: hendrikmuhs/ccache-action@a1209f81afb8c005c13b4296c32e363431bffea5 # v1.2.17
66+
uses: thebrowsercompany/ccache-action@2bb339feaeb58ab618f79d7ab9e5dda7a73f3beb # main
6667
with:
6768
variant: sccache
6869

6970
- name: Setup sccache (local)
7071
if: inputs.aws-arn == ''
71-
uses: hendrikmuhs/ccache-action@a1209f81afb8c005c13b4296c32e363431bffea5 # v1.2.17
72+
uses: thebrowsercompany/ccache-action@2bb339feaeb58ab618f79d7ab9e5dda7a73f3beb # main
7273
with:
7374
max-size: ${{ inputs.disk-max-size }}
7475
key: ${{ inputs.disk-cache-key }}

0 commit comments

Comments
 (0)