diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..8702296 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +# Dependency updates for GitHub Actions +# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: daily diff --git a/action.yml b/action.yml index 6e09c4e..42b340f 100644 --- a/action.yml +++ b/action.yml @@ -82,7 +82,7 @@ runs: with: projectBaseDir: ${{ inputs.dir }} args: > - -Dsonar.pullrequest.github.summary_comment=true -Dsonar.project.monorepo.enabled=true + -Dsonar.pullrequest.github.summary_comment=true ${{ inputs.sonar_args }} # If sonar_project_token and not sonar_comment_token, then run without comments @@ -94,7 +94,7 @@ runs: with: projectBaseDir: ${{ inputs.dir }} args: > - -Dsonar.pullrequest.github.summary_comment=false -Dsonar.project.monorepo.enabled=true + -Dsonar.pullrequest.github.summary_comment=false ${{ inputs.sonar_args }} # Fix - Docker takes ownership of files, causing a cleanup fail