ci: harden PR artifact publishing - #147
Merged
Merged
Conversation
Kirrrusha
force-pushed
the
feat/sec-pipeline
branch
from
July 14, 2026 11:39
2b2c5ab to
e72b83f
Compare
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.
Summary
This MR hardens the PR artifact publishing flow and reduces the permissions required by the main PR workflow.
Changes
workflow_runpublisher.artifactsbranch.upload-artifactanddownload-artifactaction versions.FIREFOX_EXTENSION_IDin build validation steps.Why
The previous PR workflow required write permissions and published artifacts directly during PR checks. Moving publishing to a trusted
workflow_runflow keeps the PR workflow safer while preserving downloadable tester builds.Testing
artifactsbranch.Русское описание
Кратко
Этот MR усиливает безопасность публикации артефактов для PR и уменьшает права, необходимые основному PR workflow.
Изменения
workflow_runpublisher.upload-artifactиdownload-artifact.FIREFOX_EXTENSION_IDиспользуется из repository variables в build validation шагах.Зачем
Раньше PR workflow требовал write permissions и публиковал артефакты напрямую во время PR checks. Новый
workflow_runflow переносит публикацию в доверенный workflow и сохраняет возможность скачивать tester builds.Проверка
artifacts.