From 09f956b4ab03c6f9062a9246d1fa3a5a41abf649 Mon Sep 17 00:00:00 2001 From: Matthew Watkins Date: Wed, 28 May 2025 17:28:49 +0100 Subject: [PATCH] Chore: Bump python-audit-action to v0.1.5 Change-Id: Ib78d24ea8fad67973c5bd08da3536d71169006c9 Signed-off-by: Matthew Watkins --- .github/workflows/gerrit-verify.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gerrit-verify.yaml b/.github/workflows/gerrit-verify.yaml index 5b685321..42e30e49 100644 --- a/.github/workflows/gerrit-verify.yaml +++ b/.github/workflows/gerrit-verify.yaml @@ -159,7 +159,7 @@ jobs: - name: "Audit dependencies ${{ matrix.python-version }}" # yamllint disable-line rule:line-length - uses: lfreleng-actions/python-audit-action@4c51bc76f9876b4f294f8afa4bb002b0b89aec68 # v0.1.3 + uses: lfreleng-actions/python-audit-action@0637cc9f40984b46bec578631fbac2a354eebabd # v0.1.5 with: python_version: "${{ matrix.python-version }}" never_fail: true -- 2.16.6