Skip to content

Commit

Permalink
chore(deps): update github/codeql-action digest to 0225834 (#676)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github/codeql-action](https://togithub.com/github/codeql-action) |
action | digest | `f0e3dfb` -> `0225834` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/open-feature/flagd).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS45OC40IiwidXBkYXRlZEluVmVyIjoiMzUuOTguNCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 26, 2023
1 parent 53e357b commit 60d471c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
severity: "CRITICAL,HIGH"

- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@f0e3dfb30302f8a0881bb509b044e0de4f6ef589 # v2
uses: github/codeql-action/upload-sarif@0225834cc549ee0ca93cb085b92954821a145866 # v2
with:
sarif_file: "trivy-results.sarif"

Expand Down

1 comment on commit 60d471c

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Go Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.30.

Benchmark suite Current: 60d471c Previous: 53e357b Ratio
BenchmarkResolveBooleanValue/test_staticBoolFlag 2865 ns/op 304 B/op 7 allocs/op 1572 ns/op 304 B/op 7 allocs/op 1.82
BenchmarkResolveBooleanValue/test_targetingBoolFlag 16960 ns/op 5025 B/op 83 allocs/op 12973 ns/op 5025 B/op 83 allocs/op 1.31
BenchmarkResolveBooleanValue/test_staticObjectFlag 2089 ns/op 304 B/op 7 allocs/op 1457 ns/op 304 B/op 7 allocs/op 1.43
BenchmarkResolveBooleanValue/test_missingFlag 2312 ns/op 368 B/op 9 allocs/op 1651 ns/op 368 B/op 9 allocs/op 1.40
BenchmarkResolveBooleanValue/test_disabledFlag 2324 ns/op 368 B/op 9 allocs/op 1658 ns/op 368 B/op 9 allocs/op 1.40
BenchmarkResolveFloatValue/test:_targetingFloatFlag 18381 ns/op 5049 B/op 85 allocs/op 13073 ns/op 5049 B/op 85 allocs/op 1.41

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.