File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed
Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 88 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
99 name : Build Docker
1010 steps :
11- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
11+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
1212 with :
1313 fetch-depth : 0
1414 - uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # 4.1.7
Original file line number Diff line number Diff line change 99 golangci :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
12+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
1313 - name : golangci-lint
14- uses : golangci/golangci-lint-action@38e1018663fa5173f3968ea0777460d3de38f256 # 5.3.0
14+ uses : golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # 6.0.1
1515 with :
1616 version : latest
1717
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
13+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
1414 with :
1515 fetch-depth : 0
1616 - if : ${{ !startsWith(github.ref, 'refs/tags/v') }}
2020 with :
2121 go-version-file : ' go.mod'
2222 - name : Run GoReleaser
23- uses : goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # 5.0 .0
23+ uses : goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # 5.1 .0
2424 with :
2525 distribution : goreleaser
2626 version : latest
Original file line number Diff line number Diff line change 66 styles-check :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
9+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
1010
1111 - name : Setup Bun
1212 uses : oven-sh/setup-bun@8f24390df009a496891208e5e36b8a1de1f45135 # v1
Original file line number Diff line number Diff line change 66 swagger-check :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
9+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
1010
1111 - name : Setup Go
1212 uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
Original file line number Diff line number Diff line change 3232
3333 name : Go unit tests (ubuntu-latest)
3434 steps :
35- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
35+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
3636
3737 - name : Setup go
3838 uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
7272 runs-on : ${{ matrix.os }}
7373 name : Go unit tests (${{ matrix.os }})
7474 steps :
75- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
75+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
7676
7777 - name : Setup go
7878 uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
@@ -111,7 +111,7 @@ jobs:
111111 architecture : arm64
112112 version : ' 7.5'
113113 steps :
114- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
114+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
115115
116116 - name : Test on ${{ matrix.os.name }}
117117 uses : cross-platform-actions/action@b2e15da1e667187766fff4945d20b98ac7055576 # v0.24.0
Original file line number Diff line number Diff line change 2020
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
23+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
2424 with :
2525 fetch-depth : 0
2626 ref : ${{ inputs.ref }}
You can’t perform that action at this time.
0 commit comments