File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7777 conda-recipe-cf
7878
7979 - name : Upload artifact
80- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
80+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8181 with :
8282 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
8383 path : /usr/share/miniconda/conda-bld/linux-64/${{ env.PACKAGE_NAME }}-*.conda
@@ -216,7 +216,7 @@ jobs:
216216 echo "CONDA_BLD=$CONDA/conda-bld/win-64/" | tr "\\\\" '/' >> "$GITHUB_ENV"
217217
218218 - name : Upload artifact
219- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
219+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
220220 with :
221221 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
222222 path : ${{ env.CONDA_BLD }}${{ env.PACKAGE_NAME }}-*.conda
Original file line number Diff line number Diff line change 6666 conda-recipe
6767
6868 - name : Upload artifact
69- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
69+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7070 with :
7171 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
7272 path : /usr/share/miniconda/conda-bld/linux-64/${{ env.PACKAGE_NAME }}-*.conda
@@ -205,7 +205,7 @@ jobs:
205205 echo "CONDA_BLD=$CONDA/conda-bld/win-64/" | tr "\\\\" '/' >> "$GITHUB_ENV"
206206
207207 - name : Upload artifact
208- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
208+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
209209 with :
210210 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
211211 path : ${{ env.CONDA_BLD }}${{ env.PACKAGE_NAME }}-*.conda
Original file line number Diff line number Diff line change 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@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
64+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
6565 with :
6666 name : SARIF file
6767 path : results.sarif
Original file line number Diff line number Diff line change 3838 run : pre-commit autoupdate
3939
4040 - name : Create a PR with autoupdate changes
41- uses : peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
41+ uses : peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
4242 with :
4343 commit-message : ' chore: update pre-commit hooks'
4444 add-paths : .pre-commit-config.yaml
Original file line number Diff line number Diff line change 5252 exclude : " _vendored/conv_template.py"
5353
5454- repo : https://github.com/pre-commit/mirrors-clang-format
55- rev : v22.1.2
55+ rev : v22.1.3
5656 hooks :
5757 - id : clang-format
5858 args : ["-i"]
You can’t perform that action at this time.
0 commit comments