From 4c3fc4b2e6a0374a87a2c45439c20072625b2226 Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Fri, 17 Apr 2026 07:50:25 +0200 Subject: [PATCH] ci(security): pin python-audit.yml to @main MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Follow-up to netresearch/coding_agent_cli_toolset#75 — the reusable workflow [netresearch/.github#19][org-pr] has merged to main, so drop the temporary @feat/python-audit-workflow pin. [org-pr]: https://github.com/netresearch/.github/pull/19 Signed-off-by: Sebastian Mendel --- .github/workflows/security.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 82f6bc2..8654d0c 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -13,9 +13,7 @@ permissions: {} jobs: audit: - # Pinned to feat/python-audit-workflow until netresearch/.github#19 merges. - # Switch to @main after merge. - uses: netresearch/.github/.github/workflows/python-audit.yml@feat/python-audit-workflow + uses: netresearch/.github/.github/workflows/python-audit.yml@main permissions: contents: read with: