Skip to content

Commit

Permalink
Bump the dependencies group across 1 directory with 5 updates (#8426)
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) | `4.2.1` | `4.2.2` |
| [actions/setup-python](https://github.com/actions/setup-python) | `5.2.0` | `5.3.0` |
| [anchore/sbom-action](https://github.com/anchore/sbom-action) | `0.17.4` | `0.17.6` |
| [github/codeql-action](https://github.com/github/codeql-action) | `3.26.13` | `3.27.0` |
| [crowdin/github-action](https://github.com/crowdin/github-action) | `2.2.0` | `2.3.0` |



Updates `actions/checkout` from 4.2.1 to 4.2.2
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@eef6144...11bd719)

Updates `actions/setup-python` from 5.2.0 to 5.3.0
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@f677139...0b93645)

Updates `anchore/sbom-action` from 0.17.4 to 0.17.6
- [Release notes](https://github.com/anchore/sbom-action/releases)
- [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md)
- [Commits](anchore/sbom-action@8d0a650...251a468)

Updates `github/codeql-action` from 3.26.13 to 3.27.0
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@f779452...6624720)

Updates `crowdin/github-action` from 2.2.0 to 2.3.0
- [Release notes](https://github.com/crowdin/github-action/releases)
- [Commits](crowdin/github-action@95d6e89...2d540f1)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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-minor
  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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Oliver <[email protected]>
Co-authored-by: Matthias Mair <[email protected]>
  • Loading branch information
3 people authored Nov 10, 2024
1 parent 255a5d0 commit 5464bc5
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 27 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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # [email protected].1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # [email protected].2
- 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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # [email protected].1
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # [email protected].2
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # [email protected]
id: filter
with:
Expand All @@ -66,9 +66,9 @@ jobs:

steps:
- name: Check out repo
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # [email protected].1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # [email protected].2
- name: Set Up Python ${{ env.python_version }}
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # pin@v5.2.0
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # pin@v5.3.0
with:
python-version: ${{ env.python_version }}
- name: Version Check
Expand Down
32 changes: 16 additions & 16 deletions .github/workflows/qc_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
force: ${{ steps.force.outputs.force }}

steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # [email protected].1
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # [email protected].2
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # [email protected]
id: filter
with:
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
needs: ["pre-commit"]

steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # [email protected].1
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # [email protected].2
- name: Environment Setup
uses: ./.github/actions/setup
with:
Expand All @@ -92,9 +92,9 @@ jobs:
if: needs.paths-filter.outputs.server == 'true' || needs.paths-filter.outputs.frontend == 'true' || needs.paths-filter.outputs.force == 'true'

steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # [email protected].1
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # [email protected].2
- name: Set up Python ${{ env.python_version }}
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # pin@v5.2.0
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # pin@v5.3.0
with:
python-version: ${{ env.python_version }}
cache: "pip"
Expand All @@ -113,9 +113,9 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # [email protected].1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # [email protected].2
- name: Set up Python ${{ env.python_version }}
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # pin@v5.2.0
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # pin@v5.3.0
with:
python-version: ${{ env.python_version }}
- name: Check Config
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
version: ${{ steps.version.outputs.version }}

steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # [email protected].1
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # [email protected].2
- name: Environment Setup
uses: ./.github/actions/setup
with:
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
version: ${{ needs.schema.outputs.version }}

steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
name: Checkout Code
with:
repository: inventree/schema
Expand Down Expand Up @@ -250,7 +250,7 @@ jobs:
INVENTREE_SITE_URL: http://127.0.0.1:12345

steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # [email protected].1
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # [email protected].2
- name: Environment Setup
uses: ./.github/actions/setup
with:
Expand Down Expand Up @@ -292,7 +292,7 @@ jobs:
python_version: ${{ matrix.python_version }}

steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # [email protected].1
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # [email protected].2
- name: Environment Setup
uses: ./.github/actions/setup
with:
Expand Down Expand Up @@ -346,7 +346,7 @@ jobs:
- 6379:6379

steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # [email protected].1
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # [email protected].2
- name: Environment Setup
uses: ./.github/actions/setup
with:
Expand Down Expand Up @@ -390,7 +390,7 @@ jobs:
- 3306:3306

steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # [email protected].1
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # [email protected].2
- name: Environment Setup
uses: ./.github/actions/setup
with:
Expand Down Expand Up @@ -429,7 +429,7 @@ jobs:
- 5432:5432

steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # [email protected].1
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # [email protected].2
- name: Environment Setup
uses: ./.github/actions/setup
with:
Expand Down Expand Up @@ -460,7 +460,7 @@ jobs:
INVENTREE_PLUGINS_ENABLED: false

steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # [email protected].1
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # [email protected].2
name: Checkout Code
- name: Environment Setup
uses: ./.github/actions/setup
Expand Down Expand Up @@ -517,7 +517,7 @@ jobs:
VITE_COVERAGE: true

steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # [email protected].1
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # [email protected].2
- name: Environment Setup
uses: ./.github/actions/setup
with:
Expand Down Expand Up @@ -565,7 +565,7 @@ jobs:
timeout-minutes: 60

steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # [email protected].1
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # [email protected].2
- name: Environment Setup
uses: ./.github/actions/setup
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout Code
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # [email protected].1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # [email protected].2
- name: Version Check
run: |
pip install --require-hashes -r contrib/dev_reqs/requirements.txt
Expand All @@ -39,7 +39,7 @@ jobs:
contents: write
attestations: write
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # [email protected].1
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # [email protected].2
- name: Environment Setup
uses: ./.github/actions/setup
with:
Expand All @@ -49,7 +49,7 @@ jobs:
- name: Build frontend
run: cd src/frontend && npm run compile && npm run build
- name: Create SBOM for frontend
uses: anchore/sbom-action@8d0a6505bf28ced3e85154d13dc6af83299e13f1 # pin@v0
uses: anchore/sbom-action@251a468eed47e5082b105c3ba6ee500c0e65a764 # pin@v0
with:
artifact-name: frontend-build.spdx
path: src/frontend
Expand Down
4 changes: 2 additions & 2 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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false

Expand Down Expand Up @@ -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@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
uses: github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
with:
sarif_file: results.sarif
4 changes: 2 additions & 2 deletions .github/workflows/translations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # [email protected].1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # [email protected].2
- name: Environment Setup
uses: ./.github/actions/setup
with:
Expand All @@ -51,7 +51,7 @@ jobs:
git reset --hard
git reset HEAD~
- name: crowdin action
uses: crowdin/github-action@95d6e895e871c3c7acf0cfb962f296baa41e63c6 # pin@v2
uses: crowdin/github-action@2d540f18b0a416b1fbf2ee5be35841bd380fc1da # pin@v2
with:
upload_sources: true
upload_translations: false
Expand Down

0 comments on commit 5464bc5

Please sign in to comment.