diff --git a/.github/actions/publish-spotbugs-reports/dist/index.js b/.github/actions/publish-spotbugs-reports/dist/index.js index 04b0b7ab..e621cf76 100644 --- a/.github/actions/publish-spotbugs-reports/dist/index.js +++ b/.github/actions/publish-spotbugs-reports/dist/index.js @@ -35366,7 +35366,13 @@ function bugAnnotation(moduleDirName, bug) { const message = `${bug.LongMessage}\n\nSummary:\n...` const rawDetails = bug.LongMessage const path = - moduleDirName + '/src/main/java/' + bug.Method.SourceLine['@_sourcepath'] + 'tree/' + + context.sha + + '/' + + moduleDirName + + '/src/main/java/' + + bug.Method.SourceLine['@_sourcepath'] + return { title: title, message: message, diff --git a/.github/actions/publish-spotbugs-reports/index.js b/.github/actions/publish-spotbugs-reports/index.js index 294f0652..ec01b8e0 100644 --- a/.github/actions/publish-spotbugs-reports/index.js +++ b/.github/actions/publish-spotbugs-reports/index.js @@ -12,7 +12,13 @@ function bugAnnotation(moduleDirName, bug) { const message = `${bug.LongMessage}\n\nSummary:\n...` const rawDetails = bug.LongMessage const path = - moduleDirName + '/src/main/java/' + bug.Method.SourceLine['@_sourcepath'] + 'tree/' + + context.sha + + '/' + + moduleDirName + + '/src/main/java/' + + bug.Method.SourceLine['@_sourcepath'] + return { title: title, message: message,