Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit eb2e38f

Browse files
committed
fix: possible caching vulnerability in action
1 parent 381d5c3 commit eb2e38f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/veracode.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
java-version: '17'
6565

6666
- name: Build with Gradle
67-
uses: gradle/gradle-build-action@v2
67+
uses: gradle/gradle-build-action@2.4.2
6868
with:
6969
arguments: build
7070

0 commit comments

Comments
 (0)