Skip to content

chore(deps): update heinrichreimer/github-changelog-generator-action action to v2.4 #131

chore(deps): update heinrichreimer/github-changelog-generator-action action to v2.4

chore(deps): update heinrichreimer/github-changelog-generator-action action to v2.4 #131

name: Security hardening (Github Actions workflows)
on:
pull_request:
types: [opened, synchronize]
paths: [".github/workflows/**"]
jobs:
ci_harden_security:
name: Github Action security hardening
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Lint your Github Actions
run: |
curl -O https://raw.githubusercontent.com/rhysd/actionlint/main/.github/actionlint-matcher.json
echo "::add-matcher::actionlint-matcher.json"
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
./actionlint -color
- name: Ensure SHA pinned actions
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@b35f285b9bb7e80de0967367cee66d3b6d50ceca # v3.0.1