Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/build-push-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ name: Build/Push Image and Release Charts
permissions: read-all
jobs:
setenv:
uses: ortelius/workflow-toolkit/.github/workflows/env-config-workflow.yml@52316bc78d725e136c44fa02585c3ba59027b2df
uses: ortelius/workflow-toolkit/.github/workflows/env-config-workflow.yml@174d28736938eb3215d59243802dd1088256107b
with:
gh_head_ref: ${{ github.head_ref }}
gh_ref_name: ${{ github.ref_name }}
Expand All @@ -24,7 +24,7 @@ jobs:
gh_repo: ${{ github.repository }}
gh_run_number: ${{ github.run_number }}
release:
uses: ortelius/workflow-toolkit/.github/workflows/container-release-workflow.yml@52316bc78d725e136c44fa02585c3ba59027b2df
uses: ortelius/workflow-toolkit/.github/workflows/container-release-workflow.yml@174d28736938eb3215d59243802dd1088256107b
needs: setenv
with:
gh_repository_owner: ${{ github.repository_owner }}
Expand All @@ -42,7 +42,7 @@ jobs:
permissions:
security-events: write
statuses: write
uses: ortelius/workflow-toolkit/.github/workflows/trivy-scan-workflow.yml@52316bc78d725e136c44fa02585c3ba59027b2df
uses: ortelius/workflow-toolkit/.github/workflows/trivy-scan-workflow.yml@174d28736938eb3215d59243802dd1088256107b
needs:
- setenv
- release
Expand All @@ -54,7 +54,7 @@ jobs:
helm:
permissions:
contents: write
uses: ortelius/workflow-toolkit/.github/workflows/helm-release-workflow.yml@52316bc78d725e136c44fa02585c3ba59027b2df
uses: ortelius/workflow-toolkit/.github/workflows/helm-release-workflow.yml@174d28736938eb3215d59243802dd1088256107b
needs:
- setenv
- release
Expand All @@ -74,7 +74,7 @@ jobs:
GPG_KEY: ${{ secrets.GPG_KEY }}
gh_token: ${{ secrets.HELM_INDEXER_TOKEN }}
sbom:
uses: ortelius/workflow-toolkit/.github/workflows/sbom-generation-workflow.yml@52316bc78d725e136c44fa02585c3ba59027b2df
uses: ortelius/workflow-toolkit/.github/workflows/sbom-generation-workflow.yml@174d28736938eb3215d59243802dd1088256107b
needs:
- setenv
- release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: Harden Runner
uses: step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Create Pull Request with applied fixes
id: cpr
if: steps.ml.outputs.has_updated_sources == 1 && (env.APPLY_FIXES_EVENT == 'all' || env.APPLY_FIXES_EVENT == github.event_name) && env.APPLY_FIXES_MODE == 'pull_request' && (github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository) && !contains(github.event.head_commit.message, 'skip fix')
uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8
with:
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
commit-message: "[MegaLinter] Apply linters automatic fixes"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

steps:
- name: Harden Runner
uses: step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

Expand Down
4 changes: 2 additions & 2 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
fastapi==0.124.0
fastapi==0.124.2
joblib==1.5.2
mitreattack-python==5.3.0
numpy==2.3.5 # This is a common dependency for scikit-learn
scikit-learn==1.7.2
scikit-learn==1.8.0
stanza==1.11.0
uvicorn==0.38.0