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