ci: fix self-repository references - #20166
Open
opentelemetrybot wants to merge 1 commit into
Open
opentelemetrybot wants to merge 1 commit into
opentelemetrybot wants to merge 1 commit into
Conversation
Pull request dashboard statusWaiting on reviewers · refreshed 2026-09-15 04:00 UTC Review the latest changes. Status above doesn't look right?
|
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
All local references were consistently migrated, their targets exist, and the pinned Scorecard commit matches v0.14.0.
Pull request overview
Updates CI workflows to use GitHub’s self-repository syntax and eliminate zizmor findings.
Changes:
- Migrates local reusable workflow references from
./to$/. - Updates the shared Scorecard workflow to v0.14.0.
File summaries
| File | Description |
|---|---|
.github/workflows/reusable-pr-build.yml |
Updates reusable build references. |
.github/workflows/release.yml |
Updates release workflow references. |
.github/workflows/publish-smoke-test-spring-boot-images.yml |
Updates image publishing reference. |
.github/workflows/publish-smoke-test-servlet-images.yml |
Updates notification reference. |
.github/workflows/publish-smoke-test-security-manager-images.yml |
Updates image publishing reference. |
.github/workflows/publish-smoke-test-quarkus-images.yml |
Updates image publishing reference. |
.github/workflows/publish-smoke-test-play-images.yml |
Updates image publishing reference. |
.github/workflows/publish-smoke-test-grpc-images.yml |
Updates image publishing reference. |
.github/workflows/pr-smoke-test-spring-boot-images.yml |
Updates PR smoke-test reference. |
.github/workflows/pr-smoke-test-security-manager-images.yml |
Updates PR smoke-test reference. |
.github/workflows/pr-smoke-test-quarkus-images.yml |
Updates PR smoke-test reference. |
.github/workflows/pr-smoke-test-play-images.yml |
Updates PR smoke-test reference. |
.github/workflows/pr-smoke-test-grpc-images.yml |
Updates PR smoke-test reference. |
.github/workflows/ossf-scorecard.yml |
Upgrades Scorecard workflow to v0.14.0. |
.github/workflows/native-tests-daily.yml |
Updates native-test and notification references. |
.github/workflows/documentation-synchronization-audit.yml |
Updates notification references. |
.github/workflows/build.yml |
Updates standard build references. |
.github/workflows/build-pull-request.yml |
Updates PR build reference. |
.github/workflows/build-daily.yml |
Updates daily build references. |
.github/workflows/build-daily-no-build-cache.yml |
Updates uncached daily build references. |
Review details
- Files reviewed: 20/20 changed files
- Comments generated: 0
- Review effort level: Balanced
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Use GitHub's dedicated
$/...syntax for same-repository actions and reusable workflows so zizmor no longer reportsself-repositoryfindings.Update the shared Scorecard workflow to v0.14.0, which filters the corresponding Scorecard false positives.
Strict all-level enforcement is staged in open-telemetry/admin#896.