File tree Expand file tree Collapse file tree 6 files changed +13
-13
lines changed
Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -10,20 +10,20 @@ jobs:
1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Harden Runner
13- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911
13+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a
1414 with :
1515 egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
1616
1717 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
1818 with :
1919 fetch-depth : 2
20- - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
20+ - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
2121 with :
2222 go-version : ' 1.20'
2323 - name : Run coverage
2424 run : go test ./... -race -coverprofile=coverage.txt -covermode=atomic
2525 - name : Upload coverage to Codecov
26- uses : codecov/codecov-action@v5.4.3
26+ uses : codecov/codecov-action@v5.5.1
2727 with :
2828 verbose : true
2929 env :
Original file line number Diff line number Diff line change 4141
4242 steps :
4343 - name : Harden Runner
44- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911
44+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a
4545 with :
4646 egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
4747
5050
5151 # Initializes the CodeQL tools for scanning.
5252 - name : Initialize CodeQL
53- uses : github/codeql-action/init@4e828ff8d448a8a6e532957b1811f387a63867e8
53+ uses : github/codeql-action/init@f443b600d91635bebf5b0d9ebc620189c0d6fba5
5454 with :
5555 languages : ${{ matrix.language }}
5656 # If you wish to specify custom queries, you can do so here or in a config file.
6161 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6262 # If this step fails, then you should remove it and run the build manually (see below)
6363 - name : Autobuild
64- uses : github/codeql-action/autobuild@4e828ff8d448a8a6e532957b1811f387a63867e8
64+ uses : github/codeql-action/autobuild@f443b600d91635bebf5b0d9ebc620189c0d6fba5
6565
6666 # ℹ️ Command-line programs to run using the OS shell.
6767 # 📚 https://git.io/JvXDl
7575 # make release
7676
7777 - name : Perform CodeQL Analysis
78- uses : github/codeql-action/analyze@4e828ff8d448a8a6e532957b1811f387a63867e8
78+ uses : github/codeql-action/analyze@f443b600d91635bebf5b0d9ebc620189c0d6fba5
Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ jobs:
1212 runs-on : ${{ matrix.os }}
1313 steps :
1414 - name : Harden Runner
15- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911
15+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a
1616 with :
1717 egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
1818
1919 - name : Install Go
20- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
20+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
2121 with :
2222 go-version : ${{ matrix.go-version }}
2323 - name : Checkout code
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Harden Runner
15- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911
15+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a
1616 with :
1717 egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
1818
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/singlestore-labs/generic
22
33go 1.20
44
5- require github.com/stretchr/testify v1.10.0
5+ require github.com/stretchr/testify v1.11.1
66
77require (
88 github.com/davecgh/go-spew v1.1.1 // indirect
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZN
1414github.com/rogpeppe/go-internal v1.9.0 /go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs =
1515github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjRBZyWFQ =
1616github.com/rogpeppe/go-internal v1.10.0 /go.mod h1:UQnix2H7Ngw/k4C5ijL5+65zddjncjaFoBhdsK/akog =
17- github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA =
18- github.com/stretchr/testify v1.10.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
17+ github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U =
18+ github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
1919gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
2020gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk =
2121gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c /go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q =
You can’t perform that action at this time.
0 commit comments