We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 83495f5 + 5a2825b commit ec2d44aCopy full SHA for ec2d44a
2 files changed
.github/workflows/build.yml
@@ -80,10 +80,10 @@ jobs:
80
python-version: "3.13"
81
82
- name: Initialize CodeQL
83
- uses: github/codeql-action/init@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3
+ uses: github/codeql-action/init@45775bd8235c68ba998cffa5171334d58593da47 # v3
84
with:
85
languages: python
86
config-file: ./.github/codeql-config.yml
87
88
- name: Perform CodeQL Analysis
89
- uses: github/codeql-action/analyze@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3
+ uses: github/codeql-action/analyze@45775bd8235c68ba998cffa5171334d58593da47 # v3
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
default_stages: [pre-commit]
2
repos:
3
- repo: https://github.com/astral-sh/ruff-pre-commit
4
- rev: v0.11.3
+ rev: v0.11.4
5
hooks:
6
- id: ruff
7
args: [--fix]
0 commit comments