File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -44,13 +44,13 @@ jobs:
4444 go-version : ${{ matrix.go }}
4545
4646 - name : Initialize CodeQL
47- uses : github/codeql-action/init@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4.30.7
47+ uses : github/codeql-action/init@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
4848 with :
4949 languages : ${{ matrix.language }}
5050
5151
5252 - name : Autobuild
53- uses : github/codeql-action/autobuild@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4.30.7
53+ uses : github/codeql-action/autobuild@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
5454
5555 - name : Perform CodeQL Analysis
56- uses : github/codeql-action/analyze@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4.30.7
56+ uses : github/codeql-action/analyze@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
Original file line number Diff line number Diff line change 2222 - name : ' Checkout Repository'
2323 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2424 - name : ' Dependency Review'
25- uses : actions/dependency-review-action@56339e523c0409420f6c2c9a2f4292bbb3c07dd3 # v4.8.0
25+ uses : actions/dependency-review-action@40c09b7dc99638e5ddb0bfd91c1673effc064d8a # v4.8.1
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ replace github.com/aperturerobotics/go-kvfile => ../
99require (
1010 github.com/golangci/golangci-lint/v2 v2.5.0
1111 golang.org/x/tools v0.38.0
12- mvdan.cc/gofumpt v0.9.1
12+ mvdan.cc/gofumpt v0.9.2
1313)
1414
1515require (
Original file line number Diff line number Diff line change @@ -974,6 +974,7 @@ honnef.co/go/tools v0.6.1 h1:R094WgE8K4JirYjBaOpz/AvTyUu/3wbmAoskKN/pxTI=
974974honnef.co/go/tools v0.6.1 /go.mod h1:3puzxxljPCe8RGJX7BIy1plGbxEOZni5mR2aXe3/uk4 =
975975mvdan.cc/gofumpt v0.9.1 h1:p5YT2NfFWsYyTieYgwcQ8aKV3xRvFH4uuN/zB2gBbMQ =
976976mvdan.cc/gofumpt v0.9.1 /go.mod h1:3xYtNemnKiXaTh6R4VtlqDATFwBbdXI8lJvH/4qk7mw =
977+ mvdan.cc/gofumpt v0.9.2 /go.mod h1:iB7Hn+ai8lPvofHd9ZFGVg2GOr8sBUw1QUWjNbmIL/s =
977978mvdan.cc/unparam v0.0.0-20250301125049-0df0534333a4 h1:WjUu4yQoT5BHT1w8Zu56SP8367OuBV5jvo+4Ulppyf8 =
978979mvdan.cc/unparam v0.0.0-20250301125049-0df0534333a4 /go.mod h1:rthT7OuvRbaGcd5ginj6dA2oLE7YNlta9qhBNNdCaLE =
979980rsc.io/binaryregexp v0.2.0 /go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8 =
You can’t perform that action at this time.
0 commit comments