File tree Expand file tree Collapse file tree 8 files changed +12
-12
lines changed Expand file tree Collapse file tree 8 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ jobs:
1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Check out code into the Go module directory
22- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # tag=v4.2.0
22+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # tag=v4.2.1
2323 - name : Calculate go version
2424 id : vars
2525 run : echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
2626 - name : Set up Go
2727 uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # tag=v5.0.2
2828 with :
2929 go-version : ${{ steps.vars.outputs.go_version }}
30- - uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # tag=v4.0.2
30+ - uses : actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # tag=v4.1.0
3131 name : Restore go cache
3232 with :
3333 path : |
Original file line number Diff line number Diff line change 1919 - test
2020 - hack/tools
2121 steps :
22- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # tag=v4.2.0
22+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # tag=v4.2.1
2323 - name : Calculate go version
2424 id : vars
2525 run : echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
2828 with :
2929 go-version : ${{ steps.vars.outputs.go_version }}
3030 - name : golangci-lint
31- uses : golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # tag=v6.1.0
31+ uses : golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # tag=v6.1.1
3232 with :
3333 version : v1.60.2
3434 args : --out-format=colored-line-number
Original file line number Diff line number Diff line change 1414 name : Broken Links
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # tag=v4.2.0
17+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # tag=v4.2.1
1818 - uses : gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368 # tag=v1
1919 with :
2020 use-quiet-mode : ' yes'
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010
1111 steps :
12- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # tag=v4.2.0
12+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # tag=v4.2.1
1313
1414 - name : Check if PR title is valid
1515 env :
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ jobs:
1717 release_tag : ${{ steps.release-version.outputs.release_version }}
1818 steps :
1919 - name : Checkout code
20- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # tag=v4.2.0
20+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # tag=v4.2.1
2121 with :
2222 fetch-depth : 0
2323 - name : Get changed files
2424 id : changed-files
25- uses : tj-actions/changed-files@48d8f15b2aaa3d255ca5af3eba4870f807ce6b3c # tag=v45.0.2
25+ uses : tj-actions/changed-files@c3a1bb2c992d77180ae65be6ae6c166cf40f857c # tag=v45.0.3
2626 - name : Get release version
2727 id : release-version
2828 run : |
8787 env :
8888 RELEASE_TAG : ${{needs.push_release_tags.outputs.release_tag}}
8989 - name : checkout code
90- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # tag=v4.2.0
90+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # tag=v4.2.1
9191 with :
9292 fetch-depth : 0
9393 ref : ${{ env.RELEASE_TAG }}
Original file line number Diff line number Diff line change 1717 branch : [ main, release-1.8, release-1.7 ]
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # tag=v4.2.0
20+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # tag=v4.2.1
2121 with :
2222 ref : ${{ matrix.branch }}
2323 - uses : gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368 # tag=v1
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Check out code
21- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # tag=v4.2.0
21+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # tag=v4.2.1
2222 with :
2323 ref : ${{ matrix.branch }}
2424 - name : Calculate go version
Original file line number Diff line number Diff line change 2020 branch : [ main, release-1.8, release-1.7 ]
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # tag=v4.2.0
23+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # tag=v4.2.1
2424 with :
2525 ref : ${{ matrix.branch }}
2626 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments