-
-
Notifications
You must be signed in to change notification settings - Fork 818
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
Bumps the dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `3.1.0` | `4.1.4` | | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `3.2.0` | `3.3.0` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.3.1` | `4.3.3` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `4.1.4` | `4.1.7` | | [github/codeql-action](https://github.com/github/codeql-action) | `3.25.0` | `3.25.3` | Updates `actions/checkout` from 3.1.0 to 4.1.4 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.1.0...0ad4b8f) Updates `docker/setup-buildx-action` from 3.2.0 to 3.3.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@2b51285...d70bba7) Updates `actions/upload-artifact` from 4.3.1 to 4.3.3 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@5d5d22a...6546280) Updates `actions/download-artifact` from 4.1.4 to 4.1.7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@c850b93...65a9edc) Updates `github/codeql-action` from 3.25.0 to 3.25.3 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@df5a14d...d39d31e) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: docker/setup-buildx-action 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: actions/download-artifact 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 ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
e4c227f
commit 8bc4410
Showing
6 changed files
with
28 additions
and
28 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@b4ffde65f46336ab88eb53be808477a3936bae11 # [email protected].1 | ||
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # [email protected].4 | ||
- 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@b4ffde65f46336ab88eb53be808477a3936bae11 # [email protected].1 | ||
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # [email protected].4 | ||
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # [email protected] | ||
id: filter | ||
with: | ||
|
@@ -66,7 +66,7 @@ jobs: | |
|
||
steps: | ||
- name: Check out repo | ||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # [email protected].1 | ||
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # [email protected].4 | ||
- name: Set Up Python ${{ env.python_version }} | ||
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # [email protected] | ||
with: | ||
|
@@ -121,7 +121,7 @@ jobs: | |
uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # [email protected] | ||
- name: Set up Docker Buildx | ||
if: github.event_name != 'pull_request' | ||
uses: docker/setup-buildx-action@2b51285047da1547ffb1b2203d8be4c0af6b1f20 # pin@v3.2.0 | ||
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # pin@v3.3.0 | ||
- name: Set up cosign | ||
if: github.event_name != 'pull_request' | ||
uses: sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 # [email protected] | ||
|
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 |
---|---|---|
|
@@ -40,7 +40,7 @@ jobs: | |
force: ${{ steps.force.outputs.force }} | ||
|
||
steps: | ||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # [email protected].1 | ||
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # [email protected].4 | ||
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # [email protected] | ||
id: filter | ||
with: | ||
|
@@ -72,7 +72,7 @@ jobs: | |
needs: ["pre-commit"] | ||
|
||
steps: | ||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # [email protected].1 | ||
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # [email protected].4 | ||
- name: Environment Setup | ||
uses: ./.github/actions/setup | ||
with: | ||
|
@@ -94,7 +94,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@b4ffde65f46336ab88eb53be808477a3936bae11 # [email protected].1 | ||
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # [email protected].4 | ||
- name: Set up Python ${{ env.python_version }} | ||
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # [email protected] | ||
with: | ||
|
@@ -115,7 +115,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout Code | ||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # [email protected].1 | ||
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # [email protected].4 | ||
- name: Set up Python ${{ env.python_version }} | ||
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # [email protected] | ||
with: | ||
|
@@ -151,7 +151,7 @@ jobs: | |
version: ${{ steps.version.outputs.version }} | ||
|
||
steps: | ||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # [email protected].1 | ||
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # [email protected].4 | ||
- name: Environment Setup | ||
uses: ./.github/actions/setup | ||
with: | ||
|
@@ -161,7 +161,7 @@ jobs: | |
- name: Export API Documentation | ||
run: invoke schema --ignore-warnings --filename src/backend/InvenTree/schema.yml | ||
- name: Upload schema | ||
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # [email protected].1 | ||
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # [email protected].3 | ||
with: | ||
name: schema.yml | ||
path: src/backend/InvenTree/schema.yml | ||
|
@@ -201,12 +201,12 @@ jobs: | |
version: ${{ needs.schema.outputs.version }} | ||
|
||
steps: | ||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 | ||
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 | ||
with: | ||
repository: inventree/schema | ||
token: ${{ secrets.SCHEMA_PAT }} | ||
- name: Download schema artifact | ||
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 | ||
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 | ||
with: | ||
name: schema.yml | ||
- name: Move schema to correct location | ||
|
@@ -238,7 +238,7 @@ jobs: | |
INVENTREE_SITE_URL: http://127.0.0.1:12345 | ||
|
||
steps: | ||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # [email protected].1 | ||
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # [email protected].4 | ||
- name: Environment Setup | ||
uses: ./.github/actions/setup | ||
with: | ||
|
@@ -279,7 +279,7 @@ jobs: | |
python_version: ${{ matrix.python_version }} | ||
|
||
steps: | ||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # [email protected].1 | ||
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # [email protected].4 | ||
- name: Environment Setup | ||
uses: ./.github/actions/setup | ||
with: | ||
|
@@ -333,7 +333,7 @@ jobs: | |
- 6379:6379 | ||
|
||
steps: | ||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # [email protected].1 | ||
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # [email protected].4 | ||
- name: Environment Setup | ||
uses: ./.github/actions/setup | ||
with: | ||
|
@@ -377,7 +377,7 @@ jobs: | |
- 3306:3306 | ||
|
||
steps: | ||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # [email protected].1 | ||
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # [email protected].4 | ||
- name: Environment Setup | ||
uses: ./.github/actions/setup | ||
with: | ||
|
@@ -416,7 +416,7 @@ jobs: | |
- 5432:5432 | ||
|
||
steps: | ||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # [email protected].1 | ||
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # [email protected].4 | ||
- name: Environment Setup | ||
uses: ./.github/actions/setup | ||
with: | ||
|
@@ -447,7 +447,7 @@ jobs: | |
INVENTREE_PLUGINS_ENABLED: false | ||
|
||
steps: | ||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # [email protected].1 | ||
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # [email protected].4 | ||
name: Checkout Code | ||
- name: Environment Setup | ||
uses: ./.github/actions/setup | ||
|
@@ -504,7 +504,7 @@ jobs: | |
VITE_COVERAGE: true | ||
|
||
steps: | ||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # [email protected].1 | ||
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # [email protected].4 | ||
- name: Environment Setup | ||
uses: ./.github/actions/setup | ||
with: | ||
|
@@ -522,7 +522,7 @@ jobs: | |
- name: Run Playwright tests | ||
id: tests | ||
run: cd src/frontend && npx nyc playwright test | ||
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # pin@v4 | ||
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # pin@v4 | ||
if: ${{ !cancelled() && steps.tests.outcome == 'failure' }} | ||
with: | ||
name: playwright-report | ||
|
@@ -545,7 +545,7 @@ jobs: | |
timeout-minutes: 60 | ||
|
||
steps: | ||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # [email protected].1 | ||
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # [email protected].4 | ||
- name: Environment Setup | ||
uses: ./.github/actions/setup | ||
with: | ||
|
@@ -558,7 +558,7 @@ jobs: | |
run: | | ||
cd src/backend/InvenTree/web/static | ||
zip -r frontend-build.zip web/ web/.vite | ||
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # [email protected].1 | ||
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # [email protected].3 | ||
with: | ||
name: frontend-build | ||
path: src/backend/InvenTree/web/static/web |
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 |
---|---|---|
|
@@ -15,7 +15,7 @@ jobs: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
steps: | ||
- name: Checkout Code | ||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # [email protected].1 | ||
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # [email protected].4 | ||
- name: Version Check | ||
run: | | ||
pip install --require-hashes -r .github/requirements.txt | ||
|
@@ -31,7 +31,7 @@ jobs: | |
publish-build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # [email protected].1 | ||
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # [email protected].4 | ||
- 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
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@b4ffde65f46336ab88eb53be808477a3936bae11 # [email protected].1 | ||
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # [email protected].4 | ||
- name: Environment Setup | ||
uses: ./.github/actions/setup | ||
with: | ||
|