File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 steps :
2121 # Ensure terraform-devex-repos is updated on version changes.
22- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
22+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2323 # Ensure terraform-devex-repos is updated on version changes.
2424 - uses : miniscruff/changie-action@5036dffa79ffc007110dc7f75eca7ef72780e147 # v2.1.0
2525 with :
Original file line number Diff line number Diff line change 1313 actionlint :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
16+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1717 - uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
1818 with :
1919 go-version-file : ' go.mod'
Original file line number Diff line number Diff line change 1616 golangci-lint :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
19+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2020 - uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
2121 with :
2222 go-version-file : ' go.mod'
3030 matrix :
3131 go-version : [ '1.25', '1.24' ]
3232 steps :
33- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
33+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3434 - uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
3535 with :
3636 go-version : ${{ matrix.go-version }}
Original file line number Diff line number Diff line change 1414 check :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
17+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1818 - uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
14+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1515 - uses : hashicorp/setup-copywrite@32638da2d4e81d56a0764aa1547882fc4d209636 # v1.1.3
1616 - run : copywrite headers --plan
1717 - run : copywrite license --plan
Original file line number Diff line number Diff line change 2525 runs-on : ubuntu-latest
2626 steps :
2727 - name : Checkout
28- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
28+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2929 with :
3030 fetch-depth : 0
3131 # Avoid persisting GITHUB_TOKEN credentials as they take priority over our service account PAT for `git push` operations
5454 runs-on : ubuntu-latest
5555 steps :
5656 - name : Checkout
57- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
57+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5858 with :
5959 fetch-depth : 0
6060 # Default input is the SHA that initially triggered the workflow. As we created a new commit in the previous job,
7979 contents : write # Needed for goreleaser to create GitHub release
8080 issues : write # Needed for goreleaser to close associated milestone
8181 steps :
82- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
82+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8383 with :
8484 ref : ${{ inputs.versionNumber }}
8585 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments