Skip to content

Commit

Permalink
Dependabot for updating actions (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Nov 14, 2022
1 parent 3cef3a5 commit f40c960
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit f40c960

Please # to comment.