deps(actions): bump github/codeql-action from 3 to 4 - #3
Merged
Merged
Conversation
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3...v4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This was referenced Jul 16, 2026
trendvidia
added a commit
that referenced
this pull request
Jul 16, 2026
Resolves spec issue #15 (GH #64). In-place revision of the unreleased carrier — the deliberate pre-freeze window for wire-shape changes. - EnumLiteral {enum_type, value_name, number}: enum references lower RESOLVED; consumers never re-resolve bare names against a pool (replaces string enum_name). - ListLiteral becomes repeated LiteralValue: elements are values, not arguments — no names, no expressions representable; homogeneous kind required (same enum_type for enum elements); nesting legal. - Message literals stay google.protobuf.Any, with the explicit-typing rule pinned: type from the param declaration or an explicit use-site type name, never inferred from value shape; source spelling deferred to the IETF draft (#3). - RFC-001 §8.1 excerpt + lowering rules prose; §13 row 6 resolved; CHANGELOG notes the protocompile descriptor.pb.go re-vendor follow-up. - Fixtures: 10_literal_args.proto (schema-text: enum ref + list on any-typed params) and 11_literal_carrier_golden.textproto (lowered AnnotationList, all three kinds, protoc encode/decode-verified).
trendvidia
added a commit
that referenced
this pull request
Jul 16, 2026
* spec: finalize Literal carrier shape (RFC-001 §8.1) Resolves spec issue #15 (GH #64). In-place revision of the unreleased carrier — the deliberate pre-freeze window for wire-shape changes. - EnumLiteral {enum_type, value_name, number}: enum references lower RESOLVED; consumers never re-resolve bare names against a pool (replaces string enum_name). - ListLiteral becomes repeated LiteralValue: elements are values, not arguments — no names, no expressions representable; homogeneous kind required (same enum_type for enum elements); nesting legal. - Message literals stay google.protobuf.Any, with the explicit-typing rule pinned: type from the param declaration or an explicit use-site type name, never inferred from value shape; source spelling deferred to the IETF draft (#3). - RFC-001 §8.1 excerpt + lowering rules prose; §13 row 6 resolved; CHANGELOG notes the protocompile descriptor.pb.go re-vendor follow-up. - Fixtures: 10_literal_args.proto (schema-text: enum ref + list on any-typed params) and 11_literal_carrier_golden.textproto (lowered AnnotationList, all three kinds, protoc encode/decode-verified). * docs: record S1 resolutions (#11–#16) in RFC-001-issues.md Ticks the six open-question boxes and adds a resolution record to each section — GH #60–#65, PR train #94–#99 — with pointers to the follow-up trackers (protocompile#67/#68, GH #102/#103) and the fixtures 07–11.
trendvidia
added a commit
that referenced
this pull request
Jul 16, 2026
trendvidia
added a commit
that referenced
this pull request
Jul 16, 2026
…1–S3 resolutions, generate xml/txt (#114) * docs: complete IETF draft-trendvidia-protowire-01 — merge -00, port S1–S3 resolutions, generate xml/txt Prepares -01 for Datatracker submission (issue #57): - Ports the ratified spec decisions the draft body lacked: WKT binding rules (#61), recursion depth limits (#62), streaming RPC validation (#63), Report wire shape incl. structured FieldPath and typed Value (#65 — replaces the 'dotted path' row and the TBD paragraph), engine configuration (#60), and @sensitive (#90: annotations-table row + Sensitivity Classification section). - Merges all '[Unchanged from -00]' placeholders with the verbatim -00 sections (Introduction, Terminology, protowire Family, PXF, PB, SBE, PXF/SBE annotations, Response Envelope, Decoder Conformance, Media Types/IANA/Security). - Back-matter ABNF appendix renamed 'ABNF Additions in -01' ({#abnf-additions}) — the -00 PXF ABNF keeps {#abnf-grammar}. - Editor's note converted to a kramdown-rfc note block (the pre-abstract section was silently dropped by the toolchain); fixes a dangling {{function-registration}} reference; wraps two over-72-char ABNF lines; date-bumps to 2026-07-16. - Rewrites Open Issues: the five -00-era questions are resolved in-document; deferred items (container aliases, stream-level invariants, sensitivity taxonomy #111, @Encrypted #112) listed. - Populates Implementation Status (RFC 7942). - Generates draft-trendvidia-protowire-01.{xml,txt} via kramdown-rfc 1.7 + xml2rfc 3.34; scripts/build_rfc.sh now takes a revision argument (default 01) and documents -00's hand-paginated .txt caveat. * docs: record #3 draft completion (GH #57, PR #114)
trendvidia
added a commit
that referenced
this pull request
Jul 24, 2026
…dger (#146) protobuf-go PR#4 (2026-07-24, closing protobuf-go#2/#3) shipped both codegen boxes: the §9.3 function stubs (Functions interface, UnimplementedFunctions, RegisterFunctions binding typed impls to a protocheck Engine by FQN, carriers 50400/50401/50403 decoded from options' unknown fields without a schema/v1 module dependency) and the annotation-aware decoration (@description doc comments, @deprecated notices on enums/values/messages/fields/getters, function-level bracket options; byte-identical output without carriers). Example-as-test emission remains optional/deferred. With M1–M7 complete, open implementation work is #80 (OpenAPI, GH #93) plus #18/#19/#20 and per-port adoption.
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 github/codeql-action from 3 to 4.
Release notes
Sourced from github/codeql-action's releases.
... (truncated)
Changelog
Sourced from github/codeql-action's changelog.
... (truncated)
Commits
5145c11Bump ruby/setup-ruby7108503Bump@ava/typescriptfrom 6.0.0 to 7.0.04fe9b1eMerge pull request #3856 from github/henrymercer/overlay-add-log-group56733fbAdd log group for downloading overlay-base DB0a63608Add GHES 3.21 to supported versions table97be3afDeprecate CodeQL versions 2.19.3 and earlierDependabot 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 this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)