From 7f30b38b52954fce31b3a97963e9d3833611a004 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 13:21:03 +0000 Subject: [PATCH] Update advanced-security/policy-as-code action to v2.9.1 --- .github/workflows/build.yaml | 2 +- .github/workflows/build_push_ghcr.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 9cb6911e..74caefd9 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v3 - name: Advance Security Policy as Code - uses: advanced-security/policy-as-code@v2.4.1 + uses: advanced-security/policy-as-code@v2.9.1 with: policy: it-at-m/policy-as-code policy-path: default.yaml diff --git a/.github/workflows/build_push_ghcr.yaml b/.github/workflows/build_push_ghcr.yaml index cdc0e34d..62e9f6c6 100755 --- a/.github/workflows/build_push_ghcr.yaml +++ b/.github/workflows/build_push_ghcr.yaml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v3 - name: Advance Security Policy as Code - uses: advanced-security/policy-as-code@v2.4.1 + uses: advanced-security/policy-as-code@v2.9.1 with: policy: it-at-m/policy-as-code policy-path: default.yaml