We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e986b2 commit 4e5b70fCopy full SHA for 4e5b70f
2 files changed
.github/workflows/build.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Environment
36
run: env | sort
37
38
- - uses: actions/checkout@v4
+ - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
39
40
- uses: graalvm/setup-graalvm@v1
41
if: ${{ matrix.musl }}
@@ -128,7 +128,7 @@ jobs:
128
actions: write
129
steps:
130
- name: Checkout repository
131
- uses: actions/checkout@v4
+ uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
132
with:
133
fetch-depth: 0
134
.github/workflows/security-submit-dependecy-graph.yml
@@ -10,7 +10,7 @@ jobs:
10
dependency-submission:
11
runs-on: ubuntu-latest
12
13
14
15
16
java-version: 21
0 commit comments