diff --git a/.github/workflows/build-push-greenhouse-pr-preview.yaml b/.github/workflows/build-push-greenhouse-pr-preview.yaml index 732377fd20..2a472a416b 100644 --- a/.github/workflows/build-push-greenhouse-pr-preview.yaml +++ b/.github/workflows/build-push-greenhouse-pr-preview.yaml @@ -181,7 +181,7 @@ jobs: if: needs.build-and-push.outputs.image-built == 'true' permissions: packages: write - uses: cloudoperators/common/.github/workflows/shared-ghcr-cleanup.yaml@d138f9922c75ed1e1ad3ae3bfb68dd8ae3284dc6 # main + uses: cloudoperators/common/.github/workflows/shared-ghcr-cleanup.yaml@ab7fac711675c77ba025bfde04f08175a4476546 # main with: runs-on: ubuntu-latest package: juno-app-greenhouse-pr-preview @@ -196,7 +196,7 @@ jobs: github.event.pull_request.head.repo.full_name == github.repository permissions: packages: write - uses: cloudoperators/common/.github/workflows/shared-ghcr-cleanup.yaml@d138f9922c75ed1e1ad3ae3bfb68dd8ae3284dc6 # main + uses: cloudoperators/common/.github/workflows/shared-ghcr-cleanup.yaml@ab7fac711675c77ba025bfde04f08175a4476546 # main with: runs-on: ubuntu-latest package: juno-app-greenhouse-pr-preview diff --git a/.github/workflows/ci-checks.yaml b/.github/workflows/ci-checks.yaml index 17c137b8c7..5fc7abd9df 100644 --- a/.github/workflows/ci-checks.yaml +++ b/.github/workflows/ci-checks.yaml @@ -23,12 +23,12 @@ env: jobs: reuse-compliance: - uses: cloudoperators/common/.github/workflows/shared-reuse.yaml@d138f9922c75ed1e1ad3ae3bfb68dd8ae3284dc6 # main + uses: cloudoperators/common/.github/workflows/shared-reuse.yaml@ab7fac711675c77ba025bfde04f08175a4476546 # main license-headers: permissions: contents: write - uses: cloudoperators/common/.github/workflows/shared-license.yaml@d138f9922c75ed1e1ad3ae3bfb68dd8ae3284dc6 # main + uses: cloudoperators/common/.github/workflows/shared-license.yaml@ab7fac711675c77ba025bfde04f08175a4476546 # main with: apply_header: false