File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 run : |
4040 poetry build
4141 - name : Store the distribution packages
42- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
42+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
4343 with :
4444 name : python-package-distributions
4545 path : dist/
5656 id-token : write # IMPORTANT: mandatory for trusted publishing
5757 steps :
5858 - name : Download all the dists
59- uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
59+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
6060 with :
6161 name : python-package-distributions
6262 path : dist/
8080 id-token : write # IMPORTANT: mandatory for trusted publishing
8181 steps :
8282 - name : Download all the dists
83- uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
83+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
8484 with :
8585 name : python-package-distributions
8686 path : dist/
@@ -110,7 +110,7 @@ jobs:
110110 pyproject.toml
111111 sparse-checkout-cone-mode : false
112112 - name : Download all the dists
113- uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
113+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
114114 with :
115115 name : python-package-distributions
116116 path : dist/
Original file line number Diff line number Diff line change 5050
5151 # Initializes the CodeQL tools for scanning.
5252 - name : Initialize CodeQL
53- uses : github/codeql-action/init@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
53+ uses : github/codeql-action/init@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
5454 with :
5555 languages : ${{ matrix.language }}
5656 # 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@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
63+ uses : github/codeql-action/autobuild@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
6464
6565 # ℹ️ Command-line programs to run using the OS shell.
6666 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
7373 # ./location_of_script_within_repo/buildscript.sh
7474
7575 - name : Perform CodeQL Analysis
76- uses : github/codeql-action/analyze@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
76+ uses : github/codeql-action/analyze@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
7777 with :
7878 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change @@ -59,14 +59,14 @@ jobs:
5959 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6060 # format to the repository Actions tab.
6161 - name : " Upload artifact"
62- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
62+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
6363 with :
6464 name : SARIF file
6565 path : results.sarif
6666 retention-days : 5
6767
6868 # Upload the results to GitHub's code scanning dashboard.
6969 - name : " Upload to code-scanning"
70- uses : github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
70+ uses : github/codeql-action/upload-sarif@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
7171 with :
7272 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments