Skip to content

ci: bump actions/checkout from 7.0.0 to 7.0.1 #1

ci: bump actions/checkout from 7.0.0 to 7.0.1

ci: bump actions/checkout from 7.0.0 to 7.0.1 #1

name: Dependabot auto-merge
on:
# zizmor: ignore[dangerous-triggers] — only checks out base branch to load the composite action, no untrusted code runs
pull_request_target:
branches: [main]
permissions: {}
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: false
jobs:
automerge:
name: Auto-merge Dependabot patch & minor
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'dependabot[bot]'
timeout-minutes: 5
permissions:
contents: write # squash-merge the PR
pull-requests: write # approve the PR
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- uses: ./actions/dependabot-automerge