diff --git a/.github/workflows/common-cron-checks.yaml b/.github/workflows/common-cron-checks.yaml index 9ef6683..8f454ff 100644 --- a/.github/workflows/common-cron-checks.yaml +++ b/.github/workflows/common-cron-checks.yaml @@ -8,5 +8,5 @@ permissions: write-all jobs: common-cron-checks: - uses: neteye-platform/repo-commons/.github/workflows/common-cron-checks.yaml@16a5d59ba8debba287229e4e8c9b0bb3416096f1 # main + uses: neteye-platform/repo-commons/.github/workflows/common-cron-checks.yaml@57a2c206c506227dcd15b87273da3bf43946a867 # main secrets: inherit diff --git a/.github/workflows/common-manual-checks.yaml b/.github/workflows/common-manual-checks.yaml index 4bbd432..e8443b5 100644 --- a/.github/workflows/common-manual-checks.yaml +++ b/.github/workflows/common-manual-checks.yaml @@ -15,7 +15,7 @@ permissions: write-all jobs: common-manual-checks: - uses: neteye-platform/repo-commons/.github/workflows/common-manual-checks.yaml@16a5d59ba8debba287229e4e8c9b0bb3416096f1 # main + uses: neteye-platform/repo-commons/.github/workflows/common-manual-checks.yaml@57a2c206c506227dcd15b87273da3bf43946a867 # main secrets: inherit with: jobs_to_run: ${{ inputs.jobs_to_run }} diff --git a/.github/workflows/common-pull-request-checks.yaml b/.github/workflows/common-pull-request-checks.yaml index bf392a0..f6c3dc4 100644 --- a/.github/workflows/common-pull-request-checks.yaml +++ b/.github/workflows/common-pull-request-checks.yaml @@ -9,5 +9,5 @@ permissions: write-all jobs: common-pull-request-checks: - uses: neteye-platform/repo-commons/.github/workflows/common-pull-request-checks.yaml@16a5d59ba8debba287229e4e8c9b0bb3416096f1 # main + uses: neteye-platform/repo-commons/.github/workflows/common-pull-request-checks.yaml@57a2c206c506227dcd15b87273da3bf43946a867 # main secrets: inherit