We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 115c62f commit 3dfb4d1Copy full SHA for 3dfb4d1
.github/workflows/codeql.yml
@@ -21,20 +21,20 @@ concurrency:
21
permissions: {}
22
23
jobs:
24
- gha:
25
- name: 'GHA'
+ gha_python:
+ name: 'GHA and Python'
26
runs-on: ubuntu-latest
27
permissions:
28
security-events: write # To create/update security events
29
steps:
30
- - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
31
with:
32
persist-credentials: false
33
34
- name: 'initialize'
35
uses: github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3
36
37
- languages: actions
+ languages: actions, python
38
queries: security-extended
39
40
- name: 'perform analysis'
0 commit comments