We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6511040 + 81d235a commit 8a00942Copy full SHA for 8a00942
.github/workflows/conda-package.yml
@@ -211,9 +211,6 @@ jobs:
211
channels: conda-forge,nodefaults
212
python-version: ${{ matrix.python }}
213
214
- - name: Remove defaults channel
215
- run: conda config --remove channels defaults
216
-
217
- name: Install conda-index
218
run: |
219
conda install -n base conda-index
.github/workflows/openssf-scorecard.yml
@@ -71,6 +71,6 @@ jobs:
71
72
# Upload the results to GitHub's code scanning dashboard.
73
- name: "Upload to code-scanning"
74
- uses: github/codeql-action/upload-sarif@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
+ uses: github/codeql-action/upload-sarif@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1
75
with:
76
sarif_file: results.sarif
0 commit comments