Skip to content

chore(github-actions): bump github/codeql-action from 3.26.6 to 3.27.5 #287

chore(github-actions): bump github/codeql-action from 3.26.6 to 3.27.5

chore(github-actions): bump github/codeql-action from 3.26.6 to 3.27.5 #287

name: dependabot-auto-approve-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: saan800/github/.github/workflows/_dependabot-auto-approve-and-merge.yml@main
with:
is-fork: ${{ github.event.repository.fork }}

Check failure on line 20 in .github/workflows/dependabot-auto-merge.yml

View workflow run for this annotation

GitHub Actions / dependabot-auto-approve-and-merge

Invalid workflow file

The workflow is not valid. .github/workflows/dependabot-auto-merge.yml (Line: 20, Col: 16): Invalid input, is-fork is not defined in the referenced workflow. .github/workflows/dependabot-auto-merge.yml (Line: 21, Col: 19): Invalid input, user-login is not defined in the referenced workflow.
user-login: ${{ github.event.pull_request.user.login }}
pr-url: ${{ github.event.pull_request.html_url }}
secrets:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}