fix: literal SHA pins + valid cluster enum (validate_all OK) - #75
Merged
Conversation
- clusterfuzzlite.yml: remove cflite_action_ref input, hardcode SHA 52ecc61cb... in uses: (check_pinned_actions requires literal 40-hex SHA) - rust-supply-chain.yml: remove cargo_deny_action/install_action inputs, hardcode SHAs in uses: (same reason) - catalog: clusterfuzzlite cluster testing-quality -> security-scanning (testing-quality is not in the valid cluster enum)
|
|
||
| - name: Build fuzzers (${{ matrix.sanitizer }}) | ||
| uses: google/clusterfuzzlite/actions/build_fuzzers@${{ inputs.cflite_action_ref }} | ||
| uses: google/clusterfuzzlite/actions/build_fuzzers@52ecc61cb587ee99c26825a112a21abf19c7448c # 2024-09-19 |
|
|
||
| - name: Run fuzzers (${{ matrix.sanitizer }}) | ||
| uses: google/clusterfuzzlite/actions/run_fuzzers@${{ inputs.cflite_action_ref }} | ||
| uses: google/clusterfuzzlite/actions/run_fuzzers@52ecc61cb587ee99c26825a112a21abf19c7448c # 2024-09-19 |
| persist-credentials: false | ||
| - name: Run cargo-deny | ||
| uses: EmbarkStudios/cargo-deny-action@${{ inputs.cargo_deny_action }} | ||
| uses: EmbarkStudios/cargo-deny-action@3fd3802e88374d3fe9159b834c7714ec57d6c979 # v2.0.11 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes pinned-actions and catalog validation failures from PRs #68/#69. validate_all: OK.