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) }