File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2323 runs-on : ubuntu-latest
2424 steps :
2525 - name : automerge
26- uses : pascalgn/automerge-action@v0.12.0
26+ uses : pascalgn/automerge-action@c9bd1823770819dc8fb8a5db2d11a3a95fbe9b07 # renovate: tag= v0.12.0
2727 env :
2828 # Allows this merge to trigger other actions
2929 GITHUB_TOKEN : " ${{ secrets.GITHUB_TOKEN }}"
Original file line number Diff line number Diff line change @@ -11,16 +11,16 @@ jobs:
1111 dispatch :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v2
15- - uses : actions/setup-go@v2
14+ - uses : actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # renovate: tag= v2
15+ - uses : actions/setup-go@37335c7bb261b353407cff977110895fa0b4f7d8 # renovate: tag= v2
1616 with :
1717 go-version : ' ^1.14'
1818
1919 # generate update
2020 - name : Pin tags to ${{ github.event.inputs.semver }}
2121 run : tools/update-docker-tags.sh "${{ github.event.inputs.semver }}"
2222 - name : Open pull request
23- uses : peter-evans/create-pull-request@v3
23+ uses : peter-evans/create-pull-request@9825ae65b1cb54b543b938503728b432a0176d29 # renovate: tag= v3
2424 with :
2525 token : ${{ secrets.GITHUB_TOKEN }}
2626 base : ${{ github.event.inputs.branch }}
You can’t perform that action at this time.
0 commit comments