Skip to content

Commit

Permalink
[ISRR-516] Use commit hashes instead of tags for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gmethvin committed Apr 17, 2024
1 parent c27ef14 commit 11bec30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout current branch
uses: actions/checkout@v2
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
with:
fetch-depth: 0

- name: Setup Java and Scala
uses: olafurpg/setup-scala@v10
uses: olafurpg/setup-scala@32ffa16635ff8f19cc21ea253a987f0fdf29844c
with:
java-version: [email protected]

- name: Cache sbt
uses: actions/cache@v2
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
with:
path: |
~/.sbt
Expand Down

0 comments on commit 11bec30

Please sign in to comment.