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 b486d54 commit 54b5254Copy full SHA for 54b5254
.github/workflows/docker-build.yml
@@ -14,6 +14,6 @@ jobs:
14
15
steps:
16
- name: Checkout
17
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
18
- name: Build image
19
run: docker build .
.github/workflows/integration-tests.yml
@@ -14,7 +14,7 @@ jobs:
- name: Set up JDK 17
uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4
20
with:
0 commit comments