8 Commits

Author SHA1 Message Date
Chris Farhood 4cffd9d310 fix(ci): add Node.js setup step for markdownlint action
CI / lint (pull_request) Failing after 29s
The ubuntu-latest runner does not have Node.js pre-installed, causing
the markdownlint-cli2-action to fail with 'Cannot find: node in PATH'.
Add explicit setup-node step before running the lint action.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-20 16:12:05 +00:00
Chris Farhood c085b899a4 ci: replace runners-privilegedescalation with ubuntu-latest
CI / lint (pull_request) Failing after 3s
Gitea migration required all workflows to use ubuntu-latest instead of self-hosted runner label.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-20 14:35:52 +00:00
Chris Farhood 7f4788ed3b chore(renovate): pin action to v40.3.0, fix inputs per spec 2026-05-06 11:04:51 +00:00
privilegedescalation-engineer[bot] d95204ada4 chore(renovate): add self-hosted Renovate GitHub Action workflow 2026-05-06 10:51:40 +00:00
privilegedescalation-paperclip[bot] e20cd5d6bd ci: update runner label to runners-privilegedescalation
The ARC runner label was changed org-wide to runners-privilegedescalation.
This repo was still using the old local-ubuntu-latest label.

Co-authored-by: Hugh Hackman <hugh@privilegedescalation.com>
2026-03-20 13:25:07 +00:00
dependabot[bot] 1e93414a11 Bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-18 03:06:48 +00:00
dependabot[bot] b7bc1a9ba7 Bump DavidAnson/markdownlint-cli2-action from 16 to 22 (#6)
Bumps [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) from 16 to 22.
- [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases)
- [Commits](https://github.com/davidanson/markdownlint-cli2-action/compare/v16...v22)

---
updated-dependencies:
- dependency-name: DavidAnson/markdownlint-cli2-action
  dependency-version: '22'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-18 03:05:49 +00:00
hugh-hackman[bot] 9a5af720e8 ci: add markdown linting workflow (#1)
Co-authored-by: Hugh Hackman <hugh@privilegedescalation.com>
2026-03-11 01:52:58 +00:00