Skip to content

build(deps): bump github/codeql-action from 3.28.2 to 3.28.4 #2140

build(deps): bump github/codeql-action from 3.28.2 to 3.28.4

build(deps): bump github/codeql-action from 3.28.2 to 3.28.4 #2140

Workflow file for this run

name: "Semantic Pull Request"
on:
pull_request:
types: ["opened", "edited", "reopened", "synchronize"]
permissions:
contents: read
jobs:
main:
name: Validate PR and Commits
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
with:
egress-policy: audit
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.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/config-conventional@18.5
- uses: JulienKode/pull-request-name-linter-action@8c05fb989d9f156ce61e33754f9802c9d3cffa58 # v0.5.0
with:
configuration-path: ./.github/commitlint.config.cjs