-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump actions/github-script from 6.4.0 to 6.4.1 #311
base: develop
Are you sure you want to change the base?
Bump actions/github-script from 6.4.0 to 6.4.1 #311
Commits on Jan 10, 2023
-
Release 1.0 metaschema adjustments (usnistgov#1065)
* Many fixes to the constraints in the OSCAL metaschemas to repair broken Metapaths. * fixing defects in metaschema constraints * Updating to latest Metaschema toolchain. Removed use of the "require" constraint. * updating readme with current links
Configuration menu - View commit details
-
Copy full SHA for 25505c2 - Browse repository at this point
Copy the full SHA 25505c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 929005a - Browse repository at this point
Copy the full SHA 929005aView commit details -
Profile resolver selection: XSpec additions and minor XSLT enhancemen…
…ts (usnistgov#1101) * Group scenarios and add edge case scenario * Group the scenarios that test o:glob-as-regex. * Add scenario for edge case where input is empty. * For selection, augment XSpec and update XSLT * Add XSpec tests for oscal-profile-resolve-select.xsl, mostly at the level of templates and functions. * Minor enhancements in oscal-profile-resolve-select.xsl: * Add support for with-parent-controls * Generate fatal error if resource cannot be fetched * Provide focused error message if resource has no suitable rlink * Handle missing matching pattern * Fix indentation * Fix scenario that intentionally omits pattern * Rename o:resource-or-warning as o:resource-or-error * Attributes, not elements, for "from" and "to" * Update expected value for 4a3cadf changes in catalog * The abc-full_catalog.xml file has changed, so the "Loose parameters" test scenario needs adjustment. * Reduce redundancy in expected metadata * metadata is copied verbatim, so no need to check details in multiple test scenarios for the match=profile template * Update verbiage to cross-reference with logged discussion pages
Configuration menu - View commit details
-
Copy full SHA for 63def77 - Browse repository at this point
Copy the full SHA 63def77View commit details -
Use XSpec variable instead of entity (usnistgov#1136)
For consistency with select.xspec, use XSpec variable instead of entity for the path to the profile resolution examples.
Configuration menu - View commit details
-
Copy full SHA for dd09086 - Browse repository at this point
Copy the full SHA dd09086View commit details -
Nonrecursive UUID functions plus XSpec tests (usnistgov#1158)
random-util.xsl provides r:make-uuid and r:make-uuid-sequence for creating one or more random UUIDs. The r:make-random-string-sequence function supports more flexible random patterns. Implementations here use the XPath function, random-number-generator. random-util.xspec provides template- and function-level tests for code in random-util.xsl.
Configuration menu - View commit details
-
Copy full SHA for 9d0cbb3 - Browse repository at this point
Copy the full SHA 9d0cbb3View commit details -
Iterate over sequence of characters, not positions (usnistgov#1163)
Implementing an idea from @wendellpiez: Instead of iterating over a numeric sequence that represents the position of each character in a long string, iterate over the sequence of characters. This change is in the implementation only, not in the function output. I used ad hoc modifications of the label="seq-length=10000" scenario in the XSpec test to check that the original and modified functions produce the same UUID sequence.
Configuration menu - View commit details
-
Copy full SHA for 79db795 - Browse repository at this point
Copy the full SHA 79db795View commit details -
Profile resolver: Metadata tests and way of determining top UUID (usn…
…istgov#1175) - Metadata tests and way of determining top UUID - Remove global parameter assign-uuid (note backward incompatibility - is it OK?) - Instead, support global parameters uuid-method and top-uuid, in uuid-method-choice.xsl - Support global parameter hide-source-profile-uri - Stub of opr:oscal-version function - Stub of message handler template, using xsl:message for now - Add XSpec tests - Add table of parameters and clarify testing folder content - Change "home" from global param to global variable; does not need to be set from outside
Configuration menu - View commit details
-
Copy full SHA for 3e16c9d - Browse repository at this point
Copy the full SHA 3e16c9dView commit details -
Test merge phase, plus minor XSLT enhancements (usnistgov#1207)
XSLT - Move some code from oscal-profile-resolve-select.xsl to new file, select-or-custom-merge.xsl, and share it between Selection phase and Merge phase. - Add error checking for multiple structuring directives. - Finish the incomplete support for `insert-controls/@order`. - Fix bug in support for `@with-parent-controls` in Selection phase. XSpec - In select.xspec, add test for order of controls matching imported document, not profile document. Also, add test for `@with-parent-controls` bug fix. - Create merge-combine.xspec for testing combine-elements and mode="o:combine-elements" templates. - Organize tests among merge.xspec, merge-combine.xspec, merge-as-is.xspec, and merge-custom.xspec. - Integrate back-matter testing into template-level tests in merge.xspec and merge-as-is.xspec, and delete merge-back-matter.xspec.
Configuration menu - View commit details
-
Copy full SHA for 395e743 - Browse repository at this point
Copy the full SHA 395e743View commit details -
Configuration menu - View commit details
-
Copy full SHA for c022f30 - Browse repository at this point
Copy the full SHA c022f30View commit details -
Support for control mapping (usnistgov#1150)
* Added mapping model supporting mapping controls and control statements between two catalogs. * Adjusted relationships based on PR usnistgov#1150 discussions. Added type enumerations. * Included a simple example
Configuration menu - View commit details
-
Copy full SHA for 3b6d09b - Browse repository at this point
Copy the full SHA 3b6d09bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c3f071f - Browse repository at this point
Copy the full SHA c3f071fView commit details -
Adding the mapping model to the metaschema CI build.
Configuration menu - View commit details
-
Copy full SHA for e435681 - Browse repository at this point
Copy the full SHA e435681View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30bbdba - Browse repository at this point
Copy the full SHA 30bbdbaView commit details -
Bump ajv-cli from 4.2.0 to 5.0.0 in /build (usnistgov#1354)
Bumps [ajv-cli](https://github.com/ajv-validator/ajv-cli) from 4.2.0 to 5.0.0. - [Release notes](https://github.com/ajv-validator/ajv-cli/releases) - [Commits](ajv-validator/ajv-cli@v4.2.0...v5.0.0) --- updated-dependencies: - dependency-name: ajv-cli dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b580c29 - Browse repository at this point
Copy the full SHA b580c29View commit details -
Bump peter-evans/create-issue-from-file from 3.0.0 to 4 (usnistgov#1355)
Bumps [peter-evans/create-issue-from-file](https://github.com/peter-evans/create-issue-from-file) from 3.0.0 to 4. - [Release notes](https://github.com/peter-evans/create-issue-from-file/releases) - [Commits](peter-evans/create-issue-from-file@97e6f90...99b87c3) --- updated-dependencies: - dependency-name: peter-evans/create-issue-from-file dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 93fba71 - Browse repository at this point
Copy the full SHA 93fba71View commit details -
Bump actions/setup-java from 2 to 3 (usnistgov#1360)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2 to 3. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v2...v3) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1fe199e - Browse repository at this point
Copy the full SHA 1fe199eView commit details -
Bump actions/setup-node from 2 to 3 (usnistgov#1359)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2 to 3. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v2...v3) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8a7861e - Browse repository at this point
Copy the full SHA 8a7861eView commit details -
Bump stefanzweifel/git-auto-commit-action from 4.9.2 to 4.14.1 (usnis…
…tgov#1357) Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4.9.2 to 4.14.1. - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](stefanzweifel/git-auto-commit-action@be7095c...49620cd) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 68df9f1 - Browse repository at this point
Copy the full SHA 68df9f1View commit details -
Bump github.com/gohugoio/hugo from 0.83.1 to 0.101.0 in /build (usnis…
…tgov#1358) Bumps [github.com/gohugoio/hugo](https://github.com/gohugoio/hugo) from 0.83.1 to 0.101.0. - [Release notes](https://github.com/gohugoio/hugo/releases) - [Changelog](https://github.com/gohugoio/hugo/blob/master/goreleaser.yml) - [Commits](gohugoio/hugo@v0.83.1...v0.101.0) --- updated-dependencies: - dependency-name: github.com/gohugoio/hugo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fecbe3c - Browse repository at this point
Copy the full SHA fecbe3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a199209 - Browse repository at this point
Copy the full SHA a199209View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84d2d46 - Browse repository at this point
Copy the full SHA 84d2d46View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3674b6 - Browse repository at this point
Copy the full SHA c3674b6View commit details -
Bump Saxon-HE from 10.6 to 10.8 in /build (usnistgov#1375)
Bumps Saxon-HE from 10.6 to 10.8. --- updated-dependencies: - dependency-name: net.sf.saxon:Saxon-HE dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 29a7f7a - Browse repository at this point
Copy the full SHA 29a7f7aView commit details -
Bump actions/setup-node from 3.4.0 to 3.4.1 (usnistgov#1374)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@5b949b5...2fddd88) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d8181a0 - Browse repository at this point
Copy the full SHA d8181a0View commit details -
Bump xmlcalabash from 1.2.5-100 to 1.4.1-100 in /build (usnistgov#1363)
Bumps [xmlcalabash](https://github.com/ndw/xmlcalabash1) from 1.2.5-100 to 1.4.1-100. - [Release notes](https://github.com/ndw/xmlcalabash1/releases) - [Commits](ndw/xmlcalabash1@1.2.5-100...1.4.1-100) --- updated-dependencies: - dependency-name: com.xmlcalabash:xmlcalabash dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d8a7b03 - Browse repository at this point
Copy the full SHA d8a7b03View commit details -
Bump golang from 1.18.3-bullseye to 1.18.4-bullseye in /build (usnist…
…gov#1361) Bumps golang from 1.18.3-bullseye to 1.18.4-bullseye. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for de301e5 - Browse repository at this point
Copy the full SHA de301e5View commit details -
Add mapping model to docs collection.
Configuration menu - View commit details
-
Copy full SHA for 4e5296a - Browse repository at this point
Copy the full SHA 4e5296aView commit details -
Profile Resolution Spec clarification: validation of imported catalog…
…s and profiles (usnistgov#1380) Addresses usnistgov#1312
Configuration menu - View commit details
-
Copy full SHA for 3b5e6a2 - Browse repository at this point
Copy the full SHA 3b5e6a2View commit details -
Clarify how to determine target catalog
oscal-version
(usnistgov#1386)* Revised text to address ambiguity around handling `oscal-version` in the generated catalog target based on the versions provided in the imports and source profile. Resolves usnistgov#1272. * Adding swap space to resolve memory issue with Hugo build
Configuration menu - View commit details
-
Copy full SHA for c87f267 - Browse repository at this point
Copy the full SHA c87f267View commit details -
Profile Resolution spec: updated names of 'remove' directives (usnist…
…gov#1381) * Profile Resolution spec: updated names of 'remove' directives * Resolves usnistgov#1246. Also repairs a few errors in surrounding copy. * Adding swap space to address Hugo memory exhaustion. Co-authored-by: David Waltermire <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1212030 - Browse repository at this point
Copy the full SHA 1212030View commit details -
Test finish phase, plus minor XSLT enhancements and fixes (usnistgov#…
…1377) XSLT - Remove template that provides link to source, because metadata phase accomplished that - Add "[last()]" predicate when passing through elements that cannot appear twice - Align with schema by passing through revisions, document-id, location, and group/link but not control/annotation - Align with schema for param insertions, `<insert type="param" id-ref="...">` - Align with schema and spec for keeping items, `<prop name="keep" value="always">` XSpec - Add tests at the level of individual templates
Configuration menu - View commit details
-
Copy full SHA for bd33bf7 - Browse repository at this point
Copy the full SHA bd33bf7View commit details -
Follow keep instruction for back-matter resources (usnistgov#1378)
If a back-matter resource has a keep instruction, the spec requirement "req-backmatter-keep" says not to replace the resource unless a later one also has a keep instruction.
Configuration menu - View commit details
-
Copy full SHA for 930fdac - Browse repository at this point
Copy the full SHA 930fdacView commit details -
Bump lycheeverse/lychee-action from 1.5.0 to 1.5.1 (usnistgov#1390)
Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.5.0 to 1.5.1. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](lycheeverse/lychee-action@76ab977...4a5af7c) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 01916ee - Browse repository at this point
Copy the full SHA 01916eeView commit details -
Bump golang from 1.18.4-bullseye to 1.19.0-bullseye in /build (usnist…
…gov#1402) Bumps golang from 1.18.4-bullseye to 1.19.0-bullseye. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f3df74b - Browse repository at this point
Copy the full SHA f3df74bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b70886e - Browse repository at this point
Copy the full SHA b70886eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d93ecdb - Browse repository at this point
Copy the full SHA d93ecdbView commit details -
Profile alter model adjustments (usnistgov#1418)
* - Adjusted the profile metaschema to refactor the alter assemblies in a backwards-compatible way. - Enumerated the set of target item types for remove. - Fixed references to use current `by-` syntax. - Adjusted unit tests to support better add/remove testing. * Updated to latest metaschema development version * added default value `ending` for `add/@position`.
Configuration menu - View commit details
-
Copy full SHA for b413079 - Browse repository at this point
Copy the full SHA b413079View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c1720d - Browse repository at this point
Copy the full SHA 0c1720dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d68868 - Browse repository at this point
Copy the full SHA 2d68868View commit details -
Bump actions/github-script from 6.1.0 to 6.1.1 (usnistgov#1415)
Bumps [actions/github-script](https://github.com/actions/github-script) from 6.1.0 to 6.1.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@7a5c598...d50f485) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 967c1bc - Browse repository at this point
Copy the full SHA 967c1bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05082b1 - Browse repository at this point
Copy the full SHA 05082b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d19f84 - Browse repository at this point
Copy the full SHA 6d19f84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b53dd9 - Browse repository at this point
Copy the full SHA 1b53dd9View commit details -
Add assessment-assets assembly to local-definitions assembly in POAM …
…model. usnistgov#1291 (usnistgov#1417)
Configuration menu - View commit details
-
Copy full SHA for 32fbf44 - Browse repository at this point
Copy the full SHA 32fbf44View commit details -
Configuration menu - View commit details
-
Copy full SHA for e77b4d9 - Browse repository at this point
Copy the full SHA e77b4d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81cd54e - Browse repository at this point
Copy the full SHA 81cd54eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 522a9de - Browse repository at this point
Copy the full SHA 522a9deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 753b485 - Browse repository at this point
Copy the full SHA 753b485View commit details -
Configuration menu - View commit details
-
Copy full SHA for f034b0e - Browse repository at this point
Copy the full SHA f034b0eView commit details -
Bump actions/cache from 3.0.5 to 3.0.8 (usnistgov#1422)
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.5 to 3.0.8. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0865c47...fd5de65) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ba6ca74 - Browse repository at this point
Copy the full SHA ba6ca74View commit details -
Bump actions/setup-go from 3.2.0 to 3.3.0 (usnistgov#1425)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@b22fbbc...268d8c0) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for feb8356 - Browse repository at this point
Copy the full SHA feb8356View commit details -
Create
<define-assembly name="impact">
(fix usnistgov#1129) (usnist……gov#1171) * Create`<define-assembly name="impact">` * Restored C/I/A formal names and descriptions. Resolves usnistgov#1129. Co-authored-by: David Waltermire <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c040810 - Browse repository at this point
Copy the full SHA c040810View commit details -
Configuration menu - View commit details
-
Copy full SHA for 290f476 - Browse repository at this point
Copy the full SHA 290f476View commit details -
imported-from relations for usnistgov#1023. (usnistgov#1403)
Co-authored-by: David Waltermire <[email protected]> Signed-off-by: Alexander Stein <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ca4e5d3 - Browse repository at this point
Copy the full SHA ca4e5d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b231958 - Browse repository at this point
Copy the full SHA b231958View commit details -
Update metaschema submodule for usnistgov#1454. (usnistgov#1455)
* Update metaschema submodule for usnistgov#1454. * Update obsolete GCN FR OSCAL article link While working on usnistgov#1454, this link appears to have changed on the GCN news site, so we update. More info in failed build here. https://github.com/usnistgov/OSCAL/actions/runs/3054991503 Additionaly we formatted it back down to a conventional Markdown link. Previously it was an inline <a/> with data-proofer-ignore='yes' attribute and it was/is unclear why that was done. No conclusive evidence found with git blamen on a call with Dave. Be forewarned: if you found this commit to understand, you have likely gone too far.
Configuration menu - View commit details
-
Copy full SHA for c38aa86 - Browse repository at this point
Copy the full SHA c38aa86View commit details -
Configuration menu - View commit details
-
Copy full SHA for a71fb59 - Browse repository at this point
Copy the full SHA a71fb59View commit details -
Added JSON value key for relationship type. This missing value key wa…
…s discovered as part of usnistgov#1458. (usnistgov#1462)
Configuration menu - View commit details
-
Copy full SHA for cf3f589 - Browse repository at this point
Copy the full SHA cf3f589View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2da4e5f - Browse repository at this point
Copy the full SHA 2da4e5fView commit details -
Add actions assembly to encode an action (i.e. approval) and its role…
…, party, and approval date. (usnistgov#1052) (usnistgov#1429) * Create actions assembly in OSCAL metadata model. * Address PR feedback to wrap up. usnistgov#1052 (review) usnistgov#1052 (comment) Co-authored-by: Al S <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bb8f427 - Browse repository at this point
Copy the full SHA bb8f427View commit details -
Configuration menu - View commit details
-
Copy full SHA for a74ecba - Browse repository at this point
Copy the full SHA a74ecbaView commit details -
Implement opr:oscal-version and v:compare functions. (usnistgov#1420)
The opr:oscal-version function meets the "req-meta-oscal-version" requirement from usnistgov#1386. The v:compare utility function helps opr:oscal-version meet the "req-meta-oscalversion-error" requirement.
Configuration menu - View commit details
-
Copy full SHA for 0890e8e - Browse repository at this point
Copy the full SHA 0890e8eView commit details -
Updates to OSCAL Metaschema documentation and constraints (usnistgov#…
…1263) * completed partial update of the Metadata object documentation. * adjustments to roles * adjusted the cardinality of location/address to make address optional. * Improved documentation and constraints related to location and parties * addressed the remainder of metadata and control feedback from @Rene2mt. * Improved the introductory remarks for a profile to better describe what a profile is and what it does. * Fixed a broken constraint that was not targeting the right node. * started refining descriptions and adding properties to describe identifier attributes. * Addressed feedback from AJ during 20220718-20220722. (#48) * Week 30 feedback on SSP model. (#49) * Proposed metaschema docs updates (#50) * Addressed feedback based on usnistgov#1392 * Adjustments based on model review feedback on 8/12. * Removed outdated merge phase remarks. Created issue #53 to address this. * Addressed A.J. Stein's Week 32 Feedback for Model Review (#52) * Addressed AJ Stein's week 32 feedback for usnistgov#1331. * Addressed DRAFT: Update catalog & profile metaschema documentation (#51) * Update catalog & profile metaschema documentation * Add props to control identifier * Fixed broken syntax and addressed consistency in wording within the Profile 'merge' construct. * Adjustments to alter, moving to to an inline definition * cleaned up empty remark. * Removed redundant constraints * removed some redundant constraints * Preliminary work on URI documentation to address usnistgov#1249. * More work on document URI use in OSCAL * Updating data types related to usnistgov/metaschema#224. * Improved consistency of how URI concepts are discussed. * Added note about party locations * Updated Metaschema instances of `uri` and `uri-reference` data types to indicate their URI semantics. Resolves usnistgov#1249. * Added identifier props to control layer metaschemas (#55) * Responding to usnistgov#1066: metaschema edits; CSS enhancement (#56) * Whitespace cleanup in metadata metaschema * Apply suggestions from code review Co-authored-by: Alexander Stein <[email protected]> Co-authored-by: Wendell Piez <[email protected]> Co-authored-by: Rene Tshiteya <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d1902c3 - Browse repository at this point
Copy the full SHA d1902c3View commit details -
Test modify phase, plus minor XSLT enhancements (usnistgov#1321)
Most of the XSLT changes are to align with the latest specification. XSLT - Warn if set-parameter matches nothing - Handle more types of children of param - Make match="control" template handle both implicit and explicit binding - New oscal:patches-to-id-targeting-ancestor function for processing needed in multiple places - For explicit binding that adds a title, add it after original title to facilitate keeping the right one in finish phase - For removal by class, expect exact match with no tokenization or case insensitivity - In finish phase, keep only last title of a control XSpec - Add tests at the level of individual templates and functions
Configuration menu - View commit details
-
Copy full SHA for 5359f23 - Browse repository at this point
Copy the full SHA 5359f23View commit details -
Configuration menu - View commit details
-
Copy full SHA for aabdf59 - Browse repository at this point
Copy the full SHA aabdf59View commit details -
Bump actions/cache from 3.0.8 to 3.0.10 (usnistgov#1486)
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.8 to 3.0.10. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@fd5de65...56461b9) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d3e8b7c - Browse repository at this point
Copy the full SHA d3e8b7cView commit details -
Bump ncipollo/release-action from 1.10.0 to 1.11.0 (usnistgov#1487)
Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](ncipollo/release-action@58ae73b...d935604) --- updated-dependencies: - dependency-name: ncipollo/release-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1151670 - Browse repository at this point
Copy the full SHA 1151670View commit details -
Bump actions/github-script from 6.1.1 to 6.3.1 (usnistgov#1485)
Bumps [actions/github-script](https://github.com/actions/github-script) from 6.1.1 to 6.3.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@d50f485...7dff1a8) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 58c0480 - Browse repository at this point
Copy the full SHA 58c0480View commit details -
Bump actions/setup-node from 3.4.1 to 3.5.0 (usnistgov#1481)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.4.1 to 3.5.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@2fddd88...969bd26) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ad55bb8 - Browse repository at this point
Copy the full SHA ad55bb8View commit details -
Bump actions/setup-java from 3.4.1 to 3.5.1 (usnistgov#1476)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.4.1 to 3.5.1. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@2c7a487...a18c333) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6f917b3 - Browse repository at this point
Copy the full SHA 6f917b3View commit details -
Bump actions/checkout from 3.0.2 to 3.1.0 (usnistgov#1488)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 3.1.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@2541b12...93ea575) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7f743f1 - Browse repository at this point
Copy the full SHA 7f743f1View commit details -
Bump stefanzweifel/git-auto-commit-action from 4.14.1 to 4.15.0 (usni…
…stgov#1472) Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4.14.1 to 4.15.0. - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](stefanzweifel/git-auto-commit-action@49620cd...6c32682) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 154fedb - Browse repository at this point
Copy the full SHA 154fedbView commit details -
Bump golang from 1.19.0-bullseye to 1.19.1-bullseye in /build (usnist…
…gov#1446) Bumps golang from 1.19.0-bullseye to 1.19.1-bullseye. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2ffcbc7 - Browse repository at this point
Copy the full SHA 2ffcbc7View commit details -
Updated data type documentation adding a note about why NCName was de…
…precated. Fixes usnistgov#1105 (usnistgov#1480)
Configuration menu - View commit details
-
Copy full SHA for f9bd5c1 - Browse repository at this point
Copy the full SHA f9bd5c1View commit details -
Bump github.com/gohugoio/hugo from 0.101.0 to 0.104.3 in /build (usni…
…stgov#1489) Bumps [github.com/gohugoio/hugo](https://github.com/gohugoio/hugo) from 0.101.0 to 0.104.3. - [Release notes](https://github.com/gohugoio/hugo/releases) - [Changelog](https://github.com/gohugoio/hugo/blob/master/hugoreleaser.toml) - [Commits](gohugoio/hugo@v0.101.0...v0.104.3) --- updated-dependencies: - dependency-name: github.com/gohugoio/hugo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d81db4f - Browse repository at this point
Copy the full SHA d81db4fView commit details -
Bump golang from 1.19.1-bullseye to 1.19.2-bullseye in /build (usnist…
…gov#1491) Bumps golang from 1.19.1-bullseye to 1.19.2-bullseye. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fe78fc4 - Browse repository at this point
Copy the full SHA fe78fc4View commit details -
Bump xmlcalabash from 1.4.1-100 to 1.5.1-100 in /build (usnistgov#1492)
Bumps [xmlcalabash](https://github.com/ndw/xmlcalabash1) from 1.4.1-100 to 1.5.1-100. - [Release notes](https://github.com/ndw/xmlcalabash1/releases) - [Commits](ndw/xmlcalabash1@1.4.1-100...1.5.1-100) --- updated-dependencies: - dependency-name: com.xmlcalabash:xmlcalabash dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b3ad45a - Browse repository at this point
Copy the full SHA b3ad45aView commit details -
Bump stefanzweifel/git-auto-commit-action from 4.15.0 to 4.15.1 (usni…
…stgov#1500) Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4.15.0 to 4.15.1. - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](stefanzweifel/git-auto-commit-action@6c32682...fd157da) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c87aee2 - Browse repository at this point
Copy the full SHA c87aee2View commit details -
Bump actions/github-script from 6.3.1 to 6.3.2 (usnistgov#1504)
Bumps [actions/github-script](https://github.com/actions/github-script) from 6.3.1 to 6.3.2. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@7dff1a8...1005277) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 96bae32 - Browse repository at this point
Copy the full SHA 96bae32View commit details -
Bump actions/github-script from 6.3.2 to 6.3.3 (usnistgov#1510)
Bumps [actions/github-script](https://github.com/actions/github-script) from 6.3.2 to 6.3.3. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@1005277...d556fea) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f48ad70 - Browse repository at this point
Copy the full SHA f48ad70View commit details -
Bump actions/cache from 3.0.10 to 3.0.11 (usnistgov#1512)
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.10 to 3.0.11. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@56461b9...9b0c1fc) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c692d39 - Browse repository at this point
Copy the full SHA c692d39View commit details -
Bump actions/setup-node from 3.5.0 to 3.5.1 (usnistgov#1511)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.5.0 to 3.5.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@969bd26...8c91899) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ef5aa78 - Browse repository at this point
Copy the full SHA ef5aa78View commit details -
Support additional control-origination props usnistgov#784 (usnistgov…
…#1460) * Support additional control-origination props usnistgov#784 * Update recommended path to target additional nodes. Co-authored-by: David Waltermire <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7c922c7 - Browse repository at this point
Copy the full SHA 7c922c7View commit details -
POAM related finding support, fixes usnistgov#1120 (usnistgov#1478)
* Add related finding assembly. usnistgov#1120 * Add finding assembly to support related-findings, also moved finding to assessment common from assessment result metaschema. * Accept suggestion to revise description. Co-authored-by: Alexander Stein <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 191fe2a - Browse repository at this point
Copy the full SHA 191fe2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2e55c7 - Browse repository at this point
Copy the full SHA c2e55c7View commit details -
Fix broken uri-use page links in updated reference docs of develop br…
…anch (usnistgov#1518) * Fix documentation relative paths in Metaschema Recently added links in documentation refer to href="/OSCAL" and not href="https://pages.nist.gov/OSCAL" in error or to simplify link gen and lookup. Now that we are remapping the full URLs to local paths and offsets for link-checking, we want these to be consistent across the board in Metaschema after usnistgov#1263. * Pushing generated website pages manual override [ci skip]. * Restore rel paths for develop branch ref model docs and fix link checks. * Test full URLs per @dave-waltermire-nist's PR feedback.
Configuration menu - View commit details
-
Copy full SHA for d9964a8 - Browse repository at this point
Copy the full SHA d9964a8View commit details -
Bump golang from 1.18.3-bullseye to 1.18.4-bullseye in /build (usnist…
…gov#1361) (usnistgov#1517) Bumps golang from 1.18.3-bullseye to 1.18.4-bullseye. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 523f0be - Browse repository at this point
Copy the full SHA 523f0beView commit details -
Bump golang from 1.18.3-bullseye to 1.18.4-bullseye in /build (usnist…
…gov#1361) (usnistgov#1514) Bumps golang from 1.18.3-bullseye to 1.18.4-bullseye. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c47ca47 - Browse repository at this point
Copy the full SHA c47ca47View commit details -
Bump golang from 1.18.3-bullseye to 1.18.4-bullseye in /build (usnist…
…gov#1361) (usnistgov#1519) Bumps golang from 1.18.3-bullseye to 1.18.4-bullseye. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 02f8136 - Browse repository at this point
Copy the full SHA 02f8136View commit details -
Bump golang from 1.18.3-bullseye to 1.18.4-bullseye in /build (usnist…
…gov#1361) (usnistgov#1515) Bumps golang from 1.18.3-bullseye to 1.18.4-bullseye. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6af8024 - Browse repository at this point
Copy the full SHA 6af8024View commit details -
Bump golang from 1.18.3-bullseye to 1.18.4-bullseye in /build (usnist…
…gov#1361) (usnistgov#1516) Bumps golang from 1.18.3-bullseye to 1.18.4-bullseye. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 005cbc3 - Browse repository at this point
Copy the full SHA 005cbc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 198ba42 - Browse repository at this point
Copy the full SHA 198ba42View commit details -
Bump golang from 1.18.3-bullseye to 1.18.4-bullseye in /build (usnist…
…gov#1361) (usnistgov#1533) Bumps golang from 1.18.3-bullseye to 1.18.4-bullseye. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b82dbc1 - Browse repository at this point
Copy the full SHA b82dbc1View commit details -
Add profile checks with Schematron for usnistgov/oscal-content#128. (u…
…snistgov#1513) Profile checker Schematron queryBinding from xslt3->xslt2. We need to do this in the interim or we will need to significantly change or upgrade the CI/CD Schematron checker from current Schematron/schematron skeleton to SchXslt or equivalent. The former is mothballed and there was no addition of XSLT3 support. Potentially investigate further. Team discussion: https://gitter.im/usnistgov-OSCAL/xslt-etc?at=634dc527dcbf067fdc9c47cd Schematron issue: Schematron/schematron#20 SchXslt docs on XSLT 3.0 support: https://github.com/schxslt/schxslt/blob/62f1141613c9d4c02d8de86713bb3f3b29d6cf1c/README.md#additional-xslt-elements
Configuration menu - View commit details
-
Copy full SHA for b8b41b5 - Browse repository at this point
Copy the full SHA b8b41b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0737e61 - Browse repository at this point
Copy the full SHA 0737e61View commit details -
Bump peaceiris/actions-gh-pages from 3.8.0 to 3.9.0 (usnistgov#1537)
Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3.8.0 to 3.9.0. - [Release notes](https://github.com/peaceiris/actions-gh-pages/releases) - [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md) - [Commits](peaceiris/actions-gh-pages@068dc23...de7ea6f) --- updated-dependencies: - dependency-name: peaceiris/actions-gh-pages dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0ffe906 - Browse repository at this point
Copy the full SHA 0ffe906View commit details -
Bump actions/upload-artifact from 3.1.0 to 3.1.1 (usnistgov#1536)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@3cea537...83fd05a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for edad841 - Browse repository at this point
Copy the full SHA edad841View commit details -
Bump stefanzweifel/git-auto-commit-action from 4.15.1 to 4.15.3 (usni…
…stgov#1535) Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4.15.1 to 4.15.3. - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](stefanzweifel/git-auto-commit-action@fd157da...0049e3f) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 66c5183 - Browse repository at this point
Copy the full SHA 66c5183View commit details -
Add possible Schematron documentation checks (usnistgov#1501)
* Add possible Schematron documentation checks This is the product of the meeting and spike where we pair-programmed and came up with example Schematron rules for tentative editorial standards that can be used for reviews of models and embedded docs as part of usnistgov#801. Co-authored-by: Chris Compton <[email protected]> Co-authored-by: Rene Rene Tshiteya <[email protected]> Co-authored-by: Wendell Piez <[email protected]> Add CI/CD checking of Schematron doc standards checking. Always zip and upload Schematron validation results for potential debug. * After, show the Schematron checks passing after Metaschema def fixes. * Revert validate-metaschema.sh changes. * Revert refactored Schematron and remove from PR. * Update metaschema module to include updated Schematron in usnistgov/metaschema#246. Co-authored-by: David Waltermire <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8d1c987 - Browse repository at this point
Copy the full SHA 8d1c987View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d7a672 - Browse repository at this point
Copy the full SHA 7d7a672View commit details -
Added resource-fragment flag to link. (usnistgov#1527)
Defined a constraint to validate the allowed characters for a fragment. Resolves usnistgov#756.
Configuration menu - View commit details
-
Copy full SHA for 295c609 - Browse repository at this point
Copy the full SHA 295c609View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a6f5cd - Browse repository at this point
Copy the full SHA 1a6f5cdView commit details -
Bump golang from 1.19.2-bullseye to 1.19.3-bullseye in /build (usnist…
…gov#1538) Bumps golang from 1.19.2-bullseye to 1.19.3-bullseye. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1ac9ce6 - Browse repository at this point
Copy the full SHA 1ac9ce6View commit details -
Adds a constraint and index of by-component objects to support provid…
…ed-by relation in links usnistgov#1022 (usnistgov#1452) * Adds a constraint and index of by-component objects to support provided-by relation in links usnistgov#1022 * Fix path in by-component-export-provided-uuid index to include statement level.
Configuration menu - View commit details
-
Copy full SHA for 39b9d8e - Browse repository at this point
Copy the full SHA 39b9d8eView commit details -
Bump actions/setup-java from 3.6.0 to 3.7.0 (usnistgov#1566)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.6.0 to 3.7.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@de1bb2b...19eeec5) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c24dd1e - Browse repository at this point
Copy the full SHA c24dd1eView commit details -
Bump ncipollo/release-action from 1.11.0 to 1.11.2 (usnistgov#1565)
Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.11.0 to 1.11.2. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](ncipollo/release-action@d935604...18eadf9) --- updated-dependencies: - dependency-name: ncipollo/release-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d104822 - Browse repository at this point
Copy the full SHA d104822View commit details -
Bump actions/setup-go from 3.3.1 to 3.4.0 (usnistgov#1564)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.3.1 to 3.4.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@c4a742c...d0a58c1) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f12ffb3 - Browse repository at this point
Copy the full SHA f12ffb3View commit details -
Bump stefanzweifel/git-auto-commit-action from 4.15.3 to 4.16.0 (usni…
…stgov#1563) Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4.15.3 to 4.16.0. - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](stefanzweifel/git-auto-commit-action@0049e3f...3ea6ae1) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 05a6b8a - Browse repository at this point
Copy the full SHA 05a6b8aView commit details -
Bump maven-dependency-plugin from 3.3.0 to 3.4.0 in /build (usnistgov…
…#1562) Bumps [maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/apache/maven-dependency-plugin/releases) - [Commits](apache/maven-dependency-plugin@maven-dependency-plugin-3.3.0...maven-dependency-plugin-3.4.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-dependency-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0e29a87 - Browse repository at this point
Copy the full SHA 0e29a87View commit details -
Bump github.com/gohugoio/hugo from 0.105.0 to 0.107.0 in /build (usni…
…stgov#1558) Bumps [github.com/gohugoio/hugo](https://github.com/gohugoio/hugo) from 0.105.0 to 0.107.0. - [Release notes](https://github.com/gohugoio/hugo/releases) - [Changelog](https://github.com/gohugoio/hugo/blob/master/hugoreleaser.toml) - [Commits](gohugoio/hugo@v0.105.0...v0.107.0) --- updated-dependencies: - dependency-name: github.com/gohugoio/hugo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 672df8e - Browse repository at this point
Copy the full SHA 672df8eView commit details -
Bump lycheeverse/lychee-action from 1.5.1 to 1.5.4 (usnistgov#1547)
Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.5.1 to 1.5.4. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](lycheeverse/lychee-action@4a5af7c...4dcb8be) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2b227ac - Browse repository at this point
Copy the full SHA 2b227acView commit details -
Bump actions/setup-java (usnistgov#1576)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 19eeec562b37d29a1ad055b7de9c280bd0906d8d to c3ac5dd0ed8db40fedb61c32fbe677e6b355e94c. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@19eeec5...c3ac5dd) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1eac90e - Browse repository at this point
Copy the full SHA 1eac90eView commit details -
Bump github.com/gohugoio/hugo from 0.107.0 to 0.108.0 in /build (usni…
…stgov#1578) Bumps [github.com/gohugoio/hugo](https://github.com/gohugoio/hugo) from 0.107.0 to 0.108.0. - [Release notes](https://github.com/gohugoio/hugo/releases) - [Changelog](https://github.com/gohugoio/hugo/blob/master/hugoreleaser.toml) - [Commits](gohugoio/hugo@v0.107.0...v0.108.0) --- updated-dependencies: - dependency-name: github.com/gohugoio/hugo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1f1336b - Browse repository at this point
Copy the full SHA 1f1336bView commit details -
Bump golang from 1.19.3-bullseye to 1.19.4-bullseye in /build (usnist…
…gov#1577) Bumps golang from 1.19.3-bullseye to 1.19.4-bullseye. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2569057 - Browse repository at this point
Copy the full SHA 2569057View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbdb74d - Browse repository at this point
Copy the full SHA bbdb74dView commit details -
Fixed improper use of allowed-values/allow-other. Ensured that all pr…
…ops in the OSCAL namespace are properly closed and all link rels are open for extension. (usnistgov#1579)
Configuration menu - View commit details
-
Copy full SHA for 46700ba - Browse repository at this point
Copy the full SHA 46700baView commit details -
Bump xmlcalabash from 1.5.1-100 to 1.5.3-110 in /build (usnistgov#1575)
* Bump xmlcalabash from 1.5.1-100 to 1.5.3-110 in /build Bumps [xmlcalabash](https://github.com/ndw/xmlcalabash1) from 1.5.1-100 to 1.5.3-110. - [Release notes](https://github.com/ndw/xmlcalabash1/releases) - [Commits](ndw/xmlcalabash1@1.5.1-100...1.5.3-110) --- updated-dependencies: - dependency-name: com.xmlcalabash:xmlcalabash dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Update pom.xml Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: David Waltermire <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1a21bcf - Browse repository at this point
Copy the full SHA 1a21bcfView commit details -
Configuration menu - View commit details
-
Copy full SHA for eb38225 - Browse repository at this point
Copy the full SHA eb38225View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fbaae0 - Browse repository at this point
Copy the full SHA 2fbaae0View commit details -
Fix Docker container build for local dev and debugging (usnistgov#1598)
* Fix Dockerfile multi-stage builds, closes usnistgov#1597. * Add maven.restlet.org workaround. If the TLS cert is bad, it will break local build just like maven building Java deps in GHA. * Fix directory safety for doctor, closes usnistgov#1600. * Somehow, docs/run-server.sh set to non-executable again.
Configuration menu - View commit details
-
Copy full SHA for dd6486a - Browse repository at this point
Copy the full SHA dd6486aView commit details
Commits on Jan 11, 2023
-
Bump actions/setup-go from 3.4.0 to 3.5.0 (usnistgov#1586)
Dependabot couldn't find the original pull request head commit, 6a131ed. Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c36fd37 - Browse repository at this point
Copy the full SHA c36fd37View commit details -
Bump actions/cache from 3.0.11 to 3.2.3 (usnistgov#1607)
Dependabot couldn't find the original pull request head commit, bac5397. Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f977fea - Browse repository at this point
Copy the full SHA f977feaView commit details -
Bump docs/themes/uswds from
631e114
toac7915f
(usnistgov#1606)Dependabot couldn't find the original pull request head commit, 794aaad. Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5983454 - Browse repository at this point
Copy the full SHA 5983454View commit details -
Bump actions/checkout from 3.1.0 to 3.3.0 (usnistgov#1601)
Dependabot couldn't find the original pull request head commit, 0fc50f7. Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 265a541 - Browse repository at this point
Copy the full SHA 265a541View commit details -
Bump actions/setup-java from 3.8.0 to 3.9.0 (usnistgov#1587)
Dependabot couldn't find the original pull request head commit, 4abee5e. Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 726ee96 - Browse repository at this point
Copy the full SHA 726ee96View commit details -
Bump ncipollo/release-action from 1.11.2 to 1.12.0 (usnistgov#1583)
Dependabot couldn't find the original pull request head commit, 1ea8e7a. Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b959aec - Browse repository at this point
Copy the full SHA b959aecView commit details -
Bump golang from 1.19.4-bullseye to 1.19.5-bullseye in /build (usnist…
…gov#1609) Bumps golang from 1.19.4-bullseye to 1.19.5-bullseye. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7bb0342 - Browse repository at this point
Copy the full SHA 7bb0342View commit details -
Bump github.com/gohugoio/hugo from 0.108.0 to 0.109.0 in /build (usni…
…stgov#1593) Dependabot couldn't find the original pull request head commit, 6e86f78. Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6ba5bcf - Browse repository at this point
Copy the full SHA 6ba5bcfView commit details
Commits on Jan 12, 2023
-
Bump peaceiris/actions-gh-pages from 3.9.0 to 3.9.1 (usnistgov#1610)
Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3.9.0 to 3.9.1. - [Release notes](https://github.com/peaceiris/actions-gh-pages/releases) - [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md) - [Commits](peaceiris/actions-gh-pages@de7ea6f...64b46b4) --- updated-dependencies: - dependency-name: peaceiris/actions-gh-pages dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 50f9b82 - Browse repository at this point
Copy the full SHA 50f9b82View commit details -
Bump maven-dependency-plugin from 3.4.0 to 3.5.0 in /build (usnistgov…
…#1613) Bumps [maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/apache/maven-dependency-plugin/releases) - [Commits](apache/maven-dependency-plugin@maven-dependency-plugin-3.4.0...maven-dependency-plugin-3.5.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-dependency-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1caa849 - Browse repository at this point
Copy the full SHA 1caa849View commit details -
Bump actions/upload-artifact from 3.1.1 to 3.1.2 (usnistgov#1612)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3.1.1...0b7f8ab) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e2db9e4 - Browse repository at this point
Copy the full SHA e2db9e4View commit details -
Bump actions/setup-node from 3.5.1 to 3.6.0 (usnistgov#1611)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.5.1 to 3.6.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@8c91899...64ed1c7) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fee6dd1 - Browse repository at this point
Copy the full SHA fee6dd1View commit details
Commits on Jan 19, 2023
-
Bump peaceiris/actions-gh-pages from 3.9.1 to 3.9.2 (usnistgov#1616)
Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3.9.1 to 3.9.2. - [Release notes](https://github.com/peaceiris/actions-gh-pages/releases) - [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md) - [Commits](peaceiris/actions-gh-pages@64b46b4...bd8c6b0) --- updated-dependencies: - dependency-name: peaceiris/actions-gh-pages dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4d9c460 - Browse repository at this point
Copy the full SHA 4d9c460View commit details
Commits on Jan 23, 2023
-
Bump github.com/gohugoio/hugo from 0.109.0 to 0.110.0 in /build (usni…
…stgov#1617) Bumps [github.com/gohugoio/hugo](https://github.com/gohugoio/hugo) from 0.109.0 to 0.110.0. - [Release notes](https://github.com/gohugoio/hugo/releases) - [Changelog](https://github.com/gohugoio/hugo/blob/master/hugoreleaser.toml) - [Commits](gohugoio/hugo@v0.109.0...v0.110.0) --- updated-dependencies: - dependency-name: github.com/gohugoio/hugo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 45e1c2c - Browse repository at this point
Copy the full SHA 45e1c2cView commit details
Commits on Jan 27, 2023
-
Bump actions/github-script from 6.3.3 to 6.4.0 (usnistgov#1628)
Bumps [actions/github-script](https://github.com/actions/github-script) from 6.3.3 to 6.4.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@d556fea...98814c5) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5afde6c - Browse repository at this point
Copy the full SHA 5afde6cView commit details
Commits on Jan 31, 2023
-
[WIP] Test out usnistgov/metaschema#253 fix for usnistgov/metaschema#240
Configuration menu - View commit details
-
Copy full SHA for 20fb9b6 - Browse repository at this point
Copy the full SHA 20fb9b6View commit details
Commits on Feb 1, 2023
-
Merge pull request #284 from aj-stein-nist/chore-update-metaschema-su…
…bmodule-20230131 [WIP] Test out usnistgov/metaschema#253 fix for usnistgov/metaschema#…
Configuration menu - View commit details
-
Copy full SHA for 8442852 - Browse repository at this point
Copy the full SHA 8442852View commit details -
Configuration menu - View commit details
-
Copy full SHA for aed20d4 - Browse repository at this point
Copy the full SHA aed20d4View commit details
Commits on Apr 7, 2023
-
Bump actions/github-script from 6.4.0 to 6.4.1
Bumps [actions/github-script](https://github.com/actions/github-script) from 6.4.0 to 6.4.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@98814c5...d7906e4) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 98f7882 - Browse repository at this point
Copy the full SHA 98f7882View commit details