@@ -47,27 +47,27 @@ runs:
4747 echo "cache_key=$CACHE_KEY" >> $GITHUB_OUTPUT
4848 - name : Restore cached_findings
4949 id : restore
50- uses : ./ .github/actions/gh-cache/cache
50+ uses : github/accessibility-scanner/ .github/actions/gh-cache/cache@v1
5151 with :
5252 key : ${{ steps.cache_key.outputs.cache_key }}
5353 token : ${{ inputs.token }}
5454 - if : ${{ inputs.login_url && inputs.username && inputs.password && !inputs.auth_context }}
5555 name : Authenticate
5656 id : auth
57- uses : ./ .github/actions/auth
57+ uses : github/accessibility-scanner/ .github/actions/auth@v1
5858 with :
5959 login_url : ${{ inputs.login_url }}
6060 username : ${{ inputs.username }}
6161 password : ${{ inputs.password }}
6262 - name : Find
6363 id : find
64- uses : ./ .github/actions/find
64+ uses : github/accessibility-scanner/ .github/actions/find@v1
6565 with :
6666 urls : ${{ inputs.urls }}
6767 auth_context : ${{ inputs.auth_context || steps.auth.outputs.auth_context }}
6868 - name : File
6969 id : file
70- uses : ./ .github/actions/file
70+ uses : github/accessibility-scanner/ .github/actions/file@v1
7171 with :
7272 findings : ${{ steps.find.outputs.findings }}
7373 repository : ${{ inputs.repository }}
@@ -76,13 +76,13 @@ runs:
7676 - if : ${{ inputs.skip_copilot_assignment != 'true' }}
7777 name : Fix
7878 id : fix
79- uses : ./ .github/actions/fix
79+ uses : github/accessibility-scanner/ .github/actions/fix@v1
8080 with :
8181 issue_urls : ${{ steps.file.outputs.opened_issue_urls }}
8282 repository : ${{ inputs.repository }}
8383 token : ${{ inputs.token }}
8484 - name : Save cached_findings
85- uses : ./ .github/actions/gh-cache/cache
85+ uses : github/accessibility-scanner/ .github/actions/gh-cache/cache@v1
8686 with :
8787 key : ${{ steps.cache_key.outputs.cache_key }}
8888 value : ${{ steps.file.outputs.findings }}
0 commit comments