From c19e45cd72a469816b858ef14286ef934a38b63b Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 27 May 2025 06:12:58 +0000 Subject: [PATCH] Ensure auto-close workflow up to date --- .github/workflows/dependabot-auto-close.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/dependabot-auto-close.yml diff --git a/.github/workflows/dependabot-auto-close.yml b/.github/workflows/dependabot-auto-close.yml new file mode 100644 index 0000000000..ae544e30f6 --- /dev/null +++ b/.github/workflows/dependabot-auto-close.yml @@ -0,0 +1,18 @@ +name: Dependabot Auto Close Low Severity Alerts + +on: + pull_request: + branches: ["main"] + +# The sg-version is used to determine if the workflow file has changed and needs to be updated in the target repository. +env: + sg-version: 1 + +permissions: + pull-requests: write + contents: write + +jobs: + call-workflow: + uses: solargik/devops-gh-actions/.github/workflows/auto_close_low_severity_dependabot_alerts.yml@main + secrets: inherit