File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
.github/actions/setup-sccache Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments