You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* master: (65 commits)
Replace all uses of 'interface{}' with 'any' in the bson package. (#2138)
GODRIVER-3473 Short-cicruit cursor.next() on invalid timeouts (#2135)
GODRIVER-3622 Automatically retry some test tasks. (#2147)
Replace all uses of 'interface{}' with 'any' in the repo docs. (#2142)
GODRIVER-3102: Perf comparison (#2134)
GODRIVER-3587 Use raw bytes in valueReader (#2120)
Replace all uses of 'interface{}' with 'any' in the internal/ packages. (#2140)
Replace all uses of 'interface{}' with 'any' in the x/ packages. (#2137)
GODRIVER-2016 Unskip all Transactions unified spec tests. (#2132)
GODRIVER-2540 Run govulncheck in CI builds. (#2136)
GODRIVER-3549 Update Client BulkWrite prose tests. (#2131)
Add guidelines for contributing features to the Go Driver (#2125)
Bump alcaeus/automatic-merge-up-action from 1.0.0 to 1.0.1 in the actions group (#2126)
Add wrappedMsgOnly to mongo.MarshalError and mongo.MongocryptError.
Bump testdata/specifications from `db69351` to `6689929`
fix wiremessage oob in case of intmin (#2076)
GODRIVER-3399: PoolClearedError should have TransientTransactionError label appended to it (#2114)
PR feedback.
Prevent integration tests from running when testing with -short
Skip AWS Test if no URI (#2102)
...
# (Optional) "write" PAT token. Uncomment the `repo_token` line below if:
47
+
# - you want to enable the Branch-Protection check on a *public* repository, or
48
+
# - you are installing Scorecard on a *private* repository
49
+
# To create the PAT, follow the steps in https://github.com/ossf/scorecard-action?tab=readme-ov-file#authentication-with-fine-grained-pat-optional.
50
+
# repo_token: ${{ secrets.SCORECARD_TOKEN }}
51
+
52
+
# Public repositories:
53
+
# - Publish results to OpenSSF REST API for easy access by consumers
54
+
# - Allows the repository to include the Scorecard badge.
55
+
# - See https://github.com/ossf/scorecard-action#publishing-results.
56
+
# For private repositories:
57
+
# - `publish_results` will always be set to `false`, regardless
58
+
# of the value entered here.
59
+
publish_results: true
60
+
61
+
# (Optional) Uncomment file_mode if you have a .gitattributes with files marked export-ignore
62
+
# file_mode: git
63
+
64
+
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
0 commit comments