File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
.github/actions/gh-cache/cache Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2525 using : " composite"
2626 steps :
2727 - name : Restore cached value
28- uses : github/continuous-accessibility-scanner/.github/actions/gh-cache/restore@main
28+ uses : github/continuous-ai-for- accessibility-scanner/.github/actions/gh-cache/restore@main
2929 with :
3030 path : ${{ inputs.key }}
3131 token : ${{ inputs.token }}
4141
4242 - if : ${{ inputs.value }}
4343 name : Save cached value
44- uses : github/continuous-accessibility-scanner/.github/actions/gh-cache/save@main
44+ uses : github/continuous-ai-for- accessibility-scanner/.github/actions/gh-cache/save@main
4545 with :
4646 path : ${{ inputs.key }}
4747 token : ${{ inputs.token }}
Original file line number Diff line number Diff line change 1818 steps :
1919 - name : Restore cached_findings
2020 id : restore
21- uses : github/continuous-accessibility-scanner/.github/actions/gh-cache/cache@main
21+ uses : github/continuous-ai-for- accessibility-scanner/.github/actions/gh-cache/cache@main
2222 with :
2323 key : cached_findings-${{ github.ref_name }}
2424 token : ${{ inputs.token }}
4343 repository : ${{ inputs.repository }}
4444 token : ${{ inputs.token }}
4545 - name : Save cached_findings
46- uses : github/continuous-accessibility-scanner/.github/actions/gh-cache/cache@main
46+ uses : github/continuous-ai-for- accessibility-scanner/.github/actions/gh-cache/cache@main
4747 with :
4848 key : cached_findings-${{ github.ref_name }}
4949 value : ${{ steps.file.outputs.findings }}
You can’t perform that action at this time.
0 commit comments