Skip to content

Commit 697ffeb

Browse files
authored
Merge branch 'main' into mongodb_connections_for_mongos
2 parents 377a6b8 + 985c115 commit 697ffeb

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ jobs:
4343

4444
# Upload the results to GitHub's code scanning dashboard (optional).
4545
- name: "Upload to code-scanning"
46-
uses: github/codeql-action/upload-sarif@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v3.29.5
46+
uses: github/codeql-action/upload-sarif@014f16e7ab1402f30e7c3329d33797e7948572db # v3.29.5
4747
with:
4848
sarif_file: results.sarif

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/percona/mongodb_exporter
22

3-
go 1.24.0
4-
5-
toolchain go1.24.3
3+
go 1.24.9
64

75
require (
86
github.com/AlekSi/pointer v1.2.0

0 commit comments

Comments
 (0)