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
2 changes: 1 addition & 1 deletion .github/workflows/agileplus-pillar-scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
score:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- name: Run pillar scoring
run: |
echo "AgilePlus pillar scoring"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: cargo audit --json > audit.json
- name: Upload SARIF
if: always()
uses: github/codeql-action/upload-sarif@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
uses: github/codeql-action/upload-sarif@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8
with:
sarif_file: audit.json
continue-on-error: true
4 changes: 2 additions & 2 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
retention-days: 90

- name: Install hyperfine
uses: taiki-e/install-action@288e746965032cfcc232e09af2daf5f23c14d780 # v2.86.1
uses: taiki-e/install-action@b6ff580856c41316412a0b9b60540fbc6f8c82cc # v2.86.7
with:
tool: hyperfine

Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:
key: hyperfine-healthz

- name: Install hyperfine
uses: taiki-e/install-action@288e746965032cfcc232e09af2daf5f23c14d780 # v2.86.1
uses: taiki-e/install-action@b6ff580856c41316412a0b9b60540fbc6f8c82cc # v2.86.7
with:
tool: hyperfine

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ jobs:
- name: Scan Cargo.lock with OSV-Scanner
# Severity gate intent: --severity=HIGH,CRITICAL (documented; osv-scanner
# v2.3.8 has no CLI severity flag — findings gate via code-scanning alerts).
uses: google/osv-scanner-action/osv-scanner-action@8deb546fdb875b9996d27d4950be7312dac076a1 # v2.5.0
uses: google/osv-scanner-action/osv-scanner-action@6e4298ebc4db23e847df9b2e2de2939d6f066c67 # v2.5.1
with:
scan-args: |-
--lockfile=Cargo.lock
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2

- name: Install cargo-llvm-cov
uses: taiki-e/install-action@288e746965032cfcc232e09af2daf5f23c14d780 # v2
uses: taiki-e/install-action@b6ff580856c41316412a0b9b60540fbc6f8c82cc # v2
with:
tool: cargo-llvm-cov

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
retention-days: 90

- name: Install hyperfine
uses: taiki-e/install-action@288e746965032cfcc232e09af2daf5f23c14d780 # v2.86.1
uses: taiki-e/install-action@b6ff580856c41316412a0b9b60540fbc6f8c82cc # v2.86.7
with:
tool: hyperfine

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/osv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# Severity gate intent: --severity=HIGH,CRITICAL (documented; osv-scanner
# v2.3.8 has no CLI severity flag — findings gate via code-scanning alerts).
id: scan
uses: google/osv-scanner-action/osv-scanner-action@8deb546fdb875b9996d27d4950be7312dac076a1 # v2.5.0
uses: google/osv-scanner-action/osv-scanner-action@6e4298ebc4db23e847df9b2e2de2939d6f066c67 # v2.5.1
with:
scan-args: |-
--lockfile=Cargo.lock
Expand All @@ -33,7 +33,7 @@ jobs:
--output=osv-results.sarif
- name: Upload SARIF
if: always() && hashFiles('osv-results.sarif') != ''
uses: github/codeql-action/upload-sarif@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
uses: github/codeql-action/upload-sarif@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8
with:
sarif_file: osv-results.sarif
continue-on-error: true
2 changes: 1 addition & 1 deletion .github/workflows/quality-gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2

- name: Install cargo-llvm-cov
uses: taiki-e/install-action@288e746965032cfcc232e09af2daf5f23c14d780 # v2
uses: taiki-e/install-action@b6ff580856c41316412a0b9b60540fbc6f8c82cc # v2
with:
tool: cargo-llvm-cov

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-attestation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
# Pinned to v2.0.0 commit SHA per SLSA L3 hardening requirement
# (digest-pinned generator). Tag `@v2` is mutable; this SHA is immutable.
# Resolves via: curl -sL https://api.github.com/repos/slsa-framework/slsa-github-generator/git/refs/tags/v2.0.0 | jq -r .object.sha
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_containerized_slsa3.yml@5a775b367a56d5bd118a224a811bba288150a563 # v2.0.0
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_containerized_slsa3.yml@f7dd8c54c2067bafc12ca7a55595d5ee9b75204a # v2.1.0
with:
source-repo: ${{ github.repository_owner }}/${{ github.event.repository.name }}
build-command: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/scorecard-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
scorecard:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7

- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v7
with:
python-version: '3.11'

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

- name: Upload Scorecard Report
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: scorecard-report
path: scorecard-report.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
publish_results: true

- name: Upload SARIF
uses: github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
uses: github/codeql-action/upload-sarif@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8
with:
sarif_file: results.sarif

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
fetch-depth: 0

- name: Run TruffleHog
uses: trufflesecurity/trufflehog@e12da3c72f1fa4bd17a7345467d735c5aae1fbcf
uses: trufflesecurity/trufflehog@0c952ace0f842f11c75775922d7400335cf60bc6
with:
version: 3.97.0
extra_args: --only-verified
Expand Down Expand Up @@ -121,6 +121,6 @@ jobs:

- name: Upload Trivy results
if: ${{ hashFiles('Dockerfile') != '' }}
uses: github/codeql-action/upload-sarif@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd
uses: github/codeql-action/upload-sarif@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28
with:
sarif_file: 'trivy-results.sarif'
Loading