Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build-push-greenhouse-pr-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading