Skip to content

Commit

Permalink
Merge pull request #26 from IntelPython/dependabot/github_actions/git…
Browse files Browse the repository at this point in the history
…hub/codeql-action-3.27.1

Bump github/codeql-action from 3.26.13 to 3.27.1
  • Loading branch information
oleksandr-pavlyk authored Nov 12, 2024
2 parents 6511040 + 81d235a commit 8a00942
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/conda-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,6 @@ jobs:
channels: conda-forge,nodefaults
python-version: ${{ matrix.python }}

- name: Remove defaults channel
run: conda config --remove channels defaults

- name: Install conda-index
run: |
conda install -n base conda-index
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openssf-scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ jobs:

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

0 comments on commit 8a00942

Please sign in to comment.