Skip to content

Update internal Byte Buddy. #583

Update internal Byte Buddy.

Update internal Byte Buddy. #583

Workflow file for this run

name: Scorecards
on:
branch_protection_rule:
schedule:
- cron: '36 17 * * 5'
push:
branches: [ "master" ]
permissions: read-all
jobs:
analysis:
name: Scorecards analysis
runs-on: ubuntu-latest
permissions:
security-events: write
id-token: write
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
with:
persist-credentials: false
- uses: ossf/scorecard-action@3e15ea8318eee9b333819ec77a36aca8d39df13e # v1.1.1
with:
results_file: results.sarif
results_format: sarif
publish_results: true
- uses: github/codeql-action/upload-sarif@3e7e3b32d0fb8283594bb0a76cc60a00918b0969 # v2.1.6
with:
sarif_file: results.sarif