Skip to content

Commit 8a00942

Browse files
Merge pull request #26 from IntelPython/dependabot/github_actions/github/codeql-action-3.27.1
Bump github/codeql-action from 3.26.13 to 3.27.1
2 parents 6511040 + 81d235a commit 8a00942

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/conda-package.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,6 @@ jobs:
211211
channels: conda-forge,nodefaults
212212
python-version: ${{ matrix.python }}
213213

214-
- name: Remove defaults channel
215-
run: conda config --remove channels defaults
216-
217214
- name: Install conda-index
218215
run: |
219216
conda install -n base conda-index

.github/workflows/openssf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ jobs:
7171

7272
# Upload the results to GitHub's code scanning dashboard.
7373
- name: "Upload to code-scanning"
74-
uses: github/codeql-action/upload-sarif@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
74+
uses: github/codeql-action/upload-sarif@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1
7575
with:
7676
sarif_file: results.sarif

0 commit comments

Comments
 (0)