mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 05:05:42 +00:00 
			
		
		
		
	Bump the dependencies group with 6 updates (#8253)
Bumps the dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4.2.0` | `4.2.1` | | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `3.6.1` | `3.7.1` | | [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) | `3.6.0` | `3.7.0` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.4.0` | `4.4.1` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `4.5.0` | `4.6.0` | | [github/codeql-action](https://github.com/github/codeql-action) | `3.26.10` | `3.26.12` | Updates `actions/checkout` from 4.2.0 to 4.2.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](d632683dd7...eef61447b9) Updates `docker/setup-buildx-action` from 3.6.1 to 3.7.1 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](988b5a0280...c47758b77c) Updates `sigstore/cosign-installer` from 3.6.0 to 3.7.0 - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](4959ce089c...dc72c7d5c4) Updates `actions/upload-artifact` from 4.4.0 to 4.4.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](50769540e7...604373da63) Updates `codecov/codecov-action` from 4.5.0 to 4.6.0 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](e28ff129e5...b9fd7d16f6) Updates `github/codeql-action` from 3.26.10 to 3.26.12 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](e2b3eafc8d...c36620d31a) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: sigstore/cosign-installer dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github/codeql-action 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:
		
							
								
								
									
										2
									
								
								.github/workflows/check_translations.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/check_translations.yaml
									
									
									
									
										vendored
									
									
								
							| @@ -30,7 +30,7 @@ jobs: | ||||
|  | ||||
|     steps: | ||||
|       - name: Checkout Code | ||||
|         uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # pin@v4.2.0 | ||||
|         uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # pin@v4.2.1 | ||||
|       - name: Environment Setup | ||||
|         uses: ./.github/actions/setup | ||||
|         with: | ||||
|   | ||||
							
								
								
									
										8
									
								
								.github/workflows/docker.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/docker.yaml
									
									
									
									
										vendored
									
									
								
							| @@ -39,7 +39,7 @@ jobs: | ||||
|       docker: ${{ steps.filter.outputs.docker }} | ||||
|  | ||||
|     steps: | ||||
|       - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # pin@v4.2.0 | ||||
|       - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # pin@v4.2.1 | ||||
|       - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # pin@v3.0.2 | ||||
|         id: filter | ||||
|         with: | ||||
| @@ -66,7 +66,7 @@ jobs: | ||||
|  | ||||
|     steps: | ||||
|       - name: Check out repo | ||||
|         uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # pin@v4.2.0 | ||||
|         uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # pin@v4.2.1 | ||||
|       - name: Set Up Python ${{ env.python_version }} | ||||
|         uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # pin@v5.2.0 | ||||
|         with: | ||||
| @@ -127,10 +127,10 @@ jobs: | ||||
|         uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # pin@v3.2.0 | ||||
|       - name: Set up Docker Buildx | ||||
|         if: github.event_name != 'pull_request' | ||||
|         uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # pin@v3.6.1 | ||||
|         uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # pin@v3.7.1 | ||||
|       - name: Set up cosign | ||||
|         if: github.event_name != 'pull_request' | ||||
|         uses: sigstore/cosign-installer@4959ce089c160fddf62f7b42464195ba1a56d382 # pin@v3.6.0 | ||||
|         uses: sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # pin@v3.7.0 | ||||
|       - name: Check if Dockerhub login is required | ||||
|         id: docker_login | ||||
|         run: | | ||||
|   | ||||
							
								
								
									
										40
									
								
								.github/workflows/qc_checks.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										40
									
								
								.github/workflows/qc_checks.yaml
									
									
									
									
										vendored
									
									
								
							| @@ -38,7 +38,7 @@ jobs: | ||||
|       force: ${{ steps.force.outputs.force }} | ||||
|  | ||||
|     steps: | ||||
|       - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # pin@v4.2.0 | ||||
|       - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # pin@v4.2.1 | ||||
|       - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # pin@v3.0.2 | ||||
|         id: filter | ||||
|         with: | ||||
| @@ -70,7 +70,7 @@ jobs: | ||||
|     needs: ["pre-commit"] | ||||
|  | ||||
|     steps: | ||||
|       - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # pin@v4.2.0 | ||||
|       - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # pin@v4.2.1 | ||||
|       - name: Environment Setup | ||||
|         uses: ./.github/actions/setup | ||||
|         with: | ||||
| @@ -92,7 +92,7 @@ jobs: | ||||
|     if: needs.paths-filter.outputs.server == 'true' || needs.paths-filter.outputs.frontend == 'true' || needs.paths-filter.outputs.force == 'true' | ||||
|  | ||||
|     steps: | ||||
|       - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # pin@v4.2.0 | ||||
|       - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # pin@v4.2.1 | ||||
|       - name: Set up Python ${{ env.python_version }} | ||||
|         uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # pin@v5.2.0 | ||||
|         with: | ||||
| @@ -113,7 +113,7 @@ jobs: | ||||
|  | ||||
|     steps: | ||||
|       - name: Checkout Code | ||||
|         uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # pin@v4.2.0 | ||||
|         uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # pin@v4.2.1 | ||||
|       - name: Set up Python ${{ env.python_version }} | ||||
|         uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # pin@v5.2.0 | ||||
|         with: | ||||
| @@ -149,7 +149,7 @@ jobs: | ||||
|       version: ${{ steps.version.outputs.version }} | ||||
|  | ||||
|     steps: | ||||
|       - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # pin@v4.2.0 | ||||
|       - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # pin@v4.2.1 | ||||
|       - name: Environment Setup | ||||
|         uses: ./.github/actions/setup | ||||
|         with: | ||||
| @@ -159,7 +159,7 @@ jobs: | ||||
|       - name: Export API Documentation | ||||
|         run: invoke dev.schema --ignore-warnings --filename src/backend/InvenTree/schema.yml | ||||
|       - name: Upload schema | ||||
|         uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # pin@v4.4.0 | ||||
|         uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # pin@v4.4.1 | ||||
|         with: | ||||
|           name: schema.yml | ||||
|           path: src/backend/InvenTree/schema.yml | ||||
| @@ -211,7 +211,7 @@ jobs: | ||||
|       version: ${{ needs.schema.outputs.version }} | ||||
|  | ||||
|     steps: | ||||
|       - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 | ||||
|       - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 | ||||
|         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@d632683dd7b4114ad314bca15554477dd762a938 # pin@v4.2.0 | ||||
|       - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # pin@v4.2.1 | ||||
|       - name: Environment Setup | ||||
|         uses: ./.github/actions/setup | ||||
|         with: | ||||
| @@ -292,7 +292,7 @@ jobs: | ||||
|       python_version: ${{ matrix.python_version }} | ||||
|  | ||||
|     steps: | ||||
|       - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # pin@v4.2.0 | ||||
|       - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # pin@v4.2.1 | ||||
|       - name: Environment Setup | ||||
|         uses: ./.github/actions/setup | ||||
|         with: | ||||
| @@ -308,7 +308,7 @@ jobs: | ||||
|       - name: Coverage Tests | ||||
|         run: invoke dev.test --coverage | ||||
|       - name: Upload coverage reports to Codecov | ||||
|         uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # pin@v4.5.0 | ||||
|         uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # pin@v4.6.0 | ||||
|         if: always() | ||||
|         with: | ||||
|           token: ${{ secrets.CODECOV_TOKEN }} | ||||
| @@ -346,7 +346,7 @@ jobs: | ||||
|           - 6379:6379 | ||||
|  | ||||
|     steps: | ||||
|       - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # pin@v4.2.0 | ||||
|       - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # pin@v4.2.1 | ||||
|       - name: Environment Setup | ||||
|         uses: ./.github/actions/setup | ||||
|         with: | ||||
| @@ -390,7 +390,7 @@ jobs: | ||||
|           - 3306:3306 | ||||
|  | ||||
|     steps: | ||||
|       - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # pin@v4.2.0 | ||||
|       - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # pin@v4.2.1 | ||||
|       - name: Environment Setup | ||||
|         uses: ./.github/actions/setup | ||||
|         with: | ||||
| @@ -429,7 +429,7 @@ jobs: | ||||
|           - 5432:5432 | ||||
|  | ||||
|     steps: | ||||
|       - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # pin@v4.2.0 | ||||
|       - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # pin@v4.2.1 | ||||
|       - name: Environment Setup | ||||
|         uses: ./.github/actions/setup | ||||
|         with: | ||||
| @@ -440,7 +440,7 @@ jobs: | ||||
|       - name: Run Tests | ||||
|         run: invoke dev.test --migrations --report --coverage | ||||
|       - name: Upload coverage reports to Codecov | ||||
|         uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # pin@v4.5.0 | ||||
|         uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # pin@v4.6.0 | ||||
|         if: always() | ||||
|         with: | ||||
|           token: ${{ secrets.CODECOV_TOKEN }} | ||||
| @@ -460,7 +460,7 @@ jobs: | ||||
|       INVENTREE_PLUGINS_ENABLED: false | ||||
|  | ||||
|     steps: | ||||
|       - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # pin@v4.2.0 | ||||
|       - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # pin@v4.2.1 | ||||
|         name: Checkout Code | ||||
|       - name: Environment Setup | ||||
|         uses: ./.github/actions/setup | ||||
| @@ -517,7 +517,7 @@ jobs: | ||||
|       VITE_COVERAGE: true | ||||
|  | ||||
|     steps: | ||||
|       - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # pin@v4.2.0 | ||||
|       - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # pin@v4.2.1 | ||||
|       - name: Environment Setup | ||||
|         uses: ./.github/actions/setup | ||||
|         with: | ||||
| @@ -535,7 +535,7 @@ jobs: | ||||
|       - name: Run Playwright tests | ||||
|         id: tests | ||||
|         run: cd src/frontend && npx nyc playwright test | ||||
|       - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # pin@v4 | ||||
|       - uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # pin@v4 | ||||
|         if: ${{ !cancelled() && steps.tests.outcome == 'failure' }} | ||||
|         with: | ||||
|           name: playwright-report | ||||
| @@ -545,7 +545,7 @@ jobs: | ||||
|         if: always() | ||||
|         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 | ||||
|         uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # pin@v4.5.0 | ||||
|         uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # pin@v4.6.0 | ||||
|         if: always() | ||||
|         with: | ||||
|           token: ${{ secrets.CODECOV_TOKEN }} | ||||
| @@ -565,7 +565,7 @@ jobs: | ||||
|     timeout-minutes: 60 | ||||
|  | ||||
|     steps: | ||||
|       - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # pin@v4.2.0 | ||||
|       - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # pin@v4.2.1 | ||||
|       - name: Environment Setup | ||||
|         uses: ./.github/actions/setup | ||||
|         with: | ||||
| @@ -580,7 +580,7 @@ jobs: | ||||
|         run: | | ||||
|           cd src/backend/InvenTree/web/static | ||||
|           zip -r frontend-build.zip web/ web/.vite | ||||
|       - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # pin@v4.4.0 | ||||
|       - uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # pin@v4.4.1 | ||||
|         with: | ||||
|           name: frontend-build | ||||
|           path: src/backend/InvenTree/web/static/web | ||||
|   | ||||
							
								
								
									
										4
									
								
								.github/workflows/release.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/release.yaml
									
									
									
									
										vendored
									
									
								
							| @@ -18,7 +18,7 @@ jobs: | ||||
|       GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||||
|     steps: | ||||
|       - name: Checkout Code | ||||
|         uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # pin@v4.2.0 | ||||
|         uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # pin@v4.2.1 | ||||
|       - 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@d632683dd7b4114ad314bca15554477dd762a938 # pin@v4.2.0 | ||||
|       - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # pin@v4.2.1 | ||||
|       - name: Environment Setup | ||||
|         uses: ./.github/actions/setup | ||||
|         with: | ||||
|   | ||||
							
								
								
									
										6
									
								
								.github/workflows/scorecard.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/scorecard.yaml
									
									
									
									
										vendored
									
									
								
							| @@ -32,7 +32,7 @@ jobs: | ||||
|  | ||||
|     steps: | ||||
|       - name: "Checkout code" | ||||
|         uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 | ||||
|         uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 | ||||
|         with: | ||||
|           persist-credentials: false | ||||
|  | ||||
| @@ -59,7 +59,7 @@ jobs: | ||||
|       # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF | ||||
|       # format to the repository Actions tab. | ||||
|       - name: "Upload artifact" | ||||
|         uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 | ||||
|         uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 | ||||
|         with: | ||||
|           name: SARIF file | ||||
|           path: results.sarif | ||||
| @@ -67,6 +67,6 @@ jobs: | ||||
|  | ||||
|       # Upload the results to GitHub's code scanning dashboard. | ||||
|       - name: "Upload to code-scanning" | ||||
|         uses: github/codeql-action/upload-sarif@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10 | ||||
|         uses: github/codeql-action/upload-sarif@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12 | ||||
|         with: | ||||
|           sarif_file: results.sarif | ||||
|   | ||||
							
								
								
									
										2
									
								
								.github/workflows/translations.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/translations.yaml
									
									
									
									
										vendored
									
									
								
							| @@ -31,7 +31,7 @@ jobs: | ||||
|  | ||||
|     steps: | ||||
|       - name: Checkout Code | ||||
|         uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # pin@v4.2.0 | ||||
|         uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # pin@v4.2.1 | ||||
|       - name: Environment Setup | ||||
|         uses: ./.github/actions/setup | ||||
|         with: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user