Skip to content

Commit e5a9ba8

Browse files
authored
Merge pull request #15 from marko-bekhta/gh-hash
Use SHA instead of versions in GH actions
2 parents 8fbf507 + 3f9bbc9 commit e5a9ba8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ jobs:
4545
- name: Support longpaths on Windows
4646
if: "startsWith(matrix.os.runs-on, 'windows')"
4747
run: git config --global core.longpaths true
48-
- uses: actions/checkout@v4
48+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4949
with:
5050
# Fetch the whole history to make sure that gitflow incremental builder
5151
# can find the base commit.
5252
fetch-depth: 0
5353
- name: Set up Java ${{ matrix.os.java.version }}
54-
uses: actions/setup-java@v4
54+
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
5555
with:
5656
java-version: ${{ matrix.os.java.version }}
5757
distribution: temurin

0 commit comments

Comments
 (0)