Skip to content

ci: migrate GitHub workflows to pinned reusable quality and security checks.#109

Open
terabytesoftw wants to merge 2 commits into
mainfrom
ci/migrate-github-workflows-to-pinned
Open

ci: migrate GitHub workflows to pinned reusable quality and security checks.#109
terabytesoftw wants to merge 2 commits into
mainfrom
ci/migrate-github-workflows-to-pinned

Conversation

@terabytesoftw

Copy link
Copy Markdown
Contributor

Pull Request

  • Breaking change (fix or feature that would cause existing functionality to change)
  • Bugfix (non-breaking change that fixes an issue)
  • CI/build configuration
  • Documentation update
  • New feature (non-breaking change that adds functionality)
  • Refactoring (no functional changes)

@terabytesoftw terabytesoftw added the bug Something isn't working label Jul 4, 2026
@coderabbitai

coderabbitai Bot commented Jul 4, 2026

Copy link
Copy Markdown

Important

Review skipped

Too many files!

This PR contains 205 files, which is 55 over the limit of 150.

To get a review, narrow the scope:
• coderabbit review --type committed # exclude uncommitted changes
• coderabbit review --dir # limit to a subdirectory
• coderabbit review --base # compare against a closer base

Upgrade to a paid plan to raise the limit.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 8aa0f089-37cb-4751-8476-e23adf53fac5

📥 Commits

Reviewing files that changed from the base of the PR and between 2b870f4 and 0f050a6.

📒 Files selected for processing (205)
  • .github/dependabot.yml
  • .github/linters/.codespellrc
  • .github/linters/.editorconfig-checker.json
  • .github/linters/.gitleaks.toml
  • .github/linters/actionlint.yml
  • .github/workflows/build.yml
  • .github/workflows/dependency-check.yml
  • .github/workflows/ecs.yml
  • .github/workflows/linter.yml
  • .github/workflows/mutation.yml
  • .github/workflows/quality.yml
  • .github/workflows/security.yml
  • .github/workflows/static.yml
  • .prettierignore
  • .prettierrc.json
  • CHANGELOG.md
  • README.md
  • composer.json
  • rector.php
  • src/CanBeDisabled.php
  • src/CanBeSelected.php
  • src/Exception/Message.php
  • src/Global/CanBeAutofocus.php
  • src/Global/CanBeHidden.php
  • src/Global/HasAccesskey.php
  • src/Global/HasAria.php
  • src/Global/HasAutocapitalize.php
  • src/Global/HasAutocorrect.php
  • src/Global/HasClass.php
  • src/Global/HasContentEditable.php
  • src/Global/HasData.php
  • src/Global/HasDir.php
  • src/Global/HasDraggable.php
  • src/Global/HasEvents.php
  • src/Global/HasId.php
  • src/Global/HasInputMode.php
  • src/Global/HasLang.php
  • src/Global/HasMicroData.php
  • src/Global/HasNonce.php
  • src/Global/HasPopover.php
  • src/Global/HasRole.php
  • src/Global/HasSpellcheck.php
  • src/Global/HasStyle.php
  • src/Global/HasTabindex.php
  • src/Global/HasTitle.php
  • src/Global/HasTranslate.php
  • src/HasAs.php
  • src/HasBlocking.php
  • src/HasCharset.php
  • src/HasContent.php
  • src/HasCrossorigin.php
  • src/HasDownload.php
  • src/HasFetchpriority.php
  • src/HasFor.php
  • src/HasHreflang.php
  • src/HasHttpEquiv.php
  • src/HasImageSizes.php
  • src/HasImageSrcSet.php
  • src/HasIntegrity.php
  • src/HasLabel.php
  • src/HasMedia.php
  • src/HasName.php
  • src/HasPing.php
  • src/HasReferrerpolicy.php
  • src/HasRel.php
  • src/HasSizes.php
  • src/HasSrc.php
  • src/HasTarget.php
  • src/HasType.php
  • src/HasValue.php
  • src/Values/Aria.php
  • src/Values/AsValue.php
  • src/Values/Attribute.php
  • src/Values/Autocapitalize.php
  • src/Values/Autocomplete.php
  • src/Values/Autocorrect.php
  • src/Values/Blocking.php
  • src/Values/Charset.php
  • src/Values/ContentEditable.php
  • src/Values/Crossorigin.php
  • src/Values/Data.php
  • src/Values/Decoding.php
  • src/Values/Direction.php
  • src/Values/Draggable.php
  • src/Values/ElementAttribute.php
  • src/Values/Event.php
  • src/Values/Fetchpriority.php
  • src/Values/GlobalAttribute.php
  • src/Values/HttpEquiv.php
  • src/Values/InputMode.php
  • src/Values/Language.php
  • src/Values/Loading.php
  • src/Values/MetaName.php
  • src/Values/Popover.php
  • src/Values/PopoverTargetAction.php
  • src/Values/Referrerpolicy.php
  • src/Values/Rel.php
  • src/Values/Role.php
  • src/Values/Target.php
  • src/Values/Translate.php
  • src/Values/Type.php
  • tests/CanBeDisabledTest.php
  • tests/CanBeSelectedTest.php
  • tests/Global/CanBeAutofocusTest.php
  • tests/Global/CanBeHiddenTest.php
  • tests/Global/HasAccesskeyTest.php
  • tests/Global/HasAriaTest.php
  • tests/Global/HasAutocapitalizeTest.php
  • tests/Global/HasAutocorrectTest.php
  • tests/Global/HasClassTest.php
  • tests/Global/HasContentEditableTest.php
  • tests/Global/HasDataTest.php
  • tests/Global/HasDirTest.php
  • tests/Global/HasDraggableTest.php
  • tests/Global/HasEventsTest.php
  • tests/Global/HasIdTest.php
  • tests/Global/HasInputModeTest.php
  • tests/Global/HasLangTest.php
  • tests/Global/HasMicroDataTest.php
  • tests/Global/HasNonceTest.php
  • tests/Global/HasPopoverTest.php
  • tests/Global/HasRoleTest.php
  • tests/Global/HasSpellcheckTest.php
  • tests/Global/HasStyleTest.php
  • tests/Global/HasTabIndexTest.php
  • tests/Global/HasTitleTest.php
  • tests/Global/HasTranslateTest.php
  • tests/HasAsTest.php
  • tests/HasBlockingTest.php
  • tests/HasCharsetTest.php
  • tests/HasContentTest.php
  • tests/HasCrossoriginTest.php
  • tests/HasDownloadTest.php
  • tests/HasFetchpriorityTest.php
  • tests/HasForTest.php
  • tests/HasHreflangTest.php
  • tests/HasHttpEquivTest.php
  • tests/HasImageSizesTest.php
  • tests/HasImageSrcSetTest.php
  • tests/HasIntegrityTest.php
  • tests/HasLabelTest.php
  • tests/HasMediaTest.php
  • tests/HasNameTest.php
  • tests/HasPingTest.php
  • tests/HasReferrerpolicyTest.php
  • tests/HasRelTest.php
  • tests/HasSizesTest.php
  • tests/HasSrcTest.php
  • tests/HasTargetTest.php
  • tests/HasTypeTest.php
  • tests/HasValueTest.php
  • tests/Provider/AsProvider.php
  • tests/Provider/BlockingProvider.php
  • tests/Provider/CharsetProvider.php
  • tests/Provider/ContentProvider.php
  • tests/Provider/CrossoriginProvider.php
  • tests/Provider/DisabledProvider.php
  • tests/Provider/DownloadProvider.php
  • tests/Provider/FetchpriorityProvider.php
  • tests/Provider/ForProvider.php
  • tests/Provider/Global/AccesskeyProvider.php
  • tests/Provider/Global/AriaProvider.php
  • tests/Provider/Global/AutocapitalizeProvider.php
  • tests/Provider/Global/AutocorrectProvider.php
  • tests/Provider/Global/AutofocusProvider.php
  • tests/Provider/Global/ClassProvider.php
  • tests/Provider/Global/ContentEditableProvider.php
  • tests/Provider/Global/DataProvider.php
  • tests/Provider/Global/DirProvider.php
  • tests/Provider/Global/DraggableProvider.php
  • tests/Provider/Global/EventProvider.php
  • tests/Provider/Global/HiddenProvider.php
  • tests/Provider/Global/IdProvider.php
  • tests/Provider/Global/InputModeProvider.php
  • tests/Provider/Global/ItemIdProvider.php
  • tests/Provider/Global/ItemPropProvider.php
  • tests/Provider/Global/ItemRefProvider.php
  • tests/Provider/Global/ItemScopeProvider.php
  • tests/Provider/Global/ItemTypeProvider.php
  • tests/Provider/Global/LangProvider.php
  • tests/Provider/Global/NonceProvider.php
  • tests/Provider/Global/PopoverProvider.php
  • tests/Provider/Global/RoleProvider.php
  • tests/Provider/Global/SpellcheckProvider.php
  • tests/Provider/Global/StyleProvider.php
  • tests/Provider/Global/TabIndexProvider.php
  • tests/Provider/Global/TitleProvider.php
  • tests/Provider/Global/TranslateProvider.php
  • tests/Provider/HreflangProvider.php
  • tests/Provider/HttpEquivProvider.php
  • tests/Provider/ImageSizesProvider.php
  • tests/Provider/ImageSrcSetProvider.php
  • tests/Provider/IntegrityProvider.php
  • tests/Provider/LabelProvider.php
  • tests/Provider/MediaProvider.php
  • tests/Provider/NameProvider.php
  • tests/Provider/PingProvider.php
  • tests/Provider/ReferrerpolicyProvider.php
  • tests/Provider/RelProvider.php
  • tests/Provider/SelectedProvider.php
  • tests/Provider/SizesProvider.php
  • tests/Provider/SrcProvider.php
  • tests/Provider/TargetProvider.php
  • tests/Provider/TypeProvider.php
  • tests/Provider/ValueProvider.php

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch ci/migrate-github-workflows-to-pinned

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@terabytesoftw

Copy link
Copy Markdown
Contributor Author

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Can't wait for the next one!

Reviewed commit: 0f050a6920

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant