mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 05:05:42 +00:00 
			
		
		
		
	Bump the dependencies group with 5 updates (#8556)
Bumps the dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [docker/metadata-action](https://github.com/docker/metadata-action) | `5.5.1` | `5.6.1` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `5.0.2` | `5.0.7` | | [anchore/sbom-action](https://github.com/anchore/sbom-action) | `0.17.7` | `0.17.8` | | [github/codeql-action](https://github.com/github/codeql-action) | `3.27.4` | `3.27.5` | | [crowdin/github-action](https://github.com/crowdin/github-action) | `2.3.0` | `2.4.0` | Updates `docker/metadata-action` from 5.5.1 to 5.6.1 - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](8e5442c4ef...369eb591f4) Updates `codecov/codecov-action` from 5.0.2 to 5.0.7 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](5c47607acb...015f24e681) Updates `anchore/sbom-action` from 0.17.7 to 0.17.8 - [Release notes](https://github.com/anchore/sbom-action/releases) - [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md) - [Commits](fc46e51fd3...55dc4ee224) Updates `github/codeql-action` from 3.27.4 to 3.27.5 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](ea9e4e3799...f09c1c0a94) Updates `crowdin/github-action` from 2.3.0 to 2.4.0 - [Release notes](https://github.com/crowdin/github-action/releases) - [Commits](2d540f18b0...a9ffb7d5ac) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch 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-patch 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/docker.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/docker.yaml
									
									
									
									
										vendored
									
									
								
							| @@ -157,7 +157,7 @@ jobs: | |||||||
|       - name: Extract Docker metadata |       - name: Extract Docker metadata | ||||||
|         if: github.event_name != 'pull_request' |         if: github.event_name != 'pull_request' | ||||||
|         id: meta |         id: meta | ||||||
|         uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # pin@v5.5.1 |         uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # pin@v5.6.1 | ||||||
|         with: |         with: | ||||||
|           images: | |           images: | | ||||||
|             inventree/inventree |             inventree/inventree | ||||||
|   | |||||||
							
								
								
									
										6
									
								
								.github/workflows/qc_checks.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/qc_checks.yaml
									
									
									
									
										vendored
									
									
								
							| @@ -308,7 +308,7 @@ jobs: | |||||||
|       - name: Coverage Tests |       - name: Coverage Tests | ||||||
|         run: invoke dev.test --coverage |         run: invoke dev.test --coverage | ||||||
|       - name: Upload coverage reports to Codecov |       - name: Upload coverage reports to Codecov | ||||||
|         uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # pin@v5.0.2 |         uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # pin@v5.0.7 | ||||||
|         if: always() |         if: always() | ||||||
|         with: |         with: | ||||||
|           token: ${{ secrets.CODECOV_TOKEN }} |           token: ${{ secrets.CODECOV_TOKEN }} | ||||||
| @@ -440,7 +440,7 @@ jobs: | |||||||
|       - name: Run Tests |       - name: Run Tests | ||||||
|         run: invoke dev.test --migrations --report --coverage |         run: invoke dev.test --migrations --report --coverage | ||||||
|       - name: Upload coverage reports to Codecov |       - name: Upload coverage reports to Codecov | ||||||
|         uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # pin@v5.0.2 |         uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # pin@v5.0.7 | ||||||
|         if: always() |         if: always() | ||||||
|         with: |         with: | ||||||
|           token: ${{ secrets.CODECOV_TOKEN }} |           token: ${{ secrets.CODECOV_TOKEN }} | ||||||
| @@ -545,7 +545,7 @@ jobs: | |||||||
|         if: always() |         if: always() | ||||||
|         run: cd src/frontend && npx nyc report --report-dir ./coverage --temp-dir .nyc_output --reporter=lcov --exclude-after-remap false |         run: cd src/frontend && npx nyc report --report-dir ./coverage --temp-dir .nyc_output --reporter=lcov --exclude-after-remap false | ||||||
|       - name: Upload coverage reports to Codecov |       - name: Upload coverage reports to Codecov | ||||||
|         uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # pin@v5.0.2 |         uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # pin@v5.0.7 | ||||||
|         if: always() |         if: always() | ||||||
|         with: |         with: | ||||||
|           token: ${{ secrets.CODECOV_TOKEN }} |           token: ${{ secrets.CODECOV_TOKEN }} | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								.github/workflows/release.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/release.yaml
									
									
									
									
										vendored
									
									
								
							| @@ -49,7 +49,7 @@ jobs: | |||||||
|       - name: Build frontend |       - name: Build frontend | ||||||
|         run: cd src/frontend && npm run compile && npm run build |         run: cd src/frontend && npm run compile && npm run build | ||||||
|       - name: Create SBOM for frontend |       - name: Create SBOM for frontend | ||||||
|         uses: anchore/sbom-action@fc46e51fd3cb168ffb36c6d1915723c47db58abb # pin@v0 |         uses: anchore/sbom-action@55dc4ee22412511ee8c3142cbea40418e6cec693 # pin@v0 | ||||||
|         with: |         with: | ||||||
|           artifact-name: frontend-build.spdx |           artifact-name: frontend-build.spdx | ||||||
|           path: src/frontend |           path: src/frontend | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								.github/workflows/scorecard.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/scorecard.yaml
									
									
									
									
										vendored
									
									
								
							| @@ -67,6 +67,6 @@ jobs: | |||||||
|  |  | ||||||
|       # Upload the results to GitHub's code scanning dashboard. |       # Upload the results to GitHub's code scanning dashboard. | ||||||
|       - name: "Upload to code-scanning" |       - name: "Upload to code-scanning" | ||||||
|         uses: github/codeql-action/upload-sarif@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4 |         uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5 | ||||||
|         with: |         with: | ||||||
|           sarif_file: results.sarif |           sarif_file: results.sarif | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								.github/workflows/translations.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/translations.yaml
									
									
									
									
										vendored
									
									
								
							| @@ -51,7 +51,7 @@ jobs: | |||||||
|           git reset --hard |           git reset --hard | ||||||
|           git reset HEAD~ |           git reset HEAD~ | ||||||
|       - name: crowdin action |       - name: crowdin action | ||||||
|         uses: crowdin/github-action@2d540f18b0a416b1fbf2ee5be35841bd380fc1da # pin@v2 |         uses: crowdin/github-action@a9ffb7d5ac46eca1bb1f06656bf888b39462f161 # pin@v2 | ||||||
|         with: |         with: | ||||||
|           upload_sources: true |           upload_sources: true | ||||||
|           upload_translations: false |           upload_translations: false | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user