Skip to content

chore(deps): bump ossf/scorecard-action from af76153369ae1eb1eaffc4118046b7fda9a8419e to 50757822a4ac41af1c2f5572df4e1c1a5ae50c03 in the actions group#142

Merged
hyperpolymath merged 1 commit into
mainfrom
dependabot/github_actions/actions-138e258ae1
Jun 14, 2026
Merged

chore(deps): bump ossf/scorecard-action from af76153369ae1eb1eaffc4118046b7fda9a8419e to 50757822a4ac41af1c2f5572df4e1c1a5ae50c03 in the actions group#142
hyperpolymath merged 1 commit into
mainfrom
dependabot/github_actions/actions-138e258ae1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 14, 2026

Copy link
Copy Markdown
Contributor

Bumps the actions group with 1 update: ossf/scorecard-action.

Updates ossf/scorecard-action from af76153369ae1eb1eaffc4118046b7fda9a8419e to 50757822a4ac41af1c2f5572df4e1c1a5ae50c03

Changelog

Sourced from ossf/scorecard-action's changelog.

Releasing the scorecard GitHub Action

This is a draft document to describe the release process for the scorecard GitHub Action.

(If there are improvements you'd like to see, please comment on the tracking issue or issue a pull request to discuss.)

Tracking

As the first task, a Release Manager should open a tracking issue for the release.

We don't currently have a template for releasing, but the following issue is a good example to draw inspiration from.

We're not striving for perfection with the template, but the tracking issue will serve as a reference point to aggregate feedback, so try your best to be as descriptive as possible.

Preparing the release

This section covers changes that need to be issued as a pull request and should be merged before releasing the scorecard GitHub Action.

Validate the Action

Manually run the workflow scorecards.yml and verify that the run succeeds.

Update the scorecard-action version

NOTE: we have a chicken-and-egg problem where the commit to be used for the release needs to have the image tag that only gets created after the commit is pushed. We workaround that by pre-selecting and referencing the image tag instead of the SHA which isn't ideal but workable.

... (truncated)

Commits
  • 5075782 🌱 Bump the github-actions group across 1 directory with 7 updates (#...
  • 4a492dc 🌱 Bump github.com/sigstore/rekor from 1.4.3 to 1.5.0 (#1630)
  • e8ab65b 🌱 Bump github.com/theupdateframework/go-tuf/v2 (#1632)
  • d3c23cb 🌱 Bump github.com/in-toto/in-toto-golang from 0.9.0 to 0.11.0 (#1656)
  • b0fdde1 🌱 Bump github.com/sigstore/fulcio from 1.8.4 to 1.8.5 (#1628)
  • 5d509b0 🌱 Bump github.com/containerd/containerd from 1.7.29 to 1.7.32 (#1662)
  • 9c8aea8 🌱 Bump github.com/sigstore/timestamp-authority/v2 (#1667)
  • d18cfbc 🌱 Bump github.com/go-git/go-git/v5 from 5.18.0 to 5.19.1 (#1660)
  • 2968b0f 🌱 Bump github.com/sigstore/cosign/v2 from 2.6.1 to 2.6.3 (#1648)
  • 79dba7a 🌱 Bump golang.org/x/net from 0.50.0 to 0.56.0 (#1666)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the actions group with 1 update: [ossf/scorecard-action](https://github.com/ossf/scorecard-action).


Updates `ossf/scorecard-action` from af76153369ae1eb1eaffc4118046b7fda9a8419e to 50757822a4ac41af1c2f5572df4e1c1a5ae50c03
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](ossf/scorecard-action@af76153...5075782)

---
updated-dependencies:
- dependency-name: ossf/scorecard-action
  dependency-version: 50757822a4ac41af1c2f5572df4e1c1a5ae50c03
  dependency-type: direct:production
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 14, 2026
@dependabot
dependabot Bot requested a review from hyperpolymath as a code owner June 14, 2026 15:45
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 14, 2026
@github-actions

Copy link
Copy Markdown

🔍 Hypatia Security Scan

Findings: 137 issues detected

Severity Count
🔴 Critical 9
🟠 High 40
🟡 Medium 88

⚠️ Action Required: Critical security issues found!

View findings
[
  {
    "reason": "Workflow executes remote script directly (curl/wget piped to shell). Download, verify checksum/signature, then execute.",
    "type": "download_then_run",
    "file": "lean-verification.yml",
    "action": "verify_download_integrity",
    "rule_module": "workflow_audit",
    "severity": "high"
  },
  {
    "reason": "Workflow executes remote script directly (curl/wget piped to shell). Download, verify checksum/signature, then execute.",
    "type": "download_then_run",
    "file": "rust-cli.yml",
    "action": "verify_download_integrity",
    "rule_module": "workflow_audit",
    "severity": "high"
  },
  {
    "reason": "Issue in boj-build.yml",
    "type": "missing_timeout_minutes",
    "file": "boj-build.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in bridge-forbidden-phrases.yml",
    "type": "missing_timeout_minutes",
    "file": "bridge-forbidden-phrases.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in casket-pages.yml",
    "type": "missing_timeout_minutes",
    "file": "casket-pages.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in casket-pages.yml",
    "type": "missing_timeout_minutes",
    "file": "casket-pages.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in cflite_batch.yml",
    "type": "missing_timeout_minutes",
    "file": "cflite_batch.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in cflite_pr.yml",
    "type": "missing_timeout_minutes",
    "file": "cflite_pr.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in compilation_tests.yml",
    "type": "missing_timeout_minutes",
    "file": "compilation_tests.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Issue in compilation_tests.yml",
    "type": "missing_timeout_minutes",
    "file": "compilation_tests.yml",
    "action": "flag",
    "rule_module": "workflow_audit",
    "severity": "medium"
  }
]

Powered by Hypatia Neurosymbolic CI/CD Intelligence

@hyperpolymath
hyperpolymath merged commit cbab3b3 into main Jun 14, 2026
29 of 30 checks passed
@hyperpolymath
hyperpolymath deleted the dependabot/github_actions/actions-138e258ae1 branch June 14, 2026 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant