build(deps): bump oss-fuzz-base/base-builder from 0d3e5b7
to 56c035f
in /.clusterfuzzlite
#1560
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Validate Pull-Request | |
on: | |
pull_request: | |
permissions: | |
contents: read | |
jobs: | |
conventional_commit: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: Namchee/conventional-pr@497c801eb96ea7484971691e76f254886e3e1f32 # v0.15.5 | |
with: | |
access_token: ${{ secrets.GITHUB_TOKEN }} | |
body: false | |
issue: false |