-
Notifications
You must be signed in to change notification settings - Fork 26
chore: Sync main with develop #809
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…a-dotnet into fix(metrics)-dimessions-with-missing-array
…a-dotnet into fix(metrics)-dimessions-with-missing-array
…a-dotnet into fix(metrics)-dimessions-with-missing-array
…a-dotnet into fix(metrics)-dimessions-with-missing-array
Bumps squidfunk/mkdocs-material from `c62453b` to `f5bcec4`. --- updated-dependencies: - dependency-name: squidfunk/mkdocs-material dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…uidfunk/mkdocs-material-f5bcec4e71c138bcb89c0dccb633c830f54a0218e1aefedaade952b61b908d00 chore(deps): bump squidfunk/mkdocs-material from `c62453b` to `f5bcec4` in /docs
Signed-off-by: Henrique Graca <[email protected]>
Co-authored-by: Andrea Amorosi <[email protected]> Signed-off-by: Henrique Graca <[email protected]>
Signed-off-by: Henrique Graca <[email protected]>
Bumps [zgosalvez/github-actions-ensure-sha-pinned-actions](https://github.com/zgosalvez/github-actions-ensure-sha-pinned-actions) from 3.0.21 to 3.0.22. - [Release notes](https://github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/releases) - [Commits](zgosalvez/github-actions-ensure-sha-pinned-actions@6eb1abd...25ed13d) --- updated-dependencies: - dependency-name: zgosalvez/github-actions-ensure-sha-pinned-actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…/zgosalvez/github-actions-ensure-sha-pinned-actions-3.0.22 chore(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions from 3.0.21 to 3.0.22
…a-dotnet into fix(metrics)-dimessions-with-missing-array
…sing-array chore: FIx Metrics - Add missing array to wrap metrics array
…cs initialization. Adding default dimensions to cold start metrics
…p and refactor initialization logic
… options and enhance default dimensions handling
…ions and improve documentation
fix(ci): Permissions and depdendencies
Bumps squidfunk/mkdocs-material from `f5bcec4` to `2615302`. --- updated-dependencies: - dependency-name: squidfunk/mkdocs-material dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
chore: Remove trailing comma
Signed-off-by: Henrique Graca <[email protected]>
Signed-off-by: Henrique Graca <[email protected]>
Signed-off-by: Henrique Graca <[email protected]>
Signed-off-by: Henrique Graca <[email protected]>
Signed-off-by: Henrique Graca <[email protected]>
…ch-develop chore: Update GitHub workflows from main to develop
…s-lambda-dotnet into fix/low-hanging-fruit-metrics-v2
chore(metrics): Fix low hanging fruit for v2
Bumps squidfunk/mkdocs-material from `2615302` to `047452c`. --- updated-dependencies: - dependency-name: squidfunk/mkdocs-material dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…ssertions in FunctionTests.cs
…uidfunk/mkdocs-material-047452c6641137c9caa3647d050ddb7fa67b59ed48cc67ec3a4995f3d360ab32 chore(deps): bump squidfunk/mkdocs-material from `2615302` to `047452c` in /docs
fix: Metrics e2e tests
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.5 to 3.1.6. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.5...3.1.6) --- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…2-3.1.6 chore(deps): bump jinja2 from 3.1.5 to 3.1.6 in /docs
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.5 to 3.1.6. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.5...3.1.6) --- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
chore(deps): bump jinja2 from 3.1.5 to 3.1.6
…t-present chore: Metrics v2 always set namespace and service
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
|
||
- name: Install dependencies | ||
run: dotnet restore | ||
|
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Remediation tip:
Click Remediation section below for further remediation help
|
||
jobs: | ||
docs: | ||
permissions: | ||
id-token: write | ||
contents: write |
Check failure
Code scanning / Scorecard
Token-Permissions High
Remediation tip: Visit https://app.stepsecurity.io/secureworkflow.
Tick the 'Restrict permissions for GITHUB_TOKEN'
Untick other options
NOTE: If you want to resolve multiple issues at once, you can visit https://app.stepsecurity.io/securerepo instead.
Click Remediation section below for further remediation help
@@ -46,6 +47,9 @@ | |||
dist \ | |||
s3://${{ secrets.AWS_DOCS_BUCKET }}/lambda-dotnet/ | |||
apidocs: | |||
permissions: | |||
id-token: write | |||
contents: write |
Check failure
Code scanning / Scorecard
Token-Permissions High
Remediation tip: Visit https://app.stepsecurity.io/secureworkflow.
Tick the 'Restrict permissions for GITHUB_TOKEN'
Untick other options
NOTE: If you want to resolve multiple issues at once, you can visit https://app.stepsecurity.io/securerepo instead.
Click Remediation section below for further remediation help
|
||
env: | ||
BRANCH: develop | ||
|
||
jobs: | ||
publish_changelog: | ||
permissions: | ||
contents: write |
Check failure
Code scanning / Scorecard
Token-Permissions High
Remediation tip: Visit https://app.stepsecurity.io/secureworkflow.
Tick the 'Restrict permissions for GITHUB_TOKEN'
Untick other options
NOTE: If you want to resolve multiple issues at once, you can visit https://app.stepsecurity.io/securerepo instead.
Click Remediation section below for further remediation help
|
||
jobs: | ||
publish_docs: | ||
permissions: | ||
id-token: write | ||
contents: write |
Check failure
Code scanning / Scorecard
Token-Permissions High
Remediation tip: Visit https://app.stepsecurity.io/secureworkflow.
Tick the 'Restrict permissions for GITHUB_TOKEN'
Untick other options
NOTE: If you want to resolve multiple issues at once, you can visit https://app.stepsecurity.io/securerepo instead.
Click Remediation section below for further remediation help
@@ -80,6 +81,9 @@ | |||
|
|||
|
|||
apidocs: | |||
permissions: | |||
id-token: write | |||
contents: write |
Check failure
Code scanning / Scorecard
Token-Permissions High
Remediation tip: Visit https://app.stepsecurity.io/secureworkflow.
Tick the 'Restrict permissions for GITHUB_TOKEN'
Untick other options
NOTE: If you want to resolve multiple issues at once, you can visit https://app.stepsecurity.io/securerepo instead.
Click Remediation section below for further remediation help
|
Issue number: #808
Summary
Changes
User experience
Checklist
Please leave checklist items unchecked if they do not apply to your change.
Is this a breaking change?
RFC issue number:
Checklist:
Acknowledgment
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.