We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf65118 + af4c062 commit 6f8e877Copy full SHA for 6f8e877
.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
31
run: ./gradlew build
32
33
- name: Vulnerability Scan
34
- uses: IABTechLab/uid2-shared-actions/actions/vulnerability_scan_filesystem@v2
+ uses: IABTechLab/uid2-shared-actions/actions/vulnerability_scan_filesystem@v3
35
36
- name: Deploy SNAPSHOT to Maven Central
37
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
gradle/libs.versions.toml
@@ -1,5 +1,5 @@
1
[versions]
2
-agp = "8.7.1"
+agp = "8.7.2"
3
kotlin = "2.0.21"
4
core-ktx = "1.13.1"
5
junit = "4.13.2"
0 commit comments