Skip to content

Commit ec2d44a

Browse files
authored
Merge branch 'main' into use-error-codes
2 parents 83495f5 + 5a2825b commit ec2d44a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ jobs:
8080
python-version: "3.13"
8181

8282
- name: Initialize CodeQL
83-
uses: github/codeql-action/init@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3
83+
uses: github/codeql-action/init@45775bd8235c68ba998cffa5171334d58593da47 # v3
8484
with:
8585
languages: python
8686
config-file: ./.github/codeql-config.yml
8787

8888
- name: Perform CodeQL Analysis
89-
uses: github/codeql-action/analyze@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3
89+
uses: github/codeql-action/analyze@45775bd8235c68ba998cffa5171334d58593da47 # v3

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
default_stages: [pre-commit]
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: v0.11.3
4+
rev: v0.11.4
55
hooks:
66
- id: ruff
77
args: [--fix]

0 commit comments

Comments
 (0)