Skip to content

Bump securego/gosec from 2.26.1 to 2.27.1 in the actions group #162

Bump securego/gosec from 2.26.1 to 2.27.1 in the actions group

Bump securego/gosec from 2.26.1 to 2.27.1 in the actions group #162

name: Auto-merge Dependabot
on: pull_request
permissions: {}
jobs:
auto-merge:
if: github.event.pull_request.user.login == 'dependabot[bot]'
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: dependabot/fetch-metadata@25dd0e34f4fe68f24cc83900b1fe3fe149efef98 # v3.1.0
id: metadata
- if: steps.metadata.outputs.update-type != 'version-update:semver-major' && steps.metadata.outputs.package-ecosystem != 'github_actions'
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}