Skip to content

Commit cf94692

Browse files
Fixed the SHA for checkout
Signed-off-by: naveensrinivasan <[email protected]>
1 parent a03799a commit cf94692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
1717
- name: Build the Docker image
1818
run: docker build . --file Dockerfile

0 commit comments

Comments
 (0)