File tree 3 files changed +5
-5
lines changed 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 43
43
44
44
# Initializes the CodeQL tools for scanning.
45
45
- name : Initialize CodeQL
46
- uses : github/codeql-action/init@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
46
+ uses : github/codeql-action/init@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
47
47
with :
48
48
languages : ${{ matrix.language }}
49
49
# If you wish to specify custom queries, you can do so here or in a config file.
54
54
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
55
55
# If this step fails, then you should remove it and run the build manually (see below)
56
56
- name : Autobuild
57
- uses : github/codeql-action/autobuild@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
57
+ uses : github/codeql-action/autobuild@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
58
58
59
59
# ℹ️ Command-line programs to run using the OS shell.
60
60
# 📚 https://git.io/JvXDl
68
68
# make release
69
69
70
70
- name : Perform CodeQL Analysis
71
- uses : github/codeql-action/analyze@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
71
+ uses : github/codeql-action/analyze@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
Original file line number Diff line number Diff line change 44
44
build
45
45
--sdist --wheel --outdir dist/ .
46
46
- name : Publish distribution to PyPI
47
- uses : pypa/gh-action-pypi-publish@0ab0b79471669eb3a4d647e625009c62f9f3b241 # v1.10.1
47
+ uses : pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b # v1.10.2
48
48
with :
49
49
password : ${{ secrets.PYPI_API_TOKEN }}
50
50
packages_dir : dist/
Original file line number Diff line number Diff line change 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@2fe1a3da42c8b4f96ced91264bda7407d8c65539 # v2.26.7
53
+ uses : github/codeql-action/upload-sarif@d97ba04b39135f37e9d60c84a6995bb18b7ac328 # v2.26.9
54
54
with :
55
55
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments