Skip to content

Commit 4aab0e7

Browse files
committed
pin actions
1 parent b63790a commit 4aab0e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
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

0 commit comments

Comments
 (0)