Skip to content

chore(github-actions): Bump github/codeql-action/init from 4.36.3 to 4.37.4 #678

chore(github-actions): Bump github/codeql-action/init from 4.36.3 to 4.37.4

chore(github-actions): Bump github/codeql-action/init from 4.36.3 to 4.37.4 #678

name: dependabot-review-and-merge
on: pull_request
permissions:
contents: read
pull-requests: read
jobs:
dependabot-auto-approve-and-merge:
# Checking the author and fork will prevent your Action run failing on non-Dependabot PRs
if: |
github.event.repository.fork == false &&
github.event.pull_request.user.login == 'dependabot[bot]'
permissions:
contents: write
pull-requests: write
uses: ./.github/workflows/_dependabot-auto-approve-and-merge.yml
with:
harden-runner-policy: "block"
pr-url: ${{ github.event.pull_request.html_url }}
secrets: inherit