Skip to content

Auto-update pre-commit hooks #2045

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

Closed
wants to merge 2,685 commits into from
Closed

Auto-update pre-commit hooks #2045

wants to merge 2,685 commits into from

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented May 1, 2025

Update pre-commit hooks to latest version

sthaha and others added 30 commits August 28, 2024 11:41
fix(config): trim spaces and new lines in MODEL_CONFIG
fix: limit max core ratio to 1
This pr allows dev compose to turn off power-meters (on BM) and expose
idle metrics.

Signed-off-by: Sunil Thaha <[email protected]>
Signed-off-by: Sunyanan Choochotkaew <[email protected]>
chore(compose/dev): allow power meters to be disabled
fix(models): log name of regressor
feat: get trainer from model_name in weight
Signed-off-by: Sunil Thaha <[email protected]>
Previously, when DISABLE_POWER_METER is set, kepler would still probe
system for power-meters resulting in kepler_node_info to produce
incorrect results for components_power_source and platform_power_source.
E.g.
kepler_node_info{
  components_power_source="rapl-sysfs",
  cpu_architecture="Skylake",
  instance="kepler-latest:8888",
  job="latest",
  platform_power_source="acpi",
  source="os"
}

The commit fixes this to use the fake power-meters so that kepler_node_info
now shows
```
kepler_node_info{components_power_source="estimator",
  cpu_architecture="Skylake",
  instance="kepler-dev:8888",
  job="dev",
  platform_power_source="none",
  source="os"
}
```

Signed-off-by: Sunil Thaha <[email protected]>
feat: update static models to use 0.7.11 models
chore(validator): compare aggregate (dyn+idle) power
…updates

Bumps the github-actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [anchore/sbom-action](https://github.com/anchore/sbom-action) and [actions/upload-artifact](https://github.com/actions/upload-artifact).


Updates `actions/checkout` from 3 to 4
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](actions/checkout@v3...v4)

Updates `anchore/sbom-action` from 0.17.1 to 0.17.2
- [Release notes](https://github.com/anchore/sbom-action/releases)
- [Commits](anchore/sbom-action@v0.17.1...v0.17.2)

Updates `actions/upload-artifact` from 4.3.6 to 4.4.0
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.3.6...v4.4.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: anchore/sbom-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot bot and others added 15 commits March 12, 2025 11:11
…updates (#1937)

Bumps the github-actions group with 4 updates in the / directory: [anchore/sbom-action](https://github.com/anchore/sbom-action), [actions/upload-artifact](https://github.com/actions/upload-artifact), [ossf/scorecard-action](https://github.com/ossf/scorecard-action) and [codecov/codecov-action](https://github.com/codecov/codecov-action).


Updates `anchore/sbom-action` from 0.17.9 to 0.18.0
- [Release notes](https://github.com/anchore/sbom-action/releases)
- [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md)
- [Commits](anchore/sbom-action@v0.17.9...v0.18.0)

Updates `actions/upload-artifact` from 4.6.0 to 4.6.1
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.6.0...v4.6.1)

Updates `ossf/scorecard-action` from 2.4.0 to 2.4.1
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](ossf/scorecard-action@62b2cac...f49aabe)

Updates `codecov/codecov-action` from 5.1.2 to 5.4.0
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v5.1.2...v5.4.0)

---
updated-dependencies:
- dependency-name: anchore/sbom-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: ossf/scorecard-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix(collector): data race when updating maps simultaenously
fix(openshift): patch deployment issue
This commit fixes the issue where Kepler was incorrectly identifying
the Grace Hopper GPU when no GPU is actually present om the system.

Signed-off-by: Vibhu Prashar <[email protected]>
fix: false detection of Grace Hopper GPU
This PR removes the fallback scrape protocol config from the Scaphandre scrape config
as the latest prometheus doesn't recoganize the field as part of Scrape config structure

Signed-off-by: vprashar2929 <[email protected]>
fix(compose): remove fallback scrape protocol config
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Downgrade the clang-format version to 19.1.7 for config compatibility.
- Migrate golangci-lint config to latest
- Fix linting issues inside `pkg`
- Updates the golang workflow to now use v7 action and golangci-lint
  v2.1.1

Signed-off-by: vprashar2929 <[email protected]>
chore: fix and update precommit hooks
This commit adds a PR labeler config to the default branch of the repo i.e main.
Since grafana/pr-labeler-action expects the config to be available in the default branch,
adding this to reboot branch will not work

Signed-off-by: Vibhu Prashar <[email protected]>
@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label May 1, 2025
@vimalk78
Copy link
Collaborator

vimalk78 commented May 5, 2025

/test-acpi

vprashar2929 and others added 6 commits May 13, 2025 12:01
This commit disables the markdown descriptive link text rule in the
markdownlint configuration file allowing pre-commit hook to pass

NOTE: Disabling this rule for now since fixing this requires edits in multiple readme files

Signed-off-by: vprashar2929 <[email protected]>
ci: exclude markdown descriptive link text rule
This commit switches the Equinix Metal CI to use Ubuntu 22.04 instead of
Ubuntu 20.04

Signed-off-by: vprashar2929 <[email protected]>
Signed-off-by: Sunyanan Choochotkaew <[email protected]>
chore: fix missing maintainer link
ci: switch to using ubuntu 22.04
@github-actions github-actions bot force-pushed the pre-commit-autoupdate branch from 17445bf to 6cd1915 Compare June 1, 2025 00:25
egypcio and others added 3 commits June 5, 2025 08:01
* chore(Makefile): add PRODUCTION flag to handle stripped builds

Signed-off-by: Vinícius Zavam <[email protected]>
…updates (#2124)

Bumps the github-actions group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [jidicula/clang-format-action](https://github.com/jidicula/clang-format-action) | `4.14.0` | `4.15.0` |
| [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) | `7` | `8` |
| [anchore/sbom-action](https://github.com/anchore/sbom-action) | `0.18.0` | `0.20.0` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.6.1` | `4.6.2` |
| [ossf/scorecard-action](https://github.com/ossf/scorecard-action) | `2.4.1` | `2.4.2` |
| [codecov/codecov-action](https://github.com/codecov/codecov-action) | `5.4.0` | `5.4.3` |



Updates `jidicula/clang-format-action` from 4.14.0 to 4.15.0
- [Release notes](https://github.com/jidicula/clang-format-action/releases)
- [Commits](jidicula/clang-format-action@v4.14.0...v4.15.0)

Updates `golangci/golangci-lint-action` from 7 to 8
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](golangci/golangci-lint-action@v7...v8)

Updates `anchore/sbom-action` from 0.18.0 to 0.20.0
- [Release notes](https://github.com/anchore/sbom-action/releases)
- [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md)
- [Commits](anchore/sbom-action@v0.18.0...v0.20.0)

Updates `actions/upload-artifact` from 4.6.1 to 4.6.2
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.6.1...v4.6.2)

Updates `ossf/scorecard-action` from 2.4.1 to 2.4.2
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](ossf/scorecard-action@f49aabe...05b42c6)

Updates `codecov/codecov-action` from 5.4.0 to 5.4.3
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v5.4.0...v5.4.3)

---
updated-dependencies:
- dependency-name: jidicula/clang-format-action
  dependency-version: 4.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: golangci/golangci-lint-action
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: anchore/sbom-action
  dependency-version: 0.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: actions/upload-artifact
  dependency-version: 4.6.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: ossf/scorecard-action
  dependency-version: 2.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: codecov/codecov-action
  dependency-version: 5.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.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
Projects
None yet
Development

Successfully merging this pull request may close these issues.