Skip to content

ci(deps): bump ruby/setup-ruby from 1.299.0 to 1.300.0 in the github-actions group - #24

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-0c457e8d78
Closed

ci(deps): bump ruby/setup-ruby from 1.299.0 to 1.300.0 in the github-actions group#24
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-0c457e8d78

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 8, 2026

Copy link
Copy Markdown

Bumps the github-actions group with 1 update: ruby/setup-ruby.

Updates ruby/setup-ruby from 1.299.0 to 1.300.0

Release notes

Sourced from ruby/setup-ruby's releases.

v1.300.0

What's Changed

Full Changelog: ruby/setup-ruby@v1.299.0...v1.300.0

Commits

Dependabot compatibility score

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the github-actions group with 1 update: [ruby/setup-ruby](https://github.com/ruby/setup-ruby).


Updates `ruby/setup-ruby` from 1.299.0 to 1.300.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@3ff19f5...e65c17d)

---
updated-dependencies:
- dependency-name: ruby/setup-ruby
  dependency-version: 1.300.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 8, 2026
@dependabot @github

dependabot Bot commented on behalf of github Apr 13, 2026

Copy link
Copy Markdown
Author

Looks like ruby/setup-ruby is updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Apr 13, 2026
@dependabot
dependabot Bot deleted the dependabot/github_actions/github-actions-0c457e8d78 branch April 13, 2026 18:37
anakrish pushed a commit that referenced this pull request Jun 19, 2026
Mirror the regorus-bpf egress backend for an LSM file-open hook. Lower a
regorus-lift EnforcerConfig over the observable fields input.path (Str,
canonicalized in user space) and input.op (read/write/exec) into a fixed
rule plan, with a user-space reference enforcer that the conformance tests
treat as ground truth.

What lowers: Eq/Membership of exact paths and ops, plus a non-negated
startswith(input.path, ...) as a leading-byte prefix. What is dropped
(fail-closed, never approximated): non-observable fields, a second atom on
the same field, negated prefixes, and endswith/contains (a fixed kernel
program cannot match suffix/substring soundly). The non-negotiable
invariant is preserved: enforce == Allow implies full_eval == allow.

bpf/file_open.bpf.c is a CO-RE lsm/file_open program built on the same
self-authored compat shim (no libbpf-dev). It reads a bounded, NON-canonical
bpf_d_path prefix and is documented best-effort (Phase-2 risk); the
user-space enforcer is the conformance reference. It compiles cleanly
against live /sys/kernel/btf/vmlinux.

Tests: triple-path conformance and scenarios #22-23 (file-read allow-list,
no-exec-from-tmp), exporter unit tests, fail-closed/design notes for
#24-27 (signature allow-listing, module lockdown, ptrace/raw-socket,
AI-agent guardrail composition), and a toolchain-gated BPF compile test.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants