File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222 github-token : ${{ secrets.GITHUB_TOKEN }}
2323
2424 - if : ${{ steps.metadata.outputs.update-type == 'version-update:semver-patch' }}
25- uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
25+ uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
2626
2727 - name : Approve a PR if not already approved
2828 if : ${{ steps.metadata.outputs.update-type == 'version-update:semver-patch' }}
Original file line number Diff line number Diff line change 1111 name : ci
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
14+ - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
1515 - uses : actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
1616 with :
1717 go-version : ' 1.20'
2828 name : lint
2929 runs-on : ubuntu-latest
3030 steps :
31- - uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
31+ - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
3232 - uses : actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
3333 with :
3434 go-version : ' 1.20'
Original file line number Diff line number Diff line change 4040 password : ${{ secrets.GITHUB_TOKEN }}
4141
4242 - name : Check out code onto GOPATH
43- uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
43+ uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
4444
4545 - name : Set tag output
4646 id : get_tag
You can’t perform that action at this time.
0 commit comments