Skip to content

Commit 6f8e877

Browse files
authored
Merge pull request #109 from IABTechLab/ian-update-action-version
update action version
2 parents cf65118 + af4c062 commit 6f8e877

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: ./gradlew build
3232

3333
- name: Vulnerability Scan
34-
uses: IABTechLab/uid2-shared-actions/actions/vulnerability_scan_filesystem@v2
34+
uses: IABTechLab/uid2-shared-actions/actions/vulnerability_scan_filesystem@v3
3535

3636
- name: Deploy SNAPSHOT to Maven Central
3737
if: github.event_name == 'push' && github.ref == 'refs/heads/main'

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
agp = "8.7.1"
2+
agp = "8.7.2"
33
kotlin = "2.0.21"
44
core-ktx = "1.13.1"
55
junit = "4.13.2"

0 commit comments

Comments
 (0)