File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 echo "image=${IMAGE,,}" >> $GITHUB_OUTPUT # lowercase
4141
4242 - name : Log in to GitHub Container Registry
43- uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0 .0
43+ uses : docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1 .0
4444 with :
4545 registry : ${{ env.REGISTRY }}
4646 username : ${{ github.actor }}
Original file line number Diff line number Diff line change 6868 > /tmp/all-in-one.yaml
6969
7070 - name : Create GitHub Release
71- uses : softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # 2 .6.1
71+ uses : softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2 .6.2
7272 with :
7373 tag_name : ${{ steps.meta.outputs.tag }}
7474 name : " Chart ${{ steps.meta.outputs.version }}"
Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ jobs:
1212 steps :
1313 - name : Generate Renovate token
1414 id : app-token
15- uses : actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
15+ uses : actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
1616 with :
1717 app-id : ${{ secrets.APP_ID }}
1818 private-key : ${{ secrets.APP_PRIVATE_KEY }}
1919
2020 - name : Self-hosted Renovate
21- uses : renovatebot/github-action@68a3ea99af6ad249940b5a9fdf44fc6d7f14378b # v46.1.6
21+ uses : renovatebot/github-action@79dc0ba74dc3de28db0a7aeb1d0b95d5bf5fde2a # v46.1.13
2222 env :
2323 RENOVATE_TOKEN : ${{ steps.app-token.outputs.token }}
2424 RENOVATE_REPOSITORIES : ${{ github.repository }}
You can’t perform that action at this time.
0 commit comments