From a37fcd79f495d9904f419a01e1ac99313a25199a Mon Sep 17 00:00:00 2001 From: Nic Cheneweth Date: Fri, 3 May 2024 17:11:30 -0500 Subject: [PATCH] [nc] setup build/release pipelines Signed-off-by: Nic Cheneweth --- .github/workflows/release-me.yaml | 2 +- scorecard/action.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-me.yaml b/.github/workflows/release-me.yaml index 8c8594b..91cceba 100644 --- a/.github/workflows/release-me.yaml +++ b/.github/workflows/release-me.yaml @@ -18,4 +18,4 @@ jobs: release-version: name: release version - uses: ./.github/workflows/release-version.yaml \ No newline at end of file + uses: ./.github/workflows/release-version.yaml diff --git a/scorecard/action.yaml b/scorecard/action.yaml index b3ff895..e2f3f99 100644 --- a/scorecard/action.yaml +++ b/scorecard/action.yaml @@ -18,4 +18,4 @@ runs: - name: "Upload to code-scanning" uses: github/codeql-action/upload-sarif@d39d31e687223d841ef683f52467bd88e9b21c14 # v3.25.3 with: - sarif_file: results.sarif \ No newline at end of file + sarif_file: results.sarif