File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
11
11
runs-on : ubuntu-latest
12
12
13
13
steps :
14
- - uses : actions/checkout@v4
14
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
15
15
16
16
- name : Set up JDK 17
17
- uses : actions/setup-java@v4
17
+ uses : actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
18
18
with :
19
19
java-version : " 17"
20
20
distribution : " temurin"
@@ -23,13 +23,13 @@ jobs:
23
23
run : ./gradlew build
24
24
25
25
- name : Run FOSSA scan and upload build data
26
- uses : fossas/fossa-action@main
26
+ uses : fossas/fossa-action@47ef11b1e1e3812e88dae436ccbd2d0cbd1adab0 # v1.3.3
27
27
with :
28
28
api-key : ${{ secrets.FOSSA_API_KEY }}
29
29
branch : ${{ github.ref_name }}
30
30
31
31
- name : Run FOSSA tests
32
- uses : fossas/fossa-action@main
32
+ uses : fossas/fossa-action@47ef11b1e1e3812e88dae436ccbd2d0cbd1adab0 # v1.3.3
33
33
with :
34
34
api-key : ${{ secrets.FOSSA_API_KEY }}
35
35
run-tests : true
You can’t perform that action at this time.
0 commit comments