Skip to content

Conversation

@germa89
Copy link
Collaborator

@germa89 germa89 commented Dec 12, 2025

Description

As the title.

@germa89 germa89 requested a review from a team as a code owner December 12, 2025 15:20
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the pre-commit configuration to use commit SHA references instead of version tags for better reproducibility and adds two new security-focused hooks: zizmor for GitHub workflow security analysis and bandit for Python security checks.

  • Replaced version tags with commit SHAs for all existing hooks
  • Added zizmor hook for GitHub workflow security scanning
  • Added bandit hook for Python code security analysis

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.


- repo: https://github.com/ansys/pre-commit-hooks
rev: v0.5.2
rev: fd1d6b0b4baeb08e32d4de0909999576695c0433 #v0.5.2
Copy link

Copilot AI Dec 12, 2025

Choose a reason for hiding this comment

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

Missing space after '#' in inline comment. For consistency with other lines (e.g., line 16, 22, 36), add a space between '#' and the version number.

Suggested change
rev: fd1d6b0b4baeb08e32d4de0909999576695c0433 #v0.5.2
rev: fd1d6b0b4baeb08e32d4de0909999576695c0433 # v0.5.2

Copilot uses AI. Check for mistakes.
@germa89
Copy link
Collaborator Author

germa89 commented Dec 12, 2025

@pyansys-ci-bot LGTM.

@github-actions github-actions bot added the CI/CD Related with CICD, Github Actions, etc label Dec 12, 2025
@germa89 germa89 enabled auto-merge (squash) December 12, 2025 15:21
Copy link
Contributor

@pyansys-ci-bot pyansys-ci-bot left a comment

Choose a reason for hiding this comment

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

✅ Approving this PR because germa89 said so in here 😬

LGTM

@github-actions github-actions bot added CI/CD Related with CICD, Github Actions, etc and removed CI/CD Related with CICD, Github Actions, etc labels Dec 12, 2025
@github-actions github-actions bot added CI/CD Related with CICD, Github Actions, etc and removed CI/CD Related with CICD, Github Actions, etc labels Dec 12, 2025
@codecov
Copy link

codecov bot commented Dec 12, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.30%. Comparing base (f9ff46d) to head (9acd27b).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4345      +/-   ##
==========================================
+ Coverage   91.27%   91.30%   +0.03%     
==========================================
  Files         195      195              
  Lines       15969    15969              
==========================================
+ Hits        14576    14581       +5     
+ Misses       1393     1388       -5     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI/CD Related with CICD, Github Actions, etc

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants