We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 308e76b commit 30aa7cdCopy full SHA for 30aa7cd
.github/workflows/library-lint.yaml
@@ -42,7 +42,7 @@ jobs:
42
- name: Run detekt task
43
run: ./gradlew :library:detekt
44
- name: Upload SARIF files
45
- uses: github/codeql-action/upload-sarif@ffd3158cb9024ebd018dbf20756f28befbd168c7 # v2.24.10
+ uses: github/codeql-action/upload-sarif@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
46
if: ${{ always() }}
47
with:
48
sarif_file: .
@@ -64,7 +64,7 @@ jobs:
64
- name: Run lint task
65
run: ./gradlew :library:lintDebug
66
67
68
69
70
0 commit comments