Skip to content

send dependabot alerts to teams #3

send dependabot alerts to teams

send dependabot alerts to teams #3

name: Send Dependabot Alerts to Teams
on:
pull_request: # tempoary to test the workflow
branches:
- main
workflow_dispatch:
push:
branches:
- main
schedule:
- cron: "8 15 * * *"
jobs:
send-alerts-to-teams:
name: Send Dependabot Alerts to Teams
uses: Azure-Samples/send-dependabot-alerts-to-teams/.github/workflows/reusable-workflow.yml@main

Check failure on line 17 in .github/workflows/send_dependabot_alerts_to_teams.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/send_dependabot_alerts_to_teams.yml

Invalid workflow file

error parsing called workflow ".github/workflows/send_dependabot_alerts_to_teams.yml" -> "Azure-Samples/send-dependabot-alerts-to-teams/.github/workflows/reusable-workflow.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit