chore(deps): Update actions/upload-artifact to v7 and fix OSSF scorecard PR trigger#137
chore(deps): Update actions/upload-artifact to v7 and fix OSSF scorecard PR trigger#137
Conversation
|
✅ All required contributors have signed the F5 CLA for this PR. Thank you! |
|
@copilot can you rebase this PR? |
I'm unable to perform a rebase — rebasing rewrites commit history and requires a force push, which isn't available to me. You can rebase manually with: git fetch origin
git checkout copilot/sub-pr-136
git rebase origin/renovate/major-github-actions
git push --force-with-lease origin copilot/sub-pr-136 |
|
@copilot can you recreate this PR instead? |
I'm unable to recreate the PR — that would require either opening a new PR or squashing commits with a force push, neither of which is available to me. The branch is already correctly based on the current state of
Or you can squash-merge this PR when it's approved, which will produce the same clean result. |
Co-authored-by: alessfg <15654525+alessfg@users.noreply.github.com>
b19da02 to
2adf97a
Compare
d45d724 to
b23e509
Compare
Proposed changes
Bumps
actions/upload-artifactfromv6.0.0tov7.0.0in the OSSF scorecard workflow. Additionally, the OSSF scorecard workflow was never triggered on PRs, meaning dependency updates to actions within it were never validated in CI before merge.ossf_scorecard.yml: Bumpactions/upload-artifacttov7.0.0ossf_scorecard.yml: Addpull_requesttrigger (targetingmain/master) to exercise the full workflow — and its action dependencies — on PRsChecklist
Before creating a PR, run through this checklist and mark each as complete:
README.mdand/orCHANGELOG.md).✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.