@@ -34,39 +34,14 @@ jobs:
34
34
fail-fast : false
35
35
matrix :
36
36
language : [ 'python' ]
37
- # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ]
38
- # Learn more:
39
- # https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed
40
-
41
37
steps :
42
38
- name : Checkout repository
43
- uses : actions/checkout@v4
44
-
45
- # Initializes the CodeQL tools for scanning.
39
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
46
40
- name : Initialize CodeQL
47
- uses : github/codeql-action/init@v3
41
+ uses : github/codeql-action/init@d39d31e687223d841ef683f52467bd88e9b21c14
48
42
with :
49
43
languages : ${{ matrix.language }}
50
- # If you wish to specify custom queries, you can do so here or in a config file.
51
- # By default, queries listed here will override any specified in a config file.
52
- # Prefix the list here with "+" to use these queries and those in the config file.
53
- # queries: ./path/to/local/query, your-org/your-repo/queries@main
54
-
55
- # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
56
- # If this step fails, then you should remove it and run the build manually (see below)
57
44
- name : Autobuild
58
- uses : github/codeql-action/autobuild@v3
59
-
60
- # ℹ️ Command-line programs to run using the OS shell.
61
- # 📚 https://git.io/JvXDl
62
-
63
- # ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
64
- # and modify them (or add more) to build your code if your project
65
- # uses a compiled language
66
-
67
- # - run: |
68
- # make bootstrap
69
- # make release
70
-
45
+ uses : github/codeql-action/autobuild@d39d31e687223d841ef683f52467bd88e9b21c14
71
46
- name : Perform CodeQL Analysis
72
- uses : github/codeql-action/analyze@v3
47
+ uses : github/codeql-action/analyze@d39d31e687223d841ef683f52467bd88e9b21c14
0 commit comments