Skip to content

Bump libdeflater from 1.21.0 to 1.22.0 #1094

Bump libdeflater from 1.21.0 to 1.22.0

Bump libdeflater from 1.21.0 to 1.22.0 #1094

Workflow file for this run

name: 'pull-request'
on:
pull_request_target:
types:
- opened
- synchronize
- reopened
- ready_for_review
- labeled
- unlabeled
jobs:
changelog:
runs-on: ubuntu-latest
permissions:
# Give the default GITHUB_TOKEN write permission to commit and push the
# added or changed files to the repository.
contents: write
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.PAT }}
- uses: dangoslen/dependabot-changelog-helper@392b22478d34ddd54f2c51919bf40ad5590db395 # v3.9.0
with:
version: 'Unreleased'
activationLabels: 'C-dependencies,dependabot-reviewed'
changelogPath: './CHANGELOG.md'
- name: Commit the changes
uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1
with:
skip_checkout: true
commit_message: "Update changelog"
branch: ${{ github.head_ref }}