File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 build-mode : autobuild
3535 steps :
3636 - name : Checkout repository
37- uses : actions/checkout@v5
37+ uses : actions/checkout@v6
3838
3939 - name : Initialize CodeQL
4040 uses : github/codeql-action/init@v4
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : ' Checkout repository'
15- uses : actions/checkout@v5
15+ uses : actions/checkout@v6
1616 - name : ' Dependency Review'
1717 uses : actions/dependency-review-action@v4
1818 with :
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - name : Checkout 🛎
10- uses : actions/checkout@v5
10+ uses : actions/checkout@v6
1111 - uses : actions/setup-go@v6
1212 - shell : bash
1313 run : make generate
Original file line number Diff line number Diff line change 2020 runs-on : macos-latest
2121 name : Darwin Go tests
2222 steps :
23- - uses : actions/checkout@v5
23+ - uses : actions/checkout@v6
2424 - uses : actions/setup-go@v6
2525 with :
2626 go-version : stable
3131 runs-on : windows-latest
3232 name : Windows Go tests
3333 steps :
34- - uses : actions/checkout@v5
34+ - uses : actions/checkout@v6
3535 - uses : actions/setup-go@v6
3636 with :
3737 go-version : stable
4343 runs-on : ubuntu-latest
4444 name : Linux Go tests
4545 steps :
46- - uses : actions/checkout@v5
46+ - uses : actions/checkout@v6
4747 - uses : actions/setup-go@v6
4848 with :
4949 go-version : stable
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 name : Go Mod Tidy
2121 steps :
22- - uses : actions/checkout@v5
22+ - uses : actions/checkout@v6
2323 - uses : actions/setup-go@v6
2424 with :
2525 go-version : stable
2828 runs-on : ubuntu-latest
2929 name : Lint check
3030 steps :
31- - uses : actions/checkout@v5
31+ - uses : actions/checkout@v6
3232 - uses : actions/setup-go@v6
3333 with :
3434 go-version : stable
3939 runs-on : ubuntu-latest
4040 name : Gofmt check
4141 steps :
42- - uses : actions/checkout@v5
42+ - uses : actions/checkout@v6
4343 - uses : actions/setup-go@v6
4444 with :
4545 go-version : stable
4848 runs-on : ubuntu-latest
4949 name : Generate check
5050 steps :
51- - uses : actions/checkout@v5
51+ - uses : actions/checkout@v6
5252 - uses : actions/setup-go@v6
5353 with :
5454 go-version : stable
Original file line number Diff line number Diff line change 1717 EXIT_STATUS : 0
1818 steps :
1919 - name : Checkout code
20- uses : actions/checkout@v5
20+ uses : actions/checkout@v6
2121
2222 - name : Set up Go
2323 uses : actions/setup-go@v6
5151 - integration-and-unit-tests
5252 steps :
5353 - name : Checkout code
54- uses : actions/checkout@v5
54+ uses : actions/checkout@v6
5555 with :
5656 fetch-depth : 0
5757 submodules : ' recursive'
Original file line number Diff line number Diff line change 1818 steps :
1919 -
2020 name : Checkout
21- uses : actions/checkout@v5
21+ uses : actions/checkout@v6
2222 -
2323 name : Run Labeler
2424 uses : crazy-max/ghaction-github-labeler@24d110aa46a59976b8a7f35518cb7f14f434c916
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Checkout this repo
20- uses : actions/checkout@v5
20+ uses : actions/checkout@v6
2121 with :
2222 ref : ${{ github.event.inputs.branch }}
2323 # Ensure that Docs are Compiled
3535 fi
3636 # Perform the Release
3737 - name : Checkout integration-release-action
38- uses : actions/checkout@v5
38+ uses : actions/checkout@v6
3939 with :
4040 repository : hashicorp/integration-release-action
4141 path : ./integration-release-action
Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Checkout this repo
24- uses : actions/checkout@v5
24+ uses : actions/checkout@v6
2525 with :
2626 ref : ${{ github.ref }}
2727 # Ensure that Docs are Compiled
3939 fi
4040 # Perform the Release
4141 - name : Checkout integration-release-action
42- uses : actions/checkout@v5
42+ uses : actions/checkout@v6
4343 with :
4444 repository : hashicorp/integration-release-action
4545 path : ./integration-release-action
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@v5
22+ uses : actions/checkout@v6
2323 - name : Unshallow
2424 run : git fetch --prune --unshallow
2525 - name : Set up Go
You can’t perform that action at this time.
0 commit comments