Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/apptainer/python/apptainer-47…
Browse files Browse the repository at this point in the history
…da62ab60
  • Loading branch information
sramakintel authored Aug 8, 2024
2 parents 710c468 + 4f46758 commit 099a02b
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
- uses: super-linter/super-linter/slim@3fe03abab2eafb293ace16d4a3b07aeabcb3f1a0 # v6.7.0
- uses: super-linter/super-linter/slim@b4515bd4ad9d0aa4681960e053916ab991bdbe96 # v6.8.0
env:
# To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
results_format: sarif
repo_token: ${{ secrets.GITHUB_TOKEN }}
publish_results: true
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
- uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
with:
name: SARIF file
path: results.sarif
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
sarifReportDir: ${{ github.workspace }}
template: report
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
- uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
with:
name: Security Report Summary
path: ./*.pdf
4 changes: 2 additions & 2 deletions .github/workflows/test-runner-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
egress-policy: audit
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: docker/setup-buildx-action@3d68780484996aa9d417bb9016193885cdf1f299 # v3.6.0
- uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1
with:
driver: docker
- uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
with:
egress-policy: audit
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: docker/setup-buildx-action@3d68780484996aa9d417bb9016193885cdf1f299 # v3.6.0
- uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1
with:
driver: docker
- uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ repos:
- hooks:
- id: black
repo: https://github.com/ambv/black
rev: 24.4.2
rev: 24.8.0
- hooks:
- args: ["--sp", ".github/linters"]
id: isort
Expand Down
2 changes: 1 addition & 1 deletion classical-ml/jupyter-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
jupyterlab==4.2.4
jupyterhub==5.0.0
jupyterhub==5.1.0
notebook==7.2.1
jupyter-server-proxy>=4.1.2
8 changes: 4 additions & 4 deletions classical-ml/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
daal4py==2024.5.0
matplotlib==3.9.1
daal4py==2024.6.0
matplotlib==3.9.1.post1
numpy==1.26.4
scikit-learn-intelex==2024.5.0
scikit-learn-intelex==2024.6.0
threadpoolctl==3.5.0
xgboost==2.1.0
xgboost==2.1.1
pandas==2.2.2
nbconvert==7.16.4
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
mkdocs-callouts>=1.13.2
mkdocs-git-authors-plugin>=0.8.0
mkdocs-git-revision-date-localized-plugin>=1.2.5
mkdocs-material==9.5.30
mkdocs-material==9.5.31
mkdocs-table-reader-plugin>=2.1.0
mkdocs==1.6.0
pandas>=2.0.3
Expand Down
2 changes: 1 addition & 1 deletion tensorflow/jupyter-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
jupyterlab==4.3.0a0
jupyterhub==5.0.0
jupyterhub==5.1.0
notebook==7.3.0a0
jupyter-server-proxy>=4.1.2

0 comments on commit 099a02b

Please sign in to comment.