-
-
Notifications
You must be signed in to change notification settings - Fork 822
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the dependencies group across 1 directory with 5 updates (#8426)
Bumps the dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4.2.1` | `4.2.2` | | [actions/setup-python](https://github.com/actions/setup-python) | `5.2.0` | `5.3.0` | | [anchore/sbom-action](https://github.com/anchore/sbom-action) | `0.17.4` | `0.17.6` | | [github/codeql-action](https://github.com/github/codeql-action) | `3.26.13` | `3.27.0` | | [crowdin/github-action](https://github.com/crowdin/github-action) | `2.2.0` | `2.3.0` | Updates `actions/checkout` from 4.2.1 to 4.2.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@eef6144...11bd719) Updates `actions/setup-python` from 5.2.0 to 5.3.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@f677139...0b93645) Updates `anchore/sbom-action` from 0.17.4 to 0.17.6 - [Release notes](https://github.com/anchore/sbom-action/releases) - [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md) - [Commits](anchore/sbom-action@8d0a650...251a468) Updates `github/codeql-action` from 3.26.13 to 3.27.0 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@f779452...6624720) Updates `crowdin/github-action` from 2.2.0 to 2.3.0 - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](crowdin/github-action@95d6e89...2d540f1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: anchore/sbom-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: crowdin/github-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Oliver <[email protected]> Co-authored-by: Matthias Mair <[email protected]>
- Loading branch information
1 parent
255a5d0
commit 5464bc5
Showing
6 changed files
with
27 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout Code | ||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # [email protected].1 | ||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # [email protected].2 | ||
- name: Environment Setup | ||
uses: ./.github/actions/setup | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ jobs: | |
docker: ${{ steps.filter.outputs.docker }} | ||
|
||
steps: | ||
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # [email protected].1 | ||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # [email protected].2 | ||
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # [email protected] | ||
id: filter | ||
with: | ||
|
@@ -66,9 +66,9 @@ jobs: | |
|
||
steps: | ||
- name: Check out repo | ||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # [email protected].1 | ||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # [email protected].2 | ||
- name: Set Up Python ${{ env.python_version }} | ||
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # pin@v5.2.0 | ||
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # pin@v5.3.0 | ||
with: | ||
python-version: ${{ env.python_version }} | ||
- name: Version Check | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ jobs: | |
force: ${{ steps.force.outputs.force }} | ||
|
||
steps: | ||
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # [email protected].1 | ||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # [email protected].2 | ||
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # [email protected] | ||
id: filter | ||
with: | ||
|
@@ -70,7 +70,7 @@ jobs: | |
needs: ["pre-commit"] | ||
|
||
steps: | ||
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # [email protected].1 | ||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # [email protected].2 | ||
- name: Environment Setup | ||
uses: ./.github/actions/setup | ||
with: | ||
|
@@ -92,9 +92,9 @@ jobs: | |
if: needs.paths-filter.outputs.server == 'true' || needs.paths-filter.outputs.frontend == 'true' || needs.paths-filter.outputs.force == 'true' | ||
|
||
steps: | ||
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # [email protected].1 | ||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # [email protected].2 | ||
- name: Set up Python ${{ env.python_version }} | ||
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # pin@v5.2.0 | ||
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # pin@v5.3.0 | ||
with: | ||
python-version: ${{ env.python_version }} | ||
cache: "pip" | ||
|
@@ -113,9 +113,9 @@ jobs: | |
|
||
steps: | ||
- name: Checkout Code | ||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # [email protected].1 | ||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # [email protected].2 | ||
- name: Set up Python ${{ env.python_version }} | ||
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # pin@v5.2.0 | ||
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # pin@v5.3.0 | ||
with: | ||
python-version: ${{ env.python_version }} | ||
- name: Check Config | ||
|
@@ -149,7 +149,7 @@ jobs: | |
version: ${{ steps.version.outputs.version }} | ||
|
||
steps: | ||
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # [email protected].1 | ||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # [email protected].2 | ||
- name: Environment Setup | ||
uses: ./.github/actions/setup | ||
with: | ||
|
@@ -211,7 +211,7 @@ jobs: | |
version: ${{ needs.schema.outputs.version }} | ||
|
||
steps: | ||
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 | ||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||
name: Checkout Code | ||
with: | ||
repository: inventree/schema | ||
|
@@ -250,7 +250,7 @@ jobs: | |
INVENTREE_SITE_URL: http://127.0.0.1:12345 | ||
|
||
steps: | ||
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # [email protected].1 | ||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # [email protected].2 | ||
- name: Environment Setup | ||
uses: ./.github/actions/setup | ||
with: | ||
|
@@ -292,7 +292,7 @@ jobs: | |
python_version: ${{ matrix.python_version }} | ||
|
||
steps: | ||
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # [email protected].1 | ||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # [email protected].2 | ||
- name: Environment Setup | ||
uses: ./.github/actions/setup | ||
with: | ||
|
@@ -346,7 +346,7 @@ jobs: | |
- 6379:6379 | ||
|
||
steps: | ||
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # [email protected].1 | ||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # [email protected].2 | ||
- name: Environment Setup | ||
uses: ./.github/actions/setup | ||
with: | ||
|
@@ -390,7 +390,7 @@ jobs: | |
- 3306:3306 | ||
|
||
steps: | ||
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # [email protected].1 | ||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # [email protected].2 | ||
- name: Environment Setup | ||
uses: ./.github/actions/setup | ||
with: | ||
|
@@ -429,7 +429,7 @@ jobs: | |
- 5432:5432 | ||
|
||
steps: | ||
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # [email protected].1 | ||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # [email protected].2 | ||
- name: Environment Setup | ||
uses: ./.github/actions/setup | ||
with: | ||
|
@@ -460,7 +460,7 @@ jobs: | |
INVENTREE_PLUGINS_ENABLED: false | ||
|
||
steps: | ||
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # [email protected].1 | ||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # [email protected].2 | ||
name: Checkout Code | ||
- name: Environment Setup | ||
uses: ./.github/actions/setup | ||
|
@@ -517,7 +517,7 @@ jobs: | |
VITE_COVERAGE: true | ||
|
||
steps: | ||
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # [email protected].1 | ||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # [email protected].2 | ||
- name: Environment Setup | ||
uses: ./.github/actions/setup | ||
with: | ||
|
@@ -565,7 +565,7 @@ jobs: | |
timeout-minutes: 60 | ||
|
||
steps: | ||
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # [email protected].1 | ||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # [email protected].2 | ||
- name: Environment Setup | ||
uses: ./.github/actions/setup | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
steps: | ||
- name: Checkout Code | ||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # [email protected].1 | ||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # [email protected].2 | ||
- name: Version Check | ||
run: | | ||
pip install --require-hashes -r contrib/dev_reqs/requirements.txt | ||
|
@@ -39,7 +39,7 @@ jobs: | |
contents: write | ||
attestations: write | ||
steps: | ||
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # [email protected].1 | ||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # [email protected].2 | ||
- name: Environment Setup | ||
uses: ./.github/actions/setup | ||
with: | ||
|
@@ -49,7 +49,7 @@ jobs: | |
- name: Build frontend | ||
run: cd src/frontend && npm run compile && npm run build | ||
- name: Create SBOM for frontend | ||
uses: anchore/sbom-action@8d0a6505bf28ced3e85154d13dc6af83299e13f1 # pin@v0 | ||
uses: anchore/sbom-action@251a468eed47e5082b105c3ba6ee500c0e65a764 # pin@v0 | ||
with: | ||
artifact-name: frontend-build.spdx | ||
path: src/frontend | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout Code | ||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # [email protected].1 | ||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # [email protected].2 | ||
- name: Environment Setup | ||
uses: ./.github/actions/setup | ||
with: | ||
|
@@ -51,7 +51,7 @@ jobs: | |
git reset --hard | ||
git reset HEAD~ | ||
- name: crowdin action | ||
uses: crowdin/github-action@95d6e895e871c3c7acf0cfb962f296baa41e63c6 # pin@v2 | ||
uses: crowdin/github-action@2d540f18b0a416b1fbf2ee5be35841bd380fc1da # pin@v2 | ||
with: | ||
upload_sources: true | ||
upload_translations: false | ||
|