Skip to content

build(deps): bump github/codeql-action from 4.32.6 to 4.33.0 #614

build(deps): bump github/codeql-action from 4.32.6 to 4.33.0

build(deps): bump github/codeql-action from 4.32.6 to 4.33.0 #614

Workflow file for this run

name: "Semantic Pull Request"
on:
pull_request:
types:
- opened
- edited
- synchronize
permissions:
contents: read
jobs:
main:
permissions:
contents: read # for actions/checkout to fetch code
pull-requests: read # for wagoid/commitlint-github-action to get commits in PR
name: Validate PR and Commits
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
with:
egress-policy: audit
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed # v6.2.1
with:
configFile: ./.github/commitlint.config.cjs
- name: Install Dependencies
run: npm install @commitlint/[email protected]
- uses: JulienKode/pull-request-name-linter-action@4fb4c2773193ad7ae5fe105c98ab30778abb1536 # v20.1.0
with:
configuration-path: ./.github/commitlint.config.cjs