File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9898 ./actionlint example_workflows/*.yaml
9999
100100 - name : Install the latest version of uv
101- uses : astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231 # v5
101+ uses : astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231 # v5.3.1
102102 - name : Actions Security Check
103103 env :
104104 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
@@ -127,11 +127,11 @@ jobs:
127127 dflook/
128128
129129 - name : Lint Dockerfile
130- uses : hadolint/hadolint-action@v3.1.0
130+ uses : hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf # v3.1.0
131131 with :
132132 dockerfile : ./image/Dockerfile
133133
134134 - name : Lint Dockerfile
135- uses : hadolint/hadolint-action@v3.1.0
135+ uses : hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf # v3.1.0
136136 with :
137137 dockerfile : ./image/Dockerfile-base
You can’t perform that action at this time.
0 commit comments