Skip to content

Commit e8a7900

Browse files
authored
Merge pull request #156 from tserra30/dependabot/github_actions/github/codeql-action-4.36.0
Bump github/codeql-action from 4.35.5 to 4.36.0
2 parents 9b32161 + 6c2d115 commit e8a7900

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ jobs:
3737
python-version: '3.13.2'
3838

3939
- name: Initialize CodeQL
40-
uses: github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
40+
uses: github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
4141
with:
4242
languages: ${{ matrix.language }}
4343
build-mode: ${{ matrix.build-mode }}
4444
# This stops the 'pypi is failing' error by skipping auto-dependency resolution
4545
setup-python-dependencies: false
4646

4747
- name: Perform CodeQL Analysis
48-
uses: github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
48+
uses: github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
4949
with:
5050
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)