From a84e5721295733a6bb476c2f2b2a9b8803fe0bb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 14:11:04 +0000 Subject: [PATCH] chore(deps): bump modeled-information-format/.github/.github/workflows/reusable-sca-osv.yml Bumps [modeled-information-format/.github/.github/workflows/reusable-sca-osv.yml](https://github.com/modeled-information-format/.github) from 05b13774259a17140419556a45a48ba6a3e36e0c to 667ee7b3bc93a8789c65cb9b4fedc6d827fcd36a. - [Release notes](https://github.com/modeled-information-format/.github/releases) - [Commits](https://github.com/modeled-information-format/.github/compare/05b13774259a17140419556a45a48ba6a3e36e0c...667ee7b3bc93a8789c65cb9b4fedc6d827fcd36a) --- updated-dependencies: - dependency-name: modeled-information-format/.github/.github/workflows/reusable-sca-osv.yml dependency-version: 667ee7b3bc93a8789c65cb9b4fedc6d827fcd36a dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/quality-gates.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/quality-gates.yml b/.github/workflows/quality-gates.yml index f7e38c1..113adf8 100644 --- a/.github/workflows/quality-gates.yml +++ b/.github/workflows/quality-gates.yml @@ -52,7 +52,7 @@ jobs: security-events: write pull-requests: write uses: >- - modeled-information-format/.github/.github/workflows/reusable-sca-osv.yml@05b13774259a17140419556a45a48ba6a3e36e0c + modeled-information-format/.github/.github/workflows/reusable-sca-osv.yml@667ee7b3bc93a8789c65cb9b4fedc6d827fcd36a with: fail-on-severity: high diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 45f1cb4..63125d0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -143,7 +143,7 @@ jobs: needs: [meta] permissions: { actions: read, contents: read, security-events: write, pull-requests: write } uses: >- - modeled-information-format/.github/.github/workflows/reusable-sca-osv.yml@05b13774259a17140419556a45a48ba6a3e36e0c + modeled-information-format/.github/.github/workflows/reusable-sca-osv.yml@667ee7b3bc93a8789c65cb9b4fedc6d827fcd36a with: { fail-on-severity: high } gate-trivy: needs: [meta]