File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,18 +22,18 @@ jobs:
22
22
23
23
steps :
24
24
- name : Checkout repository
25
- uses : actions/checkout@v4
25
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
26
26
27
27
- name : Log in to the Container registry
28
- uses : docker/login-action@v3
28
+ uses : docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3
29
29
with :
30
30
registry : ${{ env.REGISTRY }}
31
31
username : ${{ github.actor }}
32
32
password : ${{ secrets.GITHUB_TOKEN }}
33
33
34
34
- name : Extract metadata (tags, labels) for Docker
35
35
id : meta
36
- uses : docker/metadata-action@v5
36
+ uses : docker/metadata-action@31cebacef4805868f9ce9a0cb03ee36c32df2ac4 # v5
37
37
with :
38
38
images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
39
39
tags : |
43
43
type=sha,format=long
44
44
45
45
- name : Build and push Docker image
46
- uses : docker/build-push-action@v5
46
+ uses : docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5
47
47
with :
48
48
context : .
49
49
push : true
Original file line number Diff line number Diff line change 55
55
run : echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
56
56
57
57
- name : Cache Composer Dependencies
58
- uses : actions/cache@v3
58
+ uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
59
59
with :
60
60
path : ${{ steps.composer-cache.outputs.dir }}
61
61
key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
You can’t perform that action at this time.
0 commit comments