Skip to content

build(deps): bump github/codeql-action/upload-sarif from 4.37.9 to 4.38.1 #471

build(deps): bump github/codeql-action/upload-sarif from 4.37.9 to 4.38.1

build(deps): bump github/codeql-action/upload-sarif from 4.37.9 to 4.38.1 #471

Workflow file for this run

name: dependabot
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
auto-merge:
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- id: meta
uses: dependabot/fetch-metadata@25dd0e34f4fe68f24cc83900b1fe3fe149efef98 # v3.1.0
- if: steps.meta.outputs.package-ecosystem == 'nix'
run: gh pr merge --auto --rebase "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}