@@ -21,11 +21,11 @@ jobs:
2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Checkout Repository
24- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
24+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2525 with :
2626 show-progress : false
2727 - name : Setup Golang
28- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
28+ uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
2929 with :
3030 go-version-file : go.mod
3131 cache : false
3434 run : |
3535 echo "GOLANGCILINT_SHA=$(cat ./tools/GOLANGCI_LINT_VERSION | sha256sum - | awk '{ print $1 }')" >> $GITHUB_ENV
3636 - name : Setup golangci-lint Cache
37- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0 .2
37+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1 .2
3838 with :
3939 path : |
4040 ./tools/bin
@@ -56,11 +56,11 @@ jobs:
5656 GOEXPERIMENT : nocoverageredesign
5757 steps :
5858 - name : Checkout Repository
59- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
59+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6060 with :
6161 show-progress : false
6262 - name : Setup Golang
63- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
63+ uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
6464 with :
6565 go-version-file : go.mod
6666 - name : Run Test Coverage
@@ -75,11 +75,11 @@ jobs:
7575 if : github.event_name != 'push'
7676 steps :
7777 - name : Checkout Repository
78- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
78+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7979 with :
8080 show-progress : false
8181 - name : Setup Golang
82- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
82+ uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
8383 with :
8484 go-version-file : go.mod
8585 - name : Setup Goreleaser
@@ -98,12 +98,12 @@ jobs:
9898 if : github.event_name == 'push'
9999 steps :
100100 - name : Checkout Repository
101- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
101+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
102102 with :
103103 show-progress : false
104104 fetch-depth : 0
105105 - name : Setup Golang
106- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
106+ uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
107107 with :
108108 go-version-file : go.mod
109109 - name : Setup Goreleaser
@@ -120,7 +120,7 @@ jobs:
120120 env :
121121 GITHUB_TOKEN : ${{ secrets.BOT_GITHUB_TOKEN }}
122122 - name : Upload Binaries Artifacts
123- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
123+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
124124 with :
125125 name : artifacts
126126 path : bin/
@@ -131,7 +131,7 @@ jobs:
131131 - publish-release
132132 steps :
133133 - name : Checkout Repository
134- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
134+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
135135 with :
136136 show-progress : false
137137 - name : Download Binaries
@@ -157,6 +157,6 @@ jobs:
157157 run : make docker-setup-multiarch
158158 - name : Setup Buildx Context
159159 id : buildx
160- uses : docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6 .1
160+ uses : docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7 .1
161161 - name : Build Latest Image
162162 run : make ci-docker BUILDX_CONTEXT=${{ steps.buildx.outputs.name }}
0 commit comments