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 27e2061 commit 674d109Copy full SHA for 674d109
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
platforms: linux/amd64,linux/arm64
28
29
- name: Checkout
30
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
31
32
- name: Install Node.js
33
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
.github/workflows/lint.yml
@@ -22,7 +22,7 @@ jobs:
22
23
steps:
24
25
26
- name: Lint Dockerfile
run: docker run --rm -i hadolint/hadolint:${{ env.hadolint-version }} < Dockerfile
0 commit comments