Skip to content

Commit

Permalink
SC-56: 2022 Cleanup (#401)
Browse files Browse the repository at this point in the history
* SC-56: 2022 Cleanup (#385)

Ballot has passed; moving to SC56 branch for IPR

* #340

* #339

* #333

* #318

* #315

* #312

* #309

* #275

* #344

* #345

* #378

* #380

* #287

* #300

* #259

* #284

* #277

* #311

* #310

* Remove historical effective dates

* #196

* #251

* #212

* #386

* Grammatical improvement suggested by Wendy Brown

* Remove text for retired methods

* Switch to new tables tooling

* Fix broken section references

* Bump upload-artifact version

* Linkify US denied persons/entities list URLs

Co-authored-by: Corey Bonnell <corey.bonnell@digicert.com>

* Update effective dates and tables

Co-authored-by: Corey Bonnell <corey.j.bonnell@outlook.com>
Co-authored-by: Corey Bonnell <corey.bonnell@digicert.com>
  • Loading branch information
3 people committed Dec 2, 2022
1 parent bbca714 commit a9ea0ab
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 146 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-draft-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
ref: ${{ github.event.pull_request.base.sha || github.event.push.before }}
path: old/
- uses: docker://ghcr.io/cabforum/build-guidelines-action:2.0.2
- uses: docker://ghcr.io/cabforum/build-guidelines-action:2.1.0
id: build_doc
with:
markdown_file: docs/${{ matrix.document }}.md
Expand All @@ -28,7 +28,7 @@ jobs:
docx: true
lint: true
draft: ${{ !(github.event_name == 'push' && github.repository == 'cabforum/servercert' && github.ref == 'refs/heads/main') }}
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: ${{ matrix.document }}-${{ github.event.pull_request.head.sha || github.sha }}-${{ github.event_name }}
path: |
Expand Down
Loading

0 comments on commit a9ea0ab

Please sign in to comment.