Skip to content

chore(deps): bump step-security/harden-runner from 2.14.0 to 2.14.2 #11977

chore(deps): bump step-security/harden-runner from 2.14.0 to 2.14.2

chore(deps): bump step-security/harden-runner from 2.14.0 to 2.14.2 #11977

Workflow file for this run

name: "Semantic Check"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
permissions:
contents: read # for actions/checkout
pull-requests: read # for amannn/action-semantic-pull-request to check PR details
jobs:
main:
name: Semantic Commit Message Check
runs-on: ubuntu-latest
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
with:
egress-policy: audit
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
name: Check PR for Semantic Commit Message
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
requireScope: false
validateSingleCommit: true
ignoreLabels: release merge