Skip to content

Bump actions/github-script from 6 to 8#32

Merged
CodeMonkeyCybersecurity merged 1 commit intomainfrom
dependabot/github_actions/actions/github-script-8
Nov 25, 2025
Merged

Bump actions/github-script from 6 to 8#32
CodeMonkeyCybersecurity merged 1 commit intomainfrom
dependabot/github_actions/actions/github-script-8

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 8, 2025

Bumps actions/github-script from 6 to 8.

Release notes

Sourced from actions/github-script's releases.

v8.0.0

What's Changed

⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

Make sure your runner is updated to this version or newer to use this release.

New Contributors

Full Changelog: actions/github-script@v7.1.0...v8.0.0

v7.1.0

What's Changed

New Contributors

Full Changelog: actions/github-script@v7...v7.1.0

... (truncated)

Commits
  • ed59741 Merge pull request #653 from actions/sneha-krip/readme-for-v8
  • 2dc352e Bold minimum Actions Runner version in README
  • 01e118c Update README for Node 24 runtime requirements
  • 8b222ac Apply suggestion from @​salmanmkc
  • adc0eea README for updating actions/github-script from v7 to v8
  • 20fe497 Merge pull request #637 from actions/node24
  • e7b7f22 update licenses
  • 2c81ba0 Update Node.js version support to 24.x
  • f28e40c Merge pull request #610 from actions/nebuk89-patch-1
  • 1ae9958 Update README.md
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 8.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v6...v8)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Sep 8, 2025
@CodeMonkeyCybersecurity CodeMonkeyCybersecurity merged commit 30d8a34 into main Nov 25, 2025
16 of 32 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/actions/github-script-8 branch November 25, 2025 00:31
CodeMonkeyCybersecurity added a commit that referenced this pull request Mar 13, 2026
)

Replace inline YAML shell logic with reusable scripts in scripts/ci/:
- preflight.sh: DinD /dev/null repair + Go cache isolation
- lint.sh: scoped linting (changed-only on PRs, full on push)
- test.sh: unit/integration/e2e-smoke/e2e-full/fuzz lanes
- summary.sh: JSONL aggregation into GitHub Step Summary
- security-checks.sh: custom pattern checks (grep, portable)

Workflow hardening:
- Restore timeout-minutes on all CI and security jobs
- Fix summary.sh /dev/stdout crash in sandboxed environments
- Restore gosec continue-on-error for existing findings
- Pin gosec@v2.22.4 and govulncheck@v1.1.4

Telemetry redaction (pkg/telemetry):
- Redact sensitive tag keys (token, password, secret, api_key)
- Sanitize URL credentials and sensitive query params
- Redact key=value assignments in raw args
- 4 tests covering redaction behavior

Also: simplify setup-go-env action, add ci-* Make targets,
remove dead embedded Makefile from coverage_enforcer.go.

Deferred: #31 (jq for JSON), #32 (machine-consume suites.yaml)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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