Skip to content

Commit 3b6506f

Browse files
[TNT-7113] Use commit hashes for github repo actions
1 parent 888f789 commit 3b6506f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-matrix.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313

1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v1
16+
uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e
1717
- name: Mustache Specs
1818
run: |
1919
git submodule update --init --recursive
2020
- name: Set up JDK ${{ matrix.java_version }}
21-
uses: actions/setup-java@v1
21+
uses: actions/setup-java@b6e674f4b717d7b0ae3baee0fbe79f498905dfde
2222
with:
2323
java-version: ${{ matrix.java_version }}
2424
- name: Install

0 commit comments

Comments
 (0)