Skip to content

Commit 124da70

Browse files
authored
Merge pull request #217 from Petterpx/build/adt/ci
refactor:调整ci脚本
2 parents a6e6e83 + 4c8d55e commit 124da70

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/android.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
with:
1515
java-version: '11'
1616
distribution: 'adopt'
17-
cache: gradle
1817
- uses: burrunan/gradle-cache-action@v1
1918
name: Cache gradle
2019

@@ -27,7 +26,7 @@ jobs:
2726

2827
- name: Upload SARIF to Github using the upload-sarif action
2928
continue-on-error: true
30-
uses: github/codeql-action/upload-sarif@v2
29+
uses: github/codeql-action/upload-sarif@v3
3130
if: success() || failure()
3231
with:
3332
sarif_file: ${{ github.workspace }}/app/build/reports/detekt/detekt.sarif

.github/workflows/publish_maven.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
with:
1515
java-version: '11'
1616
distribution: 'adopt'
17-
cache: gradle
1817
- uses: burrunan/gradle-cache-action@v1
1918
name: Cache gradle
2019

0 commit comments

Comments
 (0)