Skip to content

Commit 3dfb4d1

Browse files
committed
GHA/codeql: enable for Python, bump actions/checkout
1 parent 115c62f commit 3dfb4d1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,20 @@ concurrency:
2121
permissions: {}
2222

2323
jobs:
24-
gha:
25-
name: 'GHA'
24+
gha_python:
25+
name: 'GHA and Python'
2626
runs-on: ubuntu-latest
2727
permissions:
2828
security-events: write # To create/update security events
2929
steps:
30-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
30+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
3131
with:
3232
persist-credentials: false
3333

3434
- name: 'initialize'
3535
uses: github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3
3636
with:
37-
languages: actions
37+
languages: actions, python
3838
queries: security-extended
3939

4040
- name: 'perform analysis'

0 commit comments

Comments
 (0)