We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9258775 commit 77e0427Copy full SHA for 77e0427
.github/workflows/build.yml
@@ -6,7 +6,7 @@ jobs:
6
build:
7
runs-on: ubuntu-24.04
8
steps:
9
- - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
10
- name: Set up JDK
11
uses: actions/setup-java@v4
12
with:
.github/workflows/release.yml
0 commit comments