Skip to content

Commit 53c5402

Browse files
Pin dependencies
1 parent d8620c7 commit 53c5402

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pull-request.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout source
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
1313

1414
- name: Setup buildx
15-
uses: docker/setup-buildx-action@v3
15+
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3
1616

1717
- name: Build container image
18-
uses: docker/build-push-action@v5
18+
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5
1919
with:
2020
context: .
2121
file: Dockerfile

0 commit comments

Comments
 (0)