File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -80,15 +80,15 @@ jobs:
80
80
fi
81
81
82
82
- name : Log in to the Container registry
83
- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
83
+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
84
84
with :
85
85
registry : ${{ env.REGISTRY }}
86
86
username : ${{ github.actor }}
87
87
password : ${{ secrets.GITHUB_TOKEN }}
88
88
89
89
- name : Docker Meta
90
90
id : meta
91
- uses : docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7 .0
91
+ uses : docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8 .0
92
92
with :
93
93
images : |
94
94
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
Original file line number Diff line number Diff line change 27
27
egress-policy : audit
28
28
29
29
- name : Checkout
30
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
30
+ uses : actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
31
31
with :
32
32
persist-credentials : false
33
33
You can’t perform that action at this time.
0 commit comments