3838 runs-on : ubuntu-latest
3939 steps :
4040 - name : Check out code
41- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
41+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
4242 with :
4343 persist-credentials : false
4444 - run : scripts/report_uncleaned_snapshots.py
4949 runs-on : ubuntu-latest
5050 steps :
5151 - name : Check out code
52- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
52+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
5353 with :
5454 persist-credentials : false
5555 - name : Run format action
6161 runs-on : ubuntu-latest
6262 steps :
6363 - name : Check out code
64- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
64+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
6565 with :
6666 persist-credentials : false
6767 - name : Set up Go
7777 runs-on : ubuntu-latest
7878 steps :
7979 - name : Check out code
80- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
80+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
8181 with :
8282 persist-credentials : false
8383 - name : Set up Go
9393 runs-on : ubuntu-latest
9494 steps :
9595 - name : Check out code
96- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
96+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
9797 with :
9898 persist-credentials : false
9999 - run : scripts/build_test_images.sh
@@ -115,7 +115,7 @@ jobs:
115115 runs-on : ${{ matrix.os }}
116116 steps :
117117 - name : Check out code
118- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
118+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
119119 with :
120120 persist-credentials : false
121121 - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
@@ -140,7 +140,7 @@ jobs:
140140 DOCKER_CLI_EXPERIMENTAL : " enabled"
141141 steps :
142142 - name : Checkout
143- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
143+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
144144 with :
145145 fetch-depth : 0
146146 - name : Set up Go
@@ -152,7 +152,7 @@ jobs:
152152 - uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
153153 - name : Run GoReleaser
154154 id : run-goreleaser
155- uses : goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6.3 .0
155+ uses : goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4 .0
156156 with :
157157 distribution : goreleaser
158158 version : " ~> v2"
0 commit comments