File tree Expand file tree Collapse file tree 9 files changed +14
-14
lines changed
Expand file tree Collapse file tree 9 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1818 deploy :
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v6.0.1
21+ - uses : actions/checkout@v6.0.2
2222 with :
2323 submodules : true
2424 fetch-depth : 0
Original file line number Diff line number Diff line change 4141 go-version : ${{ env.GO_VERSION }}
4242
4343 - name : Check out code into the Go module directory
44- uses : actions/checkout@v6.0.1
44+ uses : actions/checkout@v6.0.2
4545
4646 - name : Set up Ginkgo CLI
4747 run : |
9292 go-version : ${{ env.GO_VERSION }}
9393
9494 - name : Check out code into the Go module directory
95- uses : actions/checkout@v6.0.1
95+ uses : actions/checkout@v6.0.2
9696
9797 - name : Install Ginkgo CLI
9898 run : |
Original file line number Diff line number Diff line change 4343 go-version : ${{ env.GO_VERSION }}
4444
4545 - name : Checkout
46- uses : actions/checkout@v6.0.1
46+ uses : actions/checkout@v6.0.2
4747 with :
4848 submodules : true
4949
6464 go-version : ${{ env.GO_VERSION }}
6565
6666 - name : Check out code into the Go module directory
67- uses : actions/checkout@v6.0.1
67+ uses : actions/checkout@v6.0.2
6868
6969 - name : golangci-lint
7070 run : make lint
Original file line number Diff line number Diff line change 3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v6.0.1
41+ uses : actions/checkout@v6.0.2
4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1616 with :
1717 egress-policy : audit
1818
19- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4.1.7
19+ - uses : actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4.1.7
2020 - uses : codespell-project/actions-codespell@8f01853be192eb0f849a5c7d721450e7a467c579 # master
2121 with :
2222 check_filenames : true
Original file line number Diff line number Diff line change 1010 markdown-link-check :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v6.0.1
13+ - uses : actions/checkout@v6.0.2
1414 - uses : tcort/github-action-markdown-link-check@v1
1515 with :
1616 # this will only show errors in the output
Original file line number Diff line number Diff line change 3030 tag : ${{ steps.export.outputs.tag }}
3131 steps :
3232 - name : Checkout code
33- uses : actions/checkout@v6.0.1
33+ uses : actions/checkout@v6.0.2
3434
3535 - id : export
3636 run : |
6464 go-version : ${{ env.GO_VERSION }}
6565
6666 - name : Checkout code
67- uses : actions/checkout@v6.0.1
67+ uses : actions/checkout@v6.0.2
6868
6969 - name : Login to ghcr.io
7070 uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
Original file line number Diff line number Diff line change 4444 go-version : ${{ env.GO_VERSION }}
4545
4646 - name : Checkout code
47- uses : actions/checkout@v6.0.1
47+ uses : actions/checkout@v6.0.2
4848
4949 - name : Login to ${{ env.REGISTRY }}
5050 uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
Original file line number Diff line number Diff line change 4444 go-version : ${{ env.GO_VERSION }}
4545
4646 - name : Check out code into the Go module directory
47- uses : actions/checkout@v6.0.1
47+ uses : actions/checkout@v6.0.2
4848 with :
4949 # Fetch the history of all branches and tags.
5050 # This is needed for the test suite to switch between releases.
@@ -127,7 +127,7 @@ jobs:
127127 go-version : ${{ env.GO_VERSION }}
128128
129129 - name : Check out code into the Go module directory
130- uses : actions/checkout@v6.0.1
130+ uses : actions/checkout@v6.0.2
131131 with :
132132 # Fetch the history of all branches and tags.
133133 # This is needed for the test suite to switch between releases.
@@ -210,7 +210,7 @@ jobs:
210210 go-version : ${{ env.GO_VERSION }}
211211
212212 - name : Check out code into the Go module directory
213- uses : actions/checkout@v6.0.1
213+ uses : actions/checkout@v6.0.2
214214 with :
215215 # Fetch the history of all branches and tags.
216216 # This is needed for the test suite to switch between releases.
You can’t perform that action at this time.
0 commit comments