File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 docker run --rm --volume "$(pwd):/helm-docs" -u "$(id -u)" jnorwood/helm-docs:v1.11.0
3131
3232 - name : Get component from branch name
33- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
33+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
3434 id : component
3535 with :
3636 result-encoding : string
Original file line number Diff line number Diff line change 2020 private-key : ${{ secrets.CQ_APP_PRIVATE_KEY }}
2121 permission-contents : write
2222 permission-pull-requests : write
23- - uses : googleapis/release-please-action@5c625bfb5d1ff62eadeeb3772007f7f66fdcf071 # v4
23+ - uses : googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5
2424 id : release
2525 with :
2626 token : ${{ steps.app-token.outputs.token }}
6464 CR_TOKEN : " ${{ secrets.GITHUB_TOKEN }}"
6565
6666 - name : Get PR data
67- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
67+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
6868 if : |
6969 startsWith(github.event.head_commit.message, 'chore(main): Release')
7070 id : get_pr_data
7979 ).data[0];
8080
8181 - name : Update PR labels
82- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
82+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
8383 if : |
8484 startsWith(github.event.head_commit.message, 'chore(main): Release')
8585 with :
You can’t perform that action at this time.
0 commit comments