diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index a01b0145..890cffe2 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -261,6 +261,23 @@ jobs: run: npm clean-install - name: Check run: npm run check:md + odgen: + name: ODGen + runs-on: ubuntu-24.04 + steps: + - name: Harden runner + uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1 + with: + disable-sudo: true + egress-policy: block + allowed-endpoints: > + github.com:443 + - name: Checkout repository + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + with: + persist-credentials: false + - name: Perform ODGen analysis + uses: ericcornelissen/odgen-action/all@d52f04ff5d0b5b4ae83bcc89337eb37693e17938 # v1.0.3 reproducible: name: Reproducible build runs-on: ubuntu-24.04