Skip to content
Closed
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
4 changes: 2 additions & 2 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
steps:
- name: Harden runner egress
# step-security/harden-runner v2.19.0
uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450
with:
egress-policy: audit

Expand Down Expand Up @@ -64,6 +64,6 @@ jobs:

- name: Upload SARIF to GitHub code-scanning
# github/codeql-action/upload-sarif v3.35.2
uses: github/codeql-action/upload-sarif@ce64ddcb0d8d890d2df4a9d1c04ff297367dea2a
uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7
with:
sarif_file: results.sarif
22 changes: 11 additions & 11 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
steps:
- name: Harden runner egress
# step-security/harden-runner v2.19.0
uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450
with:
egress-policy: audit

Expand All @@ -74,7 +74,7 @@ jobs:

- name: Set up Python
# actions/setup-python v5
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
with:
python-version: "3.12"

Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:

- name: Upload Semgrep SARIF to GitHub code-scanning
# github/codeql-action/upload-sarif v3.35.2
uses: github/codeql-action/upload-sarif@ce64ddcb0d8d890d2df4a9d1c04ff297367dea2a
uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7
if: always()
continue-on-error: true
with:
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
GH_TOKEN: ${{ github.token }}
steps:
- name: Harden runner egress
uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450
with:
egress-policy: audit

Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
retention-days: 7

- name: Upload OSV SARIF to GitHub code-scanning
uses: github/codeql-action/upload-sarif@ce64ddcb0d8d890d2df4a9d1c04ff297367dea2a
uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7
if: always()
continue-on-error: true
with:
Expand All @@ -200,7 +200,7 @@ jobs:
security-events: write
steps:
- name: Harden runner egress
uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450
with:
egress-policy: audit

Expand Down Expand Up @@ -233,7 +233,7 @@ jobs:
retention-days: 7

- name: Upload Trivy SARIF to GitHub code-scanning
uses: github/codeql-action/upload-sarif@ce64ddcb0d8d890d2df4a9d1c04ff297367dea2a
uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7
if: always()
continue-on-error: true
with:
Expand All @@ -254,7 +254,7 @@ jobs:
contents: read
steps:
- name: Harden runner egress
uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450
with:
egress-policy: audit

Expand Down Expand Up @@ -302,7 +302,7 @@ jobs:
contents: read
steps:
- name: Harden runner egress
uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450
with:
egress-policy: audit

Expand All @@ -313,7 +313,7 @@ jobs:

- name: Set up Node
# actions/setup-node v4
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
with:
node-version: "20"

Expand Down Expand Up @@ -348,7 +348,7 @@ jobs:
contents: read
steps:
- name: Harden runner egress
uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450
with:
egress-policy: audit

Expand Down
Loading