From 95545b03d3d586e98729f36703274141205c5063 Mon Sep 17 00:00:00 2001 From: Adam Velebil Date: Fri, 15 Dec 2023 11:52:21 +0100 Subject: [PATCH] enable publish --- .github/actions/publish-spotbugs-reports/dist/index.js | 2 +- .github/actions/publish-spotbugs-reports/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/publish-spotbugs-reports/dist/index.js b/.github/actions/publish-spotbugs-reports/dist/index.js index 3ddf7059..c4ea7852 100644 --- a/.github/actions/publish-spotbugs-reports/dist/index.js +++ b/.github/actions/publish-spotbugs-reports/dist/index.js @@ -35484,7 +35484,7 @@ async function run() { for (let annotation of annotations) { console.log(`Annotation: ${JSON.stringify(annotation, null, 4)}`) } - // await publishCheckRun(annotations) + await publishCheckRun(annotations) } catch (error) { core.setFailed(error.message) } diff --git a/.github/actions/publish-spotbugs-reports/index.js b/.github/actions/publish-spotbugs-reports/index.js index af07bc6f..21553f51 100644 --- a/.github/actions/publish-spotbugs-reports/index.js +++ b/.github/actions/publish-spotbugs-reports/index.js @@ -138,7 +138,7 @@ async function run() { for (let annotation of annotations) { console.log(`Annotation: ${JSON.stringify(annotation, null, 4)}`) } - // await publishCheckRun(annotations) + await publishCheckRun(annotations) } catch (error) { core.setFailed(error.message) }