Skip to content

Commit

Permalink
[TNT-7113] Use commit hashes for github repo actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisiterable committed May 1, 2024
1 parent 888f789 commit 3b6506f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e
- name: Mustache Specs
run: |
git submodule update --init --recursive
- name: Set up JDK ${{ matrix.java_version }}
uses: actions/setup-java@v1
uses: actions/setup-java@b6e674f4b717d7b0ae3baee0fbe79f498905dfde
with:
java-version: ${{ matrix.java_version }}
- name: Install
Expand Down

0 comments on commit 3b6506f

Please sign in to comment.