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.
1 parent 834511d commit e947d70Copy full SHA for e947d70
.github/workflows/dependency-submission.yml
@@ -15,8 +15,8 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- name: Checkout sources
18
- uses: actions/[email protected]
19
- - uses: actions/setup-java@v4.4.0
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
+ - uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
20
name: Setup Java
21
with:
22
distribution: temurin
0 commit comments