File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
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 # 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 77 run :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v2
10+ - uses : actions/checkout@f25a3a9f25bd5f4c5d77189cab02ff357b5aedeb # tag= v2
1111 with : { repository: 'sourcegraph/sourcegraph' }
12- - uses : actions/setup-go@v2
12+ - uses : actions/setup-go@bfdd3570ce990073878bf10f6b2d79082de49492 # tag= v2
1313 with : { go-version: '1.17' }
1414
1515 - run : ./dev/pr-auditor/check-pr.sh
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@f25a3a9f25bd5f4c5d77189cab02ff357b5aedeb # tag= v2
15+ - uses : actions/setup-go@bfdd3570ce990073878bf10f6b2d79082de49492 # 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@18f7dc018cc2cd597073088f7c7591b9d1c02672 # 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