Skip to content

Commit d99ad2f

Browse files
authored
Merge branch 'main' into flag-metadata
2 parents 85b70f6 + 9bf2e42 commit d99ad2f

File tree

2 files changed

+3
-3
lines changed
  • .github/workflows
  • providers/openfeature-provider-flagd/openfeature

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

+2-2
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@5f8171a638ada777af81d42b55959a643bb29017 # v3
94+
uses: github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # 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@5f8171a638ada777af81d42b55959a643bb29017 # v3
100+
uses: github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3

0 commit comments

Comments
 (0)