Skip to content

Commit 45d4344

Browse files
authored
Merge pull request #39 from datakortet/dependabot/github_actions/github/codeql-action-3
Bump github/codeql-action from 2 to 3
2 parents 299df3c + f5f1ab5 commit 45d4344

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/codeql-analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
python-version: 3.9
2525

2626
- name: Initialize CodeQL
27-
uses: github/codeql-action/init@v2
27+
uses: github/codeql-action/init@v3
2828
with:
2929
config-file: ./.github/codeql/codeql-config.yml
3030
languages: python
3131

3232
- name: Perform CodeQL Analysis
33-
uses: github/codeql-action/analyze@v2
33+
uses: github/codeql-action/analyze@v3
3434

3535
# Built with ❤ by [Pipeline Foundation](https://pipeline.foundation)

0 commit comments

Comments
 (0)