File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ concurrency:
1616
1717jobs :
1818 extension-ci :
19- uses : steadybit/extension-kit/.github/workflows/reusable-extension-ci.yml@main
19+ uses : steadybit/extension-kit/.github/workflows/reusable-extension-ci.yml@main # NOSONAR githubactions:S7637 - our own action
2020 with :
2121 go_version : ' 1.24'
2222 build_linux_packages : false
Original file line number Diff line number Diff line change 77
88jobs :
99 call-workflow :
10- uses : steadybit/.github/.github/workflows/cla.yml@main
10+ uses : steadybit/.github/.github/workflows/cla.yml@main # NOSONAR githubactions:S7637 - our own action
1111 secrets :
1212 PERSONAL_ACCESS_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN_USED_BY_CLA_FROM_ANSGAR }}
Original file line number Diff line number Diff line change 77
88jobs :
99 ghcr-cleanup :
10- uses : steadybit/extension-kit/.github/workflows/reusable-ghcr-cleanup.yml@main
10+ uses : steadybit/extension-kit/.github/workflows/reusable-ghcr-cleanup.yml@main # NOSONAR githubactions:S7637 - our own action
1111 secrets :
1212 token : ${{ secrets.GHCR_CLEANUP_PAT }}
You can’t perform that action at this time.
0 commit comments