Skip to content

test: add unit tests for crypto_utils (Issue #993) #3

test: add unit tests for crypto_utils (Issue #993)

test: add unit tests for crypto_utils (Issue #993) #3

name: 'PR Changelog Check'
on:
workflow_dispatch:
pull_request:
types: [opened, reopened, edited, synchronize]
permissions:
contents: read
jobs:
changelog-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
fetch-depth: 0
- name: Harden the runner
uses: step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
with:
egress-policy: audit
- name: Run local changelog check
run: |
chmod +x .github/scripts/changelog_check.sh
bash .github/scripts/changelog_check.sh