File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 49
49
50
50
# Initializes the CodeQL tools for scanning.
51
51
- name : Initialize CodeQL
52
- uses : github/codeql-action/init@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3
52
+ uses : github/codeql-action/init@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3
53
53
with :
54
54
languages : ${{ matrix.language }}
55
55
# If you wish to specify custom queries, you can do so here or in a config file.
60
60
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
61
61
# If this step fails, then you should remove it and run the build manually (see below)
62
62
- name : Autobuild
63
- uses : github/codeql-action/autobuild@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3
63
+ uses : github/codeql-action/autobuild@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3
64
64
65
65
# ℹ️ Command-line programs to run using the OS shell.
66
66
# 📚 https://git.io/JvXDl
74
74
# make release
75
75
76
76
- name : Perform CodeQL Analysis
77
- uses : github/codeql-action/analyze@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3
77
+ uses : github/codeql-action/analyze@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3
Original file line number Diff line number Diff line change 31
31
steps :
32
32
- name : " Find latest kit.yml run"
33
33
id : runs
34
- uses : octokit/request-action@872c5c97b3c85c23516a572f02b31401ef82415d # v2.3.1
34
+ uses : octokit/request-action@dad4362715b7fb2ddedf9772c8670824af564f0d # v2.4.0
35
35
with :
36
36
route : GET /repos/nedbat/coveragepy/actions/workflows/kit.yml/runs
37
37
env :
77
77
subject-path : " dist/*"
78
78
79
79
- name : " Publish dists to Test PyPI"
80
- uses : pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b # v1.10.2
80
+ uses : pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597 # v1.10.3
81
81
with :
82
82
repository-url : https://test.pypi.org/legacy/
83
83
@@ -116,4 +116,4 @@ jobs:
116
116
subject-path : " dist/*"
117
117
118
118
- name : " Publish dists to PyPI"
119
- uses : pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b # v1.10.2
119
+ uses : pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597 # v1.10.3
You can’t perform that action at this time.
0 commit comments