File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -20,20 +20,20 @@ jobs:
2020 packages : write
2121
2222 steps :
23- - uses : actions/checkout@v6
23+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2424 with :
2525 fetch-depth : " 0"
2626
2727 - name : Log in to the Container Registry
28- uses : docker/login-action@v4
28+ uses : docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121
2929 with :
3030 registry : ${{ env.REGISTRY }}
3131 username : ${{ github.actor }}
3232 password : ${{ secrets.GITHUB_TOKEN }}
3333
3434 - name : Determine Tags & Labels based on Git ref
3535 id : meta
36- uses : docker/metadata-action@v6
36+ uses : docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf
3737 with :
3838 images : " ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}"
3939 tags : |
4343 type=raw,value={{date 'YYYYMMDD-HHmmss'}},enable={{is_default_branch}}
4444
4545 - name : Build & Push container image
46- uses : docker/build-push-action@v7
46+ uses : docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
4747 with :
4848 context : .
4949 file : ./Containerfile
Original file line number Diff line number Diff line change 22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
33 "extends" : [" config:recommended" ],
44 "reviewers" : [" team:nunki" ],
5+ "pinDigests" : true ,
56 "customManagers" : [
67 {
78 "fileMatch" : [" (^|/)Containerfile$" ],
You can’t perform that action at this time.
0 commit comments