We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 377a6b8 + 985c115 commit 697ffebCopy full SHA for 697ffeb
.github/workflows/scorecard.yml
@@ -43,6 +43,6 @@ jobs:
43
44
# Upload the results to GitHub's code scanning dashboard (optional).
45
- name: "Upload to code-scanning"
46
- uses: github/codeql-action/upload-sarif@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v3.29.5
+ uses: github/codeql-action/upload-sarif@014f16e7ab1402f30e7c3329d33797e7948572db # v3.29.5
47
with:
48
sarif_file: results.sarif
go.mod
@@ -1,8 +1,6 @@
1
module github.com/percona/mongodb_exporter
2
3
-go 1.24.0
4
-
5
-toolchain go1.24.3
+go 1.24.9
6
7
require (
8
github.com/AlekSi/pointer v1.2.0
0 commit comments