build: Update actions/checkout action to v2.4.0 (#3393)

* build: Update actions/checkout action to v2.4.0

* chore: Invert bolt's status

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: NotMyFault <mc.cache@web.de>
This commit is contained in:
renovate[bot] 2021-12-20 11:55:14 +01:00 committed by GitHub
parent 7002df0bc7
commit 76b58485a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout Repository - name: Checkout Repository
uses: actions/checkout@v2.3.5 uses: actions/checkout@v2.4.0
- name: Validate Gradle Wrapper" - name: Validate Gradle Wrapper"
uses: gradle/wrapper-validation-action@v1.0.4 uses: gradle/wrapper-validation-action@v1.0.4
- name: Setup Java - name: Setup Java

View File

@ -3,7 +3,7 @@
"baseBranches": ["v6"] "baseBranches": ["v6"]
}, },
"checkRunSettings": { "checkRunSettings": {
"vulnerableCheckRunConclusionLevel": "failure", "vulnerableCheckRunConclusionLevel": "success",
"displayMode": "diff" "displayMode": "diff"
}, },
"issueSettings": { "issueSettings": {