We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8fbf507 + 3f9bbc9 commit e5a9ba8Copy full SHA for e5a9ba8
.github/workflows/build.yml
@@ -45,13 +45,13 @@ jobs:
45
- name: Support longpaths on Windows
46
if: "startsWith(matrix.os.runs-on, 'windows')"
47
run: git config --global core.longpaths true
48
- - uses: actions/checkout@v4
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
49
with:
50
# Fetch the whole history to make sure that gitflow incremental builder
51
# can find the base commit.
52
fetch-depth: 0
53
- name: Set up Java ${{ matrix.os.java.version }}
54
- uses: actions/setup-java@v4
+ uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
55
56
java-version: ${{ matrix.os.java.version }}
57
distribution: temurin
0 commit comments