Skip to content

Feature: add vulnerable dependency #1

Feature: add vulnerable dependency

Feature: add vulnerable dependency #1

name: Dependabot Fetch Metadata Test
on: pull_request
permissions:
pull-requests: write
contents: write
jobs:
dependabot:
runs-on: ubuntu-latest
steps:
# This first step will fail if there's no metadata and so the approval
# will not occur.
- name: Dependabot metadata
id: dependabot-metadata
uses: dependabot/[email protected]
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"