File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1313 actionlint :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
16+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
1717 - uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
1818 with :
1919 go-version-file : ' go.mod'
Original file line number Diff line number Diff line change 1919 golangci-lint :
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
22+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2323 - uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
2424 with :
2525 go-version-file : ' go.mod'
3030 test :
3131 runs-on : ubuntu-latest
3232 steps :
33- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
33+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
3434 - uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
3535 with :
3636 go-version-file : ' go.mod'
Original file line number Diff line number Diff line change 1414 check :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
17+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
1818 - uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
1919 with :
2020 go-version-file : ' go.mod'
Original file line number Diff line number Diff line change 1111 copywrite :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
14+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
1515 - uses : hashicorp/setup-copywrite@867a1a2a064a0626db322392806428f7dc59cb3e # v1.1.2
1616 - run : copywrite headers --plan
1717 - run : copywrite license --plan
Original file line number Diff line number Diff line change 2929 runs-on : ubuntu-latest
3030 steps :
3131 - name : Checkout
32- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
32+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
3333 with :
3434 fetch-depth : 0
3535 # Avoid persisting GITHUB_TOKEN credentials as they take priority over our service account PAT for `git push` operations
5858 runs-on : ubuntu-latest
5959 steps :
6060 - name : Checkout
61- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
61+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
6262 with :
6363 fetch-depth : 0
6464 # Default input is the SHA that initially triggered the workflow. As we created a new commit in the previous job,
8383 contents : write # Needed for goreleaser to create GitHub release
8484 issues : write # Needed for goreleaser to close associated milestone
8585 steps :
86- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
86+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
8787 with :
8888 ref : ${{ inputs.versionNumber }}
8989 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments