Skip to content

Commit 0c3b4cd

Browse files
committed
use correct commit sha for workflow
1 parent 9bb9a97 commit 0c3b4cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
12-
- uses: docker-compose-linter/dclint-github-action@v3.1.0
12+
- uses: docker-compose-linter/dclint-github-action@18659f6a7956706cb67cf9c1ad5e55f4352cbc17 # 1.6.0
1313
with:
1414
path: ./docker/docker-compose.yml
1515
recursive: true

0 commit comments

Comments
 (0)