Skip to content

Commit 0567010

Browse files
chore(deps): update cloudoperators/common digest to c5ee48b
1 parent 7e25ec5 commit 0567010

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci-cleanup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
cleanup:
10-
uses: cloudoperators/common/.github/workflows/shared-ghcr-cleanup.yaml@f87e1e6b7889707a9c10d1a8a9f9f481eb311c06 # main
10+
uses: cloudoperators/common/.github/workflows/shared-ghcr-cleanup.yaml@c5ee48b3e45f779545e42861b3f361cd3848abd8 # main
1111
with:
1212
package: greenhouse,greenhouse/charts/greenhouse
1313
dry-run: true

.github/workflows/ci-e2e-test-nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: "E2E"
4040
id: e2e
4141
continue-on-error: true
42-
uses: cloudoperators/common/workflows/e2e@f87e1e6b7889707a9c10d1a8a9f9f481eb311c06 # main
42+
uses: cloudoperators/common/workflows/e2e@c5ee48b3e45f779545e42861b3f361cd3848abd8 # main
4343
env:
4444
RUNTIME_ENV: "CI"
4545
GH_APP_ID: ${{ secrets.CLOUDOPERATOR_APP_ID }}

.github/workflows/ci-e2e-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: "E2E"
4848
id: e2e
4949
continue-on-error: true
50-
uses: cloudoperators/common/workflows/e2e@f87e1e6b7889707a9c10d1a8a9f9f481eb311c06 # main
50+
uses: cloudoperators/common/workflows/e2e@c5ee48b3e45f779545e42861b3f361cd3848abd8 # main
5151
env:
5252
RUNTIME_ENV: "CI"
5353
GH_APP_ID: ${{ secrets.CLOUDOPERATOR_APP_ID }}

.github/workflows/ci-reuse.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ on: [pull_request]
88

99
jobs:
1010
reuse:
11-
uses: cloudoperators/common/.github/workflows/shared-reuse.yaml@f87e1e6b7889707a9c10d1a8a9f9f481eb311c06 # main
11+
uses: cloudoperators/common/.github/workflows/shared-reuse.yaml@c5ee48b3e45f779545e42861b3f361cd3848abd8 # main

.github/workflows/codeql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
security-events: write
2222
actions: read
2323
contents: read
24-
uses: cloudoperators/common/.github/workflows/shared-codeql.yaml@f87e1e6b7889707a9c10d1a8a9f9f481eb311c06 # main
24+
uses: cloudoperators/common/.github/workflows/shared-codeql.yaml@c5ee48b3e45f779545e42861b3f361cd3848abd8 # main
2525
with:
2626
runs-on: "['ubuntu-latest']"
2727
language: "['go']"

.github/workflows/issue-project-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
if: github.event.label.name == 'backlog'
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: cloudoperators/common/workflows/issue-project-sync@f87e1e6b7889707a9c10d1a8a9f9f481eb311c06 # main
14+
- uses: cloudoperators/common/workflows/issue-project-sync@c5ee48b3e45f779545e42861b3f361cd3848abd8 # main
1515
with:
1616
GH_TOKEN: ${{ secrets.GH_PROJECT_TOKEN }}

.github/workflows/issue-triage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
triage:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: cloudoperators/common/workflows/issue-triage@f87e1e6b7889707a9c10d1a8a9f9f481eb311c06 # main
13+
- uses: cloudoperators/common/workflows/issue-triage@c5ee48b3e45f779545e42861b3f361cd3848abd8 # main

.github/workflows/stale.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ jobs:
88
permissions:
99
issues: write
1010
pull-requests: write
11-
uses: cloudoperators/common/.github/workflows/shared-stale.yaml@f87e1e6b7889707a9c10d1a8a9f9f481eb311c06 # main
11+
uses: cloudoperators/common/.github/workflows/shared-stale.yaml@c5ee48b3e45f779545e42861b3f361cd3848abd8 # main

0 commit comments

Comments
 (0)