Skip to content

Commit d1de081

Browse files
authored
Merge branch 'master' into feat/migrate_mongo_db_v1
2 parents 1a026b0 + fd6e880 commit d1de081

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
matrix:
2525
# Override automatic language detection by changing the below list
2626
# Supported options are ['csharp', 'cpp', 'go', 'java', 'javascript', 'python']
27-
language: ['go']
27+
language: ['go', 'actions']
2828
# Learn more...
2929
# https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection
3030

docs/data-sources/iam_user.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ data "scaleway_iam_user" "find_by_email" {
2626
- `email` - (Optional) The email address of the IAM user.
2727
- `user_id` - (Optional) The ID of the IAM user.
2828

29-
-> **Note** You must specify at least one: `name` and/or `user_id`.
29+
-> **Note** You must specify at least one: `email` and/or `user_id`.
3030

3131
- `organization_id` - (Optional. Defaults to [provider](../index.md#organization_d) `organization_id`) The ID of the
3232
organization the user is associated with.

0 commit comments

Comments
 (0)