Skip to content

Commit

Permalink
feat(ci): pin CI to v0 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucabello authored Jan 29, 2025
1 parent 3c425fd commit aabd0fd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ on:
jobs:
pull-request:
name: PR
uses: canonical/observability/.github/workflows/rock-pull-request.yaml@main
uses: canonical/observability/.github/workflows/rock-pull-request.yaml@v0
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/rock-release-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
build:
uses: canonical/observability/.github/workflows/rock-release-dev.yaml@main
uses: canonical/observability/.github/workflows/rock-release-dev.yaml@v0
secrets: inherit
with:
rock-name: mimir
2 changes: 1 addition & 1 deletion .github/workflows/rock-release-oci-factory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
uses: canonical/observability/.github/workflows/rock-release-oci-factory.yaml@main
uses: canonical/observability/.github/workflows/rock-release-oci-factory.yaml@v0
secrets: inherit
with:
rock-name: mimir
2 changes: 1 addition & 1 deletion .github/workflows/rock-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
uses: canonical/observability/.github/workflows/rock-update.yaml@main
uses: canonical/observability/.github/workflows/rock-update.yaml@v0
with:
rock-name: mimir
source-repo: grafana/mimir
Expand Down

0 comments on commit aabd0fd

Please sign in to comment.