ci(deps): bump the github-actions group across 1 directory with 3 updates - #21
Closed
dependabot[bot] wants to merge 1 commit into
Closed
ci(deps): bump the github-actions group across 1 directory with 3 updates#21dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
…ates Bumps the github-actions group with 3 updates in the / directory: [actions/setup-go](https://github.com/actions/setup-go), [github/codeql-action](https://github.com/github/codeql-action) and [ruby/setup-ruby](https://github.com/ruby/setup-ruby). Updates `actions/setup-go` from 6.3.0 to 6.4.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@4b73464...4a36011) Updates `github/codeql-action` from 4.34.1 to 4.35.1 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@3869755...c10b806) Updates `ruby/setup-ruby` from 1.295.0 to 1.299.0 - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](ruby/setup-ruby@319994f...3ff19f5) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: github/codeql-action dependency-version: 4.35.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: ruby/setup-ruby dependency-version: 1.299.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
Author
|
Looks like these dependencies are no longer updatable, so this is no longer needed. |
dependabot
Bot
deleted the
dependabot/github_actions/github-actions-7015722a1c
branch
April 3, 2026 14:54
anakrish
pushed a commit
that referenced
this pull request
Jun 19, 2026
Port comparisons on `input.dest_port` (`>=`, `>`, `<=`, `<`, and a closed
range `lo <= port <= hi`) now lower into a single inclusive port-range clause
row and are enforced soundly, instead of being dropped.
Core changes:
- abi/plan: add `ScalarMatch::Range { min, max }` (inclusive). A range requires
the field to be present, mirroring a Rego comparison over a missing field
(`missing_matches = false`, fail-closed).
- plan: `lower_clause` now gathers atoms per field; `dest_port` accepts multiple
`Cmp` atoms which are intersected into one range. Ge/Gt/Le/Lt map to half-open
bounds clamped to `[0, u16::MAX]`; an empty intersection drops the clause
(sound). `Ne`, a `negation_complement` Cmp, or any Cmp/Eq/Membership mix on
the port field rejects the whole clause (fail-closed). Eq/Membership behaviour
is unchanged.
- enforcer: `scalar_matches` handles `Range` (None never matches).
- bpf/egress.bpf.c: extend `struct clause_entry` with `port_min`/`port_max` and a
`MATCH_RANGE` port_kind; `port_matches` handles the inclusive range. Host byte
order and the bounded loop are unchanged; still compiles against live BTF.
Tests:
- tests/portrange.rs: 19 tests — unit lowering (Ge/Le/closed/strict/empty-drop/
Ne-reject/negation-complement-reject/range+proto+CIDR/range+Exact-conflict/
single-point) plus triple-path conformance (full_eval vs sim vs enforce) over
a fuzzed port sweep, asserting never-over-permit and exact agreement within
the kernel-observable u16 window.
- tests/fail_closed_unsupported.rs: 6 tests + design notes locking down #18
(IPv6/connect6), #19 (deny-lists), #20 (other hooks, note-only), and #21
(per-uid/cgroup scoping) as sound/fail-closed.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
Bumps the github-actions group with 3 updates in the / directory: actions/setup-go, github/codeql-action and ruby/setup-ruby.
Updates
actions/setup-gofrom 6.3.0 to 6.4.0Release notes
Sourced from actions/setup-go's releases.
Commits
4a36011docs: fix Microsoft build of Go link (#734)8f19afcfeat: add go-download-base-url input for custom Go distributions (#721)27fdb26Bump minimatch from 3.1.2 to 3.1.5 (#727)def8c39Rearrange README.md, add advanced-usage.md (#724)Updates
github/codeql-actionfrom 4.34.1 to 4.35.1Release notes
Sourced from github/codeql-action's releases.
Changelog
Sourced from github/codeql-action's changelog.
... (truncated)
Commits
c10b806Merge pull request #3782 from github/update-v4.35.1-d6d1743b8c5ffd06Update changelog for v4.35.1d6d1743Merge pull request #3781 from github/henrymercer/update-git-minimum-version65d2efaAdd changelog note2437b20Update minimum git version for overlay to 2.36.0ea5f719Merge pull request #3775 from github/dependabot/npm_and_yarn/node-forge-1.4.045ceeeaMerge pull request #3777 from github/mergeback/v4.35.0-to-main-b8bb9f2824448c9Rebuild7c51060Update changelog and version after v4.35.0b8bb9f2Merge pull request #3776 from github/update-v4.35.0-0078ad667Updates
ruby/setup-rubyfrom 1.295.0 to 1.299.0Release notes
Sourced from ruby/setup-ruby's releases.
Commits
3ff19f5Update CRuby releases on Windows4dc28cfAdd ruby-3.2.11c515ec1Update CRuby releases on Windowseab2afbAdd ruby-3.3.1197b3338Mention all maintainers in check-new-windows-versions for consistencyDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions