Skip to content

Commit 9e6b693

Browse files
committed
fix: Replace 'smockle/composite-action' branch with 'main'
1 parent 27bd0f9 commit 9e6b693

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@ runs:
1818
steps:
1919
- name: Find
2020
id: find
21-
uses: github/continuous-accessibility-scanner/.github/actions/find@smockle/composite-action
21+
uses: github/continuous-accessibility-scanner/.github/actions/find@main
2222
with:
2323
urls: ${{ inputs.urls }}
2424
- name: File
2525
id: file
26-
uses: github/continuous-accessibility-scanner/.github/actions/file@smockle/composite-action
26+
uses: github/continuous-accessibility-scanner/.github/actions/file@main
2727
with:
2828
findings: ${{ steps.find.outputs.findings }}
2929
repository: ${{ inputs.repository }}
3030
token: ${{ inputs.token }}
3131
- name: Fix
3232
id: fix
33-
uses: github/continuous-accessibility-scanner/.github/actions/fix@smockle/composite-action
33+
uses: github/continuous-accessibility-scanner/.github/actions/fix@main
3434
with:
3535
issue_numbers: ${{ steps.file.outputs.issue_numbers }}
3636
repository: ${{ inputs.repository }}

0 commit comments

Comments
 (0)