From 439b72a61785580de3c99fe32376ddc2125f0387 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 18:03:48 +0000 Subject: [PATCH] chore(deps): update advanced-security/policy-as-code action to v2.9.0 --- .github/workflows/api-gateway.yaml | 2 +- .github/workflows/frontend.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/api-gateway.yaml b/.github/workflows/api-gateway.yaml index d303920..b7f27cb 100644 --- a/.github/workflows/api-gateway.yaml +++ b/.github/workflows/api-gateway.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/frontend.yaml b/.github/workflows/frontend.yaml index 760c253..d958545 100644 --- a/.github/workflows/frontend.yaml +++ b/.github/workflows/frontend.yaml @@ -26,7 +26,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