File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4949
5050 # Initializes the CodeQL tools for scanning.
5151 - name : Initialize CodeQL
52- uses : github/codeql-action/init@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3
52+ uses : github/codeql-action/init@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3
5353 with :
5454 languages : ${{ matrix.language }}
5555 # If you wish to specify custom queries, you can do so here or in a config file.
6060 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6161 # If this step fails, then you should remove it and run the build manually (see below)
6262 - name : Autobuild
63- uses : github/codeql-action/autobuild@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3
63+ uses : github/codeql-action/autobuild@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3
6464
6565 # ℹ️ Command-line programs to run using the OS shell.
6666 # 📚 https://git.io/JvXDl
7474 # make release
7575
7676 - 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 3131 steps :
3232 - name : " Find latest kit.yml run"
3333 id : runs
34- uses : octokit/request-action@872c5c97b3c85c23516a572f02b31401ef82415d # v2.3.1
34+ uses : octokit/request-action@dad4362715b7fb2ddedf9772c8670824af564f0d # v2.4.0
3535 with :
3636 route : GET /repos/nedbat/coveragepy/actions/workflows/kit.yml/runs
3737 env :
7777 subject-path : " dist/*"
7878
7979 - 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
8181 with :
8282 repository-url : https://test.pypi.org/legacy/
8383
@@ -116,4 +116,4 @@ jobs:
116116 subject-path : " dist/*"
117117
118118 - 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