Skip to content

[MAINT] Add pre-commit auto-update workflow#153

Open
ndgrigorian wants to merge 1 commit intomasterfrom
add-pre-commit-auto-update
Open

[MAINT] Add pre-commit auto-update workflow#153
ndgrigorian wants to merge 1 commit intomasterfrom
add-pre-commit-auto-update

Conversation

@ndgrigorian
Copy link
Collaborator

This PR adds a pre-commit auto-update workflow

Copilot AI review requested due to automatic review settings February 26, 2026 09:39

steps:
- name: Checkout mkl-service repo
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4.2.2
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4.2.2
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4.2.2

- name: Set up python
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v5.6.0
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v5.6.0
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0

- name: Set up python
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v5.6.0
with:
python-version: '3.13'
Copy link
Collaborator

Choose a reason for hiding this comment

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

we can bump the python version:

Suggested change
python-version: '3.13'
python-version: '3.14'

Comment on lines +4 to +6
# For Branch-Protection check. Only the default branch is supported. See
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection
branch_protection_rule:
Copy link
Collaborator

Choose a reason for hiding this comment

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

For what do we need that?

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants