Skip to content

Commit f95db0c

Browse files
authored
Update GitHub Actions to use specific versions
Add SHA pinning for Unit Tests GitHub Actions
1 parent b1078c6 commit f95db0c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/unit-tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@ jobs:
1919
java-version: ["25"]
2020

2121
steps:
22-
- uses: actions/checkout@v6
22+
# v6.0.2
23+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2324
with:
2425
fetch-depth: 1
2526

26-
- uses: actions/setup-java@v5
27+
# v5.2.0
28+
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654
2729
with:
2830
distribution: temurin
2931
java-version: ${{ matrix.java-version }}

0 commit comments

Comments
 (0)