From 1365b6705b0ecc377250b8c135792d486ece65d8 Mon Sep 17 00:00:00 2001 From: shubham-stepsecurity Date: Mon, 22 Jul 2024 19:55:52 +0530 Subject: [PATCH 1/3] update readme --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 413299b..248a504 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ or ![ARM Linux](misc/badge-arm.svg) self-hosted runners: ```yaml - name: Publish Test Results - uses: step-security/publish-unit-test-result-action@v1 + uses: step-security/publish-unit-test-result-action@v2 if: always() with: files: | @@ -27,7 +27,7 @@ and ![Windows](misc/badge-windows.svg) (e.g. `runs-on: windows-latest`) runners: ```yaml - name: Publish Test Results - uses: step-security/publish-unit-test-result-action/composite@v1 + uses: step-security/publish-unit-test-result-action/composite@v2 if: always() with: files: | @@ -271,7 +271,7 @@ The `json` output of the action can be accessed through the expression `steps. Date: Mon, 22 Jul 2024 21:07:43 +0530 Subject: [PATCH 2/3] update ci-cd workflow --- .github/workflows/ci-cd.yml | 2 +- .github/workflows/publish.yml | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index d3be748..d056ecd 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -34,7 +34,7 @@ jobs: name: "Test macOS" uses: "./.github/workflows/test-os.yml" with: - os: '["macos-11", "macos-12", "macos-13"]' + os: '["macos-12", "macos-13"]' test-lnx: name: "Test Ubuntu" diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0b2b425..29d25c0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -234,9 +234,6 @@ jobs: - os: macos-latest os-label: macOS python: "installed" - - os: macos-11 - os-label: macOS 11 - python: "installed" - os: ubuntu-latest os-label: Linux From 54ba88d8ec33c03aa6a4100cde1395e538ebc57c Mon Sep 17 00:00:00 2001 From: shubham-stepsecurity Date: Tue, 23 Jul 2024 15:10:03 +0530 Subject: [PATCH 3/3] resolve check build --- composite/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/composite/action.yml b/composite/action.yml index 67941b3..5060852 100644 --- a/composite/action.yml +++ b/composite/action.yml @@ -200,6 +200,7 @@ runs: ;; macOS*) echo "pip-cache=~/Library/Caches/pip" >> $GITHUB_OUTPUT + echo "pip-options=--break-system-packages" >> $GITHUB_OUTPUT ;; Windows*) echo "pip-cache=~\\AppData\\Local\\pip\\Cache" >> $GITHUB_OUTPUT