Mercurial > p > roundup > code
comparison .github/workflows/ossf-scorecard.yml @ 8479:69fc3cee878c
chore: github actions/checkout upgrade 5.0.0 to 6.0.0
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 24 Nov 2025 11:50:19 -0500 |
| parents | 56a6b23cf17c |
| children | 4e0944649af7 |
comparison
equal
deleted
inserted
replaced
| 8478:ed4ef394d5d6 | 8479:69fc3cee878c |
|---|---|
| 33 # contents: read | 33 # contents: read |
| 34 # actions: read | 34 # actions: read |
| 35 | 35 |
| 36 steps: | 36 steps: |
| 37 - name: "Checkout code" | 37 - name: "Checkout code" |
| 38 uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 | 38 uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 |
| 39 with: | 39 with: |
| 40 persist-credentials: false | 40 persist-credentials: false |
| 41 | 41 |
| 42 - name: "Run analysis" | 42 - name: "Run analysis" |
| 43 uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v5.2.1 | 43 uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v5.2.1 |
