Skip to content

Commit

Permalink
Bump the dependencies group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
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
dependabot[bot] authored Apr 29, 2024
1 parent e4c227f commit 8bc4410
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_translations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down Expand Up @@ -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]
Expand Down
36 changes: 18 additions & 18 deletions .github/workflows/qc_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand Down Expand Up @@ -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:
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand All @@ -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
Expand All @@ -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:
Expand All @@ -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
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/scorecard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: "Checkout code"
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
with:
persist-credentials: false

Expand All @@ -59,14 +59,14 @@ 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@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
with:
name: SARIF file
path: results.sarif
retention-days: 5

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@df5a14dc28094dc936e103b37d749c6628682b60 # v3.25.0
uses: github/codeql-action/upload-sarif@d39d31e687223d841ef683f52467bd88e9b21c14 # v3.25.3
with:
sarif_file: results.sarif
2 changes: 1 addition & 1 deletion .github/workflows/translations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8bc4410

Please sign in to comment.