chore(ci): update CodeQL actions to supported versions - #2585
Conversation
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Team Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
|
The workflow now includes its own file in the pull_request path filter so this version update can validate itself. GitHub is currently holding the CodeQL run for first-time-contributor approval (run 33995053038). Once approved, I will monitor and address any failure. Local actionlint, the full Go test suite, and git diff checks pass. |
httpx 1.12.0 Created-by: HarmonybrewBot Commit-by: HarmonybrewBot Merged-by: HarmonybrewBot Description: Created by `brew bump` --- Created with `brew bump-formula-pr`.<details> <summary>release notes</summary> <pre><!-- Release notes generated using configuration in .github/release.yml at main --> ## What's Changed ### 🔨 Maintenance * chore(deps): bump the projectdiscovery group across 1 directory with 12 updates by @dependabot[bot] in projectdiscovery/httpx#2592 * chore(deps): bump github.com/PuerkitoBio/goquery from 1.12.0 to 1.13.0 in the external group by @dependabot[bot] in projectdiscovery/httpx#2576 ### Other Changes * fix(cpe): substring fallback for vendor-prefix mismatches (#2550) by @rivalsxninjax1 in projectdiscovery/httpx#2569 * fix: stop reporting TLS-only ports as plain http by @knakul853 in projectdiscovery/httpx#2577 * chore: require tlsx v1.4.0 by @knakul853 in projectdiscovery/httpx#2584 * chore(ci): update CodeQL actions to supported versions by @Gh0stlyKn1ght in projectdiscovery/httpx#2585 * maint release by @ehsandeep in projectdiscovery/httpx#2596 ## New Contributors * @rivalsxninjax1 made their first contribution in projectdiscovery/httpx#2569 * @knakul853 made their first contribution in projectdiscovery/httpx#2577 * @Gh0stlyKn1ght made their first contribution in projectdiscovery/httpx#2585 **Full Changelog**: https://github.com/projectdiscovery/httpx/compare/v1.11.0...v1.12.0</pre> <p>View the full release notes at <a href="https://github.com/projectdiscovery/httpx/releases/tag/v1.12.0">https://github.com/projectdiscovery/httpx/releases/tag/v1.12.0</a>.</p> </details> <hr> See merge request: Harmonybrew/homebrew-core!18713
Proposed changes
Update the CodeQL workflow from the retired v2 action line to the supported v4 line, and align checkout with the v4 version already used by the rest of this repository.
This is a minimal follow-up to the maintainer feedback on #2553: it uses version tags rather than commit SHA pins and changes no other workflows or permissions.
Proof
Checklist
Submitted by @Gh0stlyKn1ght.