diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index eb37e3a..cbedf40 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Harden Runner - uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3 + uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4 with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 5d913e6..7c18880 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Harden Runner - uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3 + uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4 with: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs diff --git a/requirements.in b/requirements.in index cab0e60..3346d90 100644 --- a/requirements.in +++ b/requirements.in @@ -1,7 +1,7 @@ fastapi==0.115.6 joblib==1.4.2 mitreattack-python==3.0.8 -numpy==2.2.1 # This is a common dependency for scikit-learn +numpy==2.2.2 # This is a common dependency for scikit-learn scikit-learn==1.6.1 stanza==1.10.1 uvicorn==0.34.0