Skip to content
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

chore(deps): update github/codeql-action digest to b6a472f #28

Merged
merged 1 commit into from
Jan 12, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 11, 2025

This PR contains the following updates:

Package Type Update Change OpenSSF
github/codeql-action action digest 48ab28a -> b6a472f OpenSSF Scorecard

Configuration

📅 Schedule: Branch creation - "* 0-4,22-23 * * 1-5,* * * * 0,6" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Copy link

sourcery-ai bot commented Jan 11, 2025

Reviewer's Guide by Sourcery

This pull request updates the GitHub CodeQL action to the latest digest (b6a472f). This change upgrades the CodeQL action used for initializing, autobuilding, and analyzing code in the CI workflow.

Sequence diagram for CodeQL Analysis Workflow

sequenceDiagram
    participant CI as CI Workflow
    participant CodeQL as CodeQL Action
    participant Repo as Repository

    Note over CI,CodeQL: Updated CodeQL action version
    CI->>CodeQL: Initialize CodeQL (b6a472f)
    CodeQL->>Repo: Set up analysis environment
    CI->>CodeQL: Autobuild (b6a472f)
    CodeQL->>Repo: Build code
    CI->>CodeQL: Analyze (b6a472f)
    CodeQL->>Repo: Perform security analysis
Loading

File-Level Changes

Change Details Files
Updated the CodeQL action version
  • Updated the github/codeql-action/init, github/codeql-action/autobuild, and github/codeql-action/analyze actions from digest 48ab28a to b6a472f.
.github/workflows/codeql-analysis.yml

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time. You can also use
    this command to specify where the summary should be inserted.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

We have skipped reviewing this pull request. It seems to have been created by a bot (hey, renovate[bot]!). We assume it knows what it's doing!

@roderik roderik merged commit dddb481 into main Jan 12, 2025
5 of 6 checks passed
@roderik roderik deleted the renovate/github-codeql-action-digest branch January 12, 2025 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant