File tree Expand file tree Collapse file tree 5 files changed +7
-8
lines changed Expand file tree Collapse file tree 5 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 45
45
46
46
# Initializes the CodeQL tools for scanning.
47
47
- name : Initialize CodeQL
48
- uses : github/codeql-action/init@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.3.3
48
+ uses : github/codeql-action/init@cdcdbb579706841c47f7063dda365e292e5cad7a # v2.13.4
49
49
with :
50
50
languages : ${{ matrix.language }}
51
51
# If you wish to specify custom queries, you can do so here or in a config file.
55
55
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
56
56
# If this step fails, then you should remove it and run the build manually (see below)
57
57
- name : Autobuild
58
- uses : github/codeql-action/autobuild@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.3.3
58
+ uses : github/codeql-action/autobuild@cdcdbb579706841c47f7063dda365e292e5cad7a # v2.13.4
59
59
60
60
# ℹ️ Command-line programs to run using the OS shell.
61
61
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
68
68
# ./location_of_script_within_repo/buildscript.sh
69
69
70
70
- name : Perform CodeQL Analysis
71
- uses : github/codeql-action/analyze@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.3.3
71
+ uses : github/codeql-action/analyze@cdcdbb579706841c47f7063dda365e292e5cad7a # v2.13.4
72
72
with :
73
73
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 17
17
- name : ' Checkout Repository'
18
18
uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
19
19
- name : ' Dependency Review'
20
- uses : actions/dependency-review-action@f46c48ed6d4f1227fb2d9ea62bf6bcbed315589e # v3.0.4
20
+ uses : actions/dependency-review-action@1360a344ccb0ab6e9475edef90ad2f46bf8003b1 # v3.0.6
Original file line number Diff line number Diff line change 68
68
TERM : xterm-256color
69
69
LD_LIBRARY_PATH : " /usr/local/lib/" # to find libopenblas.so.0
70
70
run : |
71
- export NPY_RUN_MYPY_IN_TESTSUITE=1
72
71
pip install pytest pytest-xdist hypothesis typing_extensions
73
72
spin test -j auto
Original file line number Diff line number Diff line change 30
30
persist-credentials : false
31
31
32
32
- name : " Run analysis"
33
- uses : ossf/scorecard-action@80e868c13c90f172d68d1f4501dee99e2479f7af # v2.1.3
33
+ uses : ossf/scorecard-action@08b4669551908b1024bb425080c797723083c031 # v2.2.0
34
34
with :
35
35
results_file : results.sarif
36
36
results_format : sarif
50
50
51
51
# Upload the results to GitHub's code scanning dashboard.
52
52
- name : " Upload to code-scanning"
53
- uses : github/codeql-action/upload-sarif@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.1.27
53
+ uses : github/codeql-action/upload-sarif@cdcdbb579706841c47f7063dda365e292e5cad7a # v2.1.27
54
54
with :
55
55
sarif_file : results.sarif
Original file line number Diff line number Diff line change 28
28
submodules : recursive
29
29
fetch-depth : 0
30
30
- name : Setup Python
31
- uses : actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
31
+ uses : actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
32
32
with :
33
33
python-version : ${{ env.PYTHON_VERSION }}
34
34
You can’t perform that action at this time.
0 commit comments