We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4cdd409 + 3a79307 commit 557cbebCopy full SHA for 557cbeb
.github/workflows/bazel-test.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20
- name: Set up JDK 8
21
- uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
+ uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
22
with:
23
distribution: temurin
24
java-version: '8'
.github/workflows/python-package.yml
@@ -50,7 +50,7 @@ jobs:
50
51
python-version: ${{ matrix.python-version }}
52
- name: Set up JDK 1.8
53
54
55
java-version: 8
56
distribution: 'temurin'
0 commit comments