Bump github/codeql-action/analyze from 4.37.0 to 4.37.3#76
Bump github/codeql-action/analyze from 4.37.0 to 4.37.3#76dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [github/codeql-action/analyze](https://github.com/github/codeql-action) from 4.37.0 to 4.37.3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@99df26d...e4fba86) --- updated-dependencies: - dependency-name: github/codeql-action/analyze dependency-version: 4.37.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
📝 WalkthroughWalkthroughThe CodeQL workflow updates the pinned revision of ChangesCodeQL workflow
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In @.github/workflows/codeql.yml:
- Line 47: Update the inline version annotation on the
github/codeql-action/analyze step to state v4.37.3, matching the pinned commit;
leave the action reference unchanged.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro Plus
Run ID: 147d1328-5bbf-40c1-921d-8ba9cde9173f
📒 Files selected for processing (1)
.github/workflows/codeql.yml
|
|
||
| - name: Perform CodeQL Analysis | ||
| uses: github/codeql-action/analyze@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # Lukittu versioon v4.37.0. | ||
| uses: github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # Lukittu versioon v4.37.0. |
There was a problem hiding this comment.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
🧩 Analysis chain
🏁 Script executed:
#!/bin/bash
set -euo pipefail
printf '--- workflow excerpt ---\n'
sed -n '35,55p' .github/workflows/codeql.yml | cat -n
printf '\n--- refs mentioning codeql-action/analyze ---\n'
rg -n "codeql-action/analyze@|v4\.37\." .github/workflows/codeql.ymlRepository: Insaner1980/dBcheck
Length of output: 248
🏁 Script executed:
#!/bin/bash
set -euo pipefail
printf '%s\n' '--- workflow excerpt ---'
sed -n '35,55p' .github/workflows/codeql.yml | cat -n
printf '\n%s\n' '--- pinned analyze line ---'
rg -n "github/codeql-action/analyze@" .github/workflows/codeql.yml
sha='e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81'
tag='v4.37.3'
repo='github/codeql-action'
printf '\n%s\n' "--- resolving tag ${tag} for ${repo} ---"
ref_json="$(gh api "repos/${repo}/git/refs/tags/${tag}")"
printf '%s\n' "$ref_json" | jq -r '.object | "ref_type=\(.type) ref_sha=\(.sha)"'
type="$(printf '%s\n' "$ref_json" | jq -r '.object.type')"
ref_sha="$(printf '%s\n' "$ref_json" | jq -r '.object.sha')"
if [ "$type" = tag ]; then
printf '%s\n' "--- dereferencing annotated tag object ${ref_sha} ---"
tag_json="$(gh api "repos/${repo}/git/tags/${ref_sha}")"
tag_commit_sha="$(printf '%s\n' "$tag_json" | jq -r '.object.sha')"
printf '%s\n' "$tag_json" | jq -r '.tag, .object.type, .object.sha'
else
tag_commit_sha="$ref_sha"
fi
printf '\n%s\n' '--- commit lookup for tag target ---'
gh api "repos/${repo}/commits/${tag_commit_sha}" --jq '.sha'
printf '\n%s\n' '--- commit lookup for pinned sha ---'
gh api "repos/${repo}/commits/${sha}" --jq '.sha'
printf '\n%s\n' '--- comparison ---'
if [ "$sha" = "$tag_commit_sha" ]; then
printf '%s\n' 'MATCH'
else
printf 'MISMATCH pinned=%s tag_commit=%s\n' "$sha" "$tag_commit_sha"
fiRepository: Insaner1980/dBcheck
Length of output: 1440
Update the stale version annotation. The github/codeql-action/analyze pin points to v4.37.3, but the inline note still says v4.37.0.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In @.github/workflows/codeql.yml at line 47, Update the inline version
annotation on the github/codeql-action/analyze step to state v4.37.3, matching
the pinned commit; leave the action reference unchanged.
|
Korvaava PR #87 päivitti CodeQL init- ja analyze-toiminnot yhdessä versioon 4.37.3 ja korjasi Kotlin 2.4.10 -yhteensopivuuden. Tämä erillinen PR on nyt tarpeeton. |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps github/codeql-action/analyze from 4.37.0 to 4.37.3.
Release notes
Sourced from github/codeql-action/analyze's releases.
Changelog
Sourced from github/codeql-action/analyze's changelog.
... (truncated)
Commits
e4fba86Merge pull request #4031 from github/update-v4.37.3-72f6a9da0fb50ab5Update changelog for v4.37.372f6a9dMerge pull request #4030 from github/mbg/fix/no-proxy3b5ee58Use defaultrequestoptions instead ofundefinedbfb6be4Merge pull request #4028 from github/mergeback/v4.37.2-to-main-e0647621526ab84Rebuildd6217b9Update changelog and version after v4.37.2e064762Merge pull request #4027 from github/update-v4.37.2-385bcdc5ae0faed8Add a couple of change notes73aad0eUpdate changelog for v4.37.2Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by CodeRabbit