File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : " github-actions"
4+ directory : " /"
5+ schedule :
6+ interval : " monthly"
7+ groups :
8+ github-actions :
9+ patterns :
10+ - " *"
11+ open-pull-requests-limit : 5
12+ labels :
13+ - " github-action :construction:"
14+ - " team-tux :penguin:"
15+ commit-message :
16+ prefix : " chore(deps)"
Original file line number Diff line number Diff line change 3838 runs-on : ubuntu-latest
3939 steps :
4040 - name : Checkout
41- uses : actions/checkout@v3
41+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4242
4343 - name : Building
4444 run : |
Original file line number Diff line number Diff line change @@ -48,18 +48,18 @@ jobs:
4848 packages : write
4949 steps :
5050 - name : Checkout
51- uses : actions/checkout@v3
51+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5252
5353 - name : Authorization
54- uses : docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
54+ uses : docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
5555 with :
5656 registry : ${{ env.REGISTRY }}
5757 username : ${{ github.actor }}
5858 password : ${{ secrets.GITHUB_TOKEN }}
5959
6060 - name : Setup
6161 id : meta
62- uses : docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
62+ uses : docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0
6363 with :
6464 images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
6565
6868 make build
6969
7070 - name : Publish
71- uses : docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
71+ uses : docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
7272 with :
7373 context : .
7474 push : true
You can’t perform that action at this time.
0 commit comments