Skip to content

ci: bump github/codeql-action/upload-sarif from 4.37.4 to 4.37.8 #319

ci: bump github/codeql-action/upload-sarif from 4.37.4 to 4.37.8

ci: bump github/codeql-action/upload-sarif from 4.37.4 to 4.37.8 #319

name: Auto-approve MegaLinter fix PRs
on:
pull_request:
types:
- opened
- reopened
- synchronize
permissions: read-all
jobs:
auto-approve:
name: Auto-approve MegaLinter fixes
runs-on: ubuntu-latest
if: startsWith(github.head_ref, 'megalinter-fixes-pr-')
permissions:
pull-requests: write
steps:
- name: Auto-approve
uses: hmarr/auto-approve-action@f0939ea97e9205ef24d872e76833fa908a770363 # v4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}