Skip to content

Commit

Permalink
feat(ci): pin CI to v0 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucabello authored Jan 29, 2025
1 parent db2d8ad commit 4b86441
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: traefik
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: traefik
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: traefik
source-repo: traefik/traefik
Expand Down

0 comments on commit 4b86441

Please sign in to comment.