From a8f64e83c9c79784e2285a038c6fee227c0a3b17 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 10:20:18 +0000 Subject: [PATCH] Update advanced-security/policy-as-code action to v2.9.0 --- .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..0c324410 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.0 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..f4512fe4 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.0 with: policy: it-at-m/policy-as-code policy-path: default.yaml