Skip to content

Commit

Permalink
Merge pull request #353 from timbray/dependabot/github_actions/github…
Browse files Browse the repository at this point in the history
…/codeql-action-3.26.6

build(deps): bump github/codeql-action from 3.26.5 to 3.26.6
  • Loading branch information
timbray authored Aug 29, 2024
2 parents 3358ceb + 51a7a7e commit 8cfc1f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@2c779ab0d087cd7fe7b826087247c2c81f27bfa6
uses: github/codeql-action/init@4dd16135b69a43b6c8efb853346f8437d92d3c93
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -54,7 +54,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@2c779ab0d087cd7fe7b826087247c2c81f27bfa6
uses: github/codeql-action/autobuild@4dd16135b69a43b6c8efb853346f8437d92d3c93

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
Expand All @@ -68,4 +68,4 @@ jobs:
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@2c779ab0d087cd7fe7b826087247c2c81f27bfa6
uses: github/codeql-action/analyze@4dd16135b69a43b6c8efb853346f8437d92d3c93

1 comment on commit 8cfc1f2

@github-actions
Copy link

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.20.

Benchmark suite Current: 8cfc1f2 Previous: 78e2ec8 Ratio
BenchmarkCityLots 10977 ns/op 1771 B/op 103 allocs/op 5592 ns/op 773 B/op 31 allocs/op 1.96
BenchmarkCityLots - ns/op 10977 ns/op 5592 ns/op 1.96
BenchmarkCityLots - B/op 1771 B/op 773 B/op 2.29
BenchmarkCityLots - allocs/op 103 allocs/op 31 allocs/op 3.32
Benchmark_JsonFlattner_Evaluate_ContextFields 977.7 ns/op 72 B/op 8 allocs/op 726.2 ns/op 56 B/op 4 allocs/op 1.35
Benchmark_JsonFlattner_Evaluate_ContextFields - ns/op 977.7 ns/op 726.2 ns/op 1.35
Benchmark_JsonFlattner_Evaluate_ContextFields - B/op 72 B/op 56 B/op 1.29
Benchmark_JsonFlattner_Evaluate_ContextFields - allocs/op 8 allocs/op 4 allocs/op 2

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

Please sign in to comment.