From 9c91cb6dd23d97ca5a3aeee248286584311a5e04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 01:48:33 +0000 Subject: [PATCH 1/3] build(deps): bump actions/checkout from 4.1.1 to 4.1.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.1.1...v4.1.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: Valentin Dide --- .github/workflows/i18n.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/i18n.yaml b/.github/workflows/i18n.yaml index c6a88ca17..92ae729fe 100644 --- a/.github/workflows/i18n.yaml +++ b/.github/workflows/i18n.yaml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 - name: Set up NodeJs uses: actions/setup-node@v4.0.2 From 94c7c93fdb95bbaddbfb9becc1b948d6b41b6f1e Mon Sep 17 00:00:00 2001 From: Valentin Dide Date: Mon, 15 Apr 2024 20:59:28 +0300 Subject: [PATCH 2/3] Enhanced ProgressBar Contrast Ration Changed the font color of the progress bar to dark for for certain variants to improve readability. Signed-off-by: vali.dide Signed-off-by: Valentin Dide --- src/views/components/PolicyViolationProgressBar.vue | 6 +++--- src/views/components/SeverityProgressBar.vue | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/components/PolicyViolationProgressBar.vue b/src/views/components/PolicyViolationProgressBar.vue index a766fd6e3..3551be43a 100644 --- a/src/views/components/PolicyViolationProgressBar.vue +++ b/src/views/components/PolicyViolationProgressBar.vue @@ -1,7 +1,7 @@