Skip to content

Update go.starlark.net digest to 27fdb1d #34

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 7, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 31, 2025

This PR contains the following updates:

Package Type Update Change
go.starlark.net require digest f57e51f -> 27fdb1d

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

github-actions bot commented May 31, 2025

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
gomod/go.starlark.net 0.0.0-20250603171236-27fdb1d4744d 🟢 6.3
Details
CheckScoreReason
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Code-Review🟢 8Found 26/29 approved changesets -- score normalized to 8
Maintained🟢 85 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 8
Packaging⚠️ -1packaging workflow not detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Binary-Artifacts🟢 10no binaries found in the repo
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
Security-Policy🟢 10security policy file detected
Vulnerabilities🟢 100 existing vulnerabilities detected
SAST⚠️ 2SAST tool is not run on all commits -- score normalized to 2

Scanned Files

  • go.mod

@renovate renovate bot changed the title Update go.starlark.net digest to c81913c Update go.starlark.net digest to 27fdb1d Jun 3, 2025
@renovate renovate bot force-pushed the renovate/go.starlark.net-digest branch 2 times, most recently from 03e77be to 2df4faf Compare June 7, 2025 23:12
@renovate renovate bot force-pushed the renovate/go.starlark.net-digest branch from 2df4faf to 8a86dc1 Compare June 7, 2025 23:15
@robbyt
Copy link
Owner

robbyt commented Jun 7, 2025

The recent go.starlark.net commit changed how reserved keywords like is are handled - they're no longer "illegal tokens" but generate specific syntax errors. Updated test to use
assert.ErrorIs(t, err, compiler.ErrValidationFailed) instead of fragile string matching.

Copy link

sonarqubecloud bot commented Jun 7, 2025

@robbyt robbyt merged commit 3a804a6 into main Jun 7, 2025
5 checks passed
@robbyt robbyt deleted the renovate/go.starlark.net-digest branch June 7, 2025 23:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant