mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 05:05:42 +00:00 
			
		
		
		
	chore(deps): bump the dependencies group with 3 updates (#9680)
Bumps the dependencies group with 3 updates: [codecov/codecov-action](https://github.com/codecov/codecov-action), [github/codeql-action](https://github.com/github/codeql-action) and [anchore/sbom-action](https://github.com/anchore/sbom-action). Updates `codecov/codecov-action` from 5.4.2 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](ad3126e916...18283e04ce) Updates `github/codeql-action` from 3.28.17 to 3.28.18 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](60168efe1c...ff0a06e83c) Updates `anchore/sbom-action` from 0.19.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](9f73021414...e11c554f70) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: github/codeql-action dependency-version: 3.28.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: anchore/sbom-action dependency-version: 0.20.0 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:
		
							
								
								
									
										8
									
								
								.github/workflows/qc_checks.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/qc_checks.yaml
									
									
									
									
										vendored
									
									
								
							| @@ -349,7 +349,7 @@ jobs: | |||||||
|           path: .coverage |           path: .coverage | ||||||
|           retention-days: 14 |           retention-days: 14 | ||||||
|       - name: Upload coverage reports to Codecov |       - name: Upload coverage reports to Codecov | ||||||
|         uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # pin@v5.4.2 |         uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # pin@v5.4.3 | ||||||
|         if: always() |         if: always() | ||||||
|         with: |         with: | ||||||
|           token: ${{ secrets.CODECOV_TOKEN }} |           token: ${{ secrets.CODECOV_TOKEN }} | ||||||
| @@ -492,7 +492,7 @@ jobs: | |||||||
|       - name: Run Tests |       - name: Run Tests | ||||||
|         run: invoke dev.test --migrations --report --coverage --translations |         run: invoke dev.test --migrations --report --coverage --translations | ||||||
|       - name: Upload coverage reports to Codecov |       - name: Upload coverage reports to Codecov | ||||||
|         uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # pin@v5.4.2 |         uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # pin@v5.4.3 | ||||||
|         if: always() |         if: always() | ||||||
|         with: |         with: | ||||||
|           token: ${{ secrets.CODECOV_TOKEN }} |           token: ${{ secrets.CODECOV_TOKEN }} | ||||||
| @@ -624,7 +624,7 @@ jobs: | |||||||
|         if: github.event_name != 'pull_request' |         if: github.event_name != 'pull_request' | ||||||
|         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@ad3126e916f78f00edff4ed0317cf185271ccc2d # pin@v5.4.2 |         uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # pin@v5.4.3 | ||||||
|         if: github.event_name != 'pull_request' |         if: github.event_name != 'pull_request' | ||||||
|         with: |         with: | ||||||
|           token: ${{ secrets.CODECOV_TOKEN }} |           token: ${{ secrets.CODECOV_TOKEN }} | ||||||
| @@ -687,7 +687,7 @@ jobs: | |||||||
|         env: |         env: | ||||||
|           GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} |           GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||||||
|       - name: Upload SARIF file |       - name: Upload SARIF file | ||||||
|         uses: github/codeql-action/upload-sarif@60168efe1c415ce0f5521ea06d5c2062adbeed1b # pin@v3 |         uses: github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f # pin@v3 | ||||||
|         with: |         with: | ||||||
|           sarif_file: results.sarif |           sarif_file: results.sarif | ||||||
|           category: zizmor |           category: zizmor | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								.github/workflows/release.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/release.yaml
									
									
									
									
										vendored
									
									
								
							| @@ -55,7 +55,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@9f7302141466aa6482940f15371237e9d9f4c34a # pin@v0 |         uses: anchore/sbom-action@e11c554f704a0b820cbf8c51673f6945e0731532 # 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@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17 |         uses: github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18 | ||||||
|         with: |         with: | ||||||
|           sarif_file: results.sarif |           sarif_file: results.sarif | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user