File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -16,24 +16,21 @@ inputs:
1616runs :
1717 using : " composite"
1818 steps :
19- - uses : actions/checkout@v4
20- with :
21- repository : ' github/continuous-accessibility-scanner'
2219 - name : Find
2320 id : find
24- uses : ./ .github/actions/find
21+ uses : github/continuous-accessibility-scanner/ .github/actions/find@smockle/composite-action
2522 with :
2623 urls : ${{ inputs.urls }}
2724 - name : File
2825 id : file
29- uses : ./ .github/actions/file
26+ uses : github/continuous-accessibility-scanner/ .github/actions/file@smockle/composite-action
3027 with :
3128 findings : ${{ steps.find.outputs.findings }}
3229 repository : ${{ inputs.repository }}
3330 token : ${{ inputs.token }}
3431 - name : Fix
3532 id : fix
36- uses : ./ .github/actions/fix
33+ uses : github/continuous-accessibility-scanner/ .github/actions/fix@smockle/composite-action
3734 with :
3835 issue_numbers : ${{ steps.file.outputs.issue_numbers }}
3936 repository : ${{ inputs.repository }}
You can’t perform that action at this time.
0 commit comments