Skip to content

fix(contract): align wire spec_version with spec/VERSION before first… #96

fix(contract): align wire spec_version with spec/VERSION before first…

fix(contract): align wire spec_version with spec/VERSION before first… #96

Workflow file for this run

name: OpenSSF Scorecard
on:
branch_protection_rule:
schedule:
- cron: "17 7 * * 2"
push:
branches: [main]
permissions: read-all
jobs:
analysis:
permissions:
security-events: write
id-token: write
contents: read
runs-on: ubuntu-latest
steps:
- uses: ossf/scorecard-action@2d1146689b8cda280b9bc96326124645441f03bc # v2.4.4
with:
results_file: results.sarif
results_format: sarif
publish_results: true
- uses: github/codeql-action/upload-sarif@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4
with:
sarif_file: results.sarif