Skip to content
Closed
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
2 changes: 1 addition & 1 deletion .github/workflows/promote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
jobs:
promote:
name: Promote
uses: canonical/observability/.github/workflows/charm-promote.yaml@v1
uses: canonical/observability/.github/workflows/charm-promote.yaml@e8084e0cc6409cda380d42632a858a8a511c5e4b # v2
with:
promotion: ${{ github.event.inputs.promotion }}
charm-path: ${{ github.event.inputs.charm }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/quality-gates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ on:
jobs:
quality-gates-coordinator:
name: Run quality gates
uses: canonical/observability/.github/workflows/charm-quality-gates.yaml@v1
uses: canonical/observability/.github/workflows/charm-quality-gates.yaml@e8084e0cc6409cda380d42632a858a8a511c5e4b # v2
secrets: inherit
with:
charm-path: coordinator
quality-gates-worker:
name: Run quality gates
uses: canonical/observability/.github/workflows/charm-quality-gates.yaml@v1
uses: canonical/observability/.github/workflows/charm-quality-gates.yaml@e8084e0cc6409cda380d42632a858a8a511c5e4b # v2
secrets: inherit
with:
charm-path: worker
2 changes: 1 addition & 1 deletion .github/workflows/tiobe-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
tiobe-scan:
name: TiCs-scan
uses: canonical/observability/.github/workflows/charm-tiobe-scan.yaml@v1
uses: canonical/observability/.github/workflows/charm-tiobe-scan.yaml@e8084e0cc6409cda380d42632a858a8a511c5e4b # v2
with:
coverage-folder: .cover
tiobe-project-name: pyroscope-operators
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-libs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ on:
jobs:
update-lib-coordinator:
name: Check libraries
uses: canonical/observability/.github/workflows/charm-update-libs.yaml@v1
uses: canonical/observability/.github/workflows/charm-update-libs.yaml@e8084e0cc6409cda380d42632a858a8a511c5e4b # v2
secrets: inherit
with:
charm-path: coordinator
git-branch: chore/auto-libs/coordinator
update-lib-worker:
name: Check libraries
uses: canonical/observability/.github/workflows/charm-update-libs.yaml@v1
uses: canonical/observability/.github/workflows/charm-update-libs.yaml@e8084e0cc6409cda380d42632a858a8a511c5e4b # v2
secrets: inherit
with:
charm-path: worker
Expand Down
Loading