This repository was archived by the owner on May 14, 2025. It is now read-only.
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- 26+ uses : pascalgn/automerge-action@c9bd1823770819dc8fb8a5db2d11a3a95fbe9b07 # 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 88 check-pr :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v3
11+ - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
1212 with :
1313 repository : ' sourcegraph/pr-auditor'
14- - uses : actions/setup-go@v4
14+ - uses : actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4
1515 with : { go-version: '1.20' }
1616
1717 - run : ' ./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@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
15+ - uses : actions/setup-go@bfdd3570ce990073878bf10f6b2d79082de49492 # v2
1616 with :
1717 go-version : " ^1.18"
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 # 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