Skip to content

Commit d00cf69

Browse files
committed
Merge branch 'main' into feat/grpc-sync-addition
Signed-off-by: Simon Schrottner <[email protected]>
2 parents d77f75e + 80cff25 commit d00cf69

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@ jobs:
9191
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
9292

9393
- name: Initialize CodeQL
94-
uses: github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3
94+
uses: github/codeql-action/init@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3
9595
with:
9696
languages: python
9797
config-file: ./.github/codeql-config.yml
9898

9999
- name: Perform CodeQL Analysis
100-
uses: github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3
100+
uses: github/codeql-action/analyze@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[submodule "providers/openfeature-provider-flagd/test-harness"]
66
path = providers/openfeature-provider-flagd/openfeature/test-harness
77
url = [email protected]:open-feature/flagd-testbed.git
8-
branch = v0.5.21
8+
branch = v2.2.0
99
[submodule "providers/openfeature-provider-flagd/spec"]
1010
path = providers/openfeature-provider-flagd/openfeature/spec
1111
url = https://github.com/open-feature/spec

.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: [commit]
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: v0.9.4
4+
rev: v0.9.5
55
hooks:
66
- id: ruff
77
args: [--fix]

0 commit comments

Comments
 (0)