2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-01-28 09:03:41 +00:00

chore(deps): bump CodSpeedHQ/action in the dependencies group (#11123)

Bumps the dependencies group with 1 update: [CodSpeedHQ/action](https://github.com/codspeedhq/action).


Updates `CodSpeedHQ/action` from 4.5.1 to 4.5.2
- [Release notes](https://github.com/codspeedhq/action/releases)
- [Changelog](https://github.com/CodSpeedHQ/action/blob/main/CHANGELOG.md)
- [Commits](972e343794...dbda7111f8)

---
updated-dependencies:
- dependency-name: CodSpeedHQ/action
  dependency-version: 4.5.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-01-13 13:03:38 +11:00
committed by GitHub
parent 370fc470e4
commit dbc8b7241d

View File

@@ -333,7 +333,7 @@ jobs:
cd ${WRAPPER_NAME} cd ${WRAPPER_NAME}
pip install . pip install .
- name: Performance Reporting - name: Performance Reporting
uses: CodSpeedHQ/action@972e3437949c89e1357ebd1a2dbc852fcbc57245 # pin@v4 uses: CodSpeedHQ/action@dbda7111f8ac363564b0c51b992d4ce76bb89f2f # pin@v4
with: with:
mode: walltime mode: walltime
run: pytest ./src/performance --codspeed run: pytest ./src/performance --codspeed
@@ -421,7 +421,7 @@ jobs:
env: env:
node_version: '>=20.19.0' node_version: '>=20.19.0'
- name: Performance Reporting - name: Performance Reporting
uses: CodSpeedHQ/action@972e3437949c89e1357ebd1a2dbc852fcbc57245 # pin@v4 uses: CodSpeedHQ/action@dbda7111f8ac363564b0c51b992d4ce76bb89f2f # pin@v4
with: with:
mode: walltime mode: walltime
run: inv dev.test --pytest run: inv dev.test --pytest