File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5757 $CHANNELS \
5858 conda-recipe
5959 - name : Upload artifact
60- uses : actions/upload-artifact@v4.4.3
60+ uses : actions/upload-artifact@v4.6.0
6161 with :
6262 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
6363 path : /usr/share/miniconda/conda-bld/linux-64/${{ env.PACKAGE_NAME }}-*.conda
9595 - name : Build conda package
9696 run : conda build --no-test --python ${{ matrix.python }} -c https://software.repos.intel.com/python/conda -c conda-forge --override-channels conda-recipe
9797 - name : Upload artifact
98- uses : actions/upload-artifact@v4.4.3
98+ uses : actions/upload-artifact@v4.6.0
9999 with :
100100 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
101101 path : ${{ env.conda-bld }}${{ env.PACKAGE_NAME }}-*.conda
Original file line number Diff line number Diff line change @@ -61,14 +61,14 @@ jobs:
6161 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6262 # format to the repository Actions tab.
6363 - name : " Upload artifact"
64- uses : actions/upload-artifact@184d73b71b93c222403b2e7f1ffebe4508014249 # v4.4.0
64+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.4.0
6565 with :
6666 name : SARIF file
6767 path : results.sarif
6868 retention-days : 14
6969
7070 # Upload the results to GitHub's code scanning dashboard.
7171 - name : " Upload to code-scanning"
72- uses : github/codeql-action/upload-sarif@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3.26.11
72+ uses : github/codeql-action/upload-sarif@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
7373 with :
7474 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments