Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the dependencies group with 2 updates #7169

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # [email protected].4
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # [email protected].5
- name: Environment Setup
uses: ./.github/actions/setup
with:
Expand Down
4 changes: 2 additions & 2 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # [email protected].4
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # [email protected].5
- 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # [email protected].4
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # [email protected].5
- name: Set Up Python ${{ env.python_version }}
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # [email protected]
with:
Expand Down
34 changes: 17 additions & 17 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # [email protected].4
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # [email protected].5
- 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # [email protected].4
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # [email protected].5
- 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # [email protected].4
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # [email protected].5
- 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # [email protected].4
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # [email protected].5
- 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # [email protected].4
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # [email protected].5
- name: Environment Setup
uses: ./.github/actions/setup
with:
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
version: ${{ needs.schema.outputs.version }}

steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
with:
repository: inventree/schema
token: ${{ secrets.SCHEMA_PAT }}
Expand Down Expand Up @@ -238,7 +238,7 @@ jobs:
INVENTREE_SITE_URL: http://127.0.0.1:12345

steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # [email protected].4
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # [email protected].5
- 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # [email protected].4
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # [email protected].5
- name: Environment Setup
uses: ./.github/actions/setup
with:
Expand All @@ -295,7 +295,7 @@ jobs:
- name: Coverage Tests
run: invoke test --coverage
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # [email protected].0
uses: codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be # [email protected].1
if: always()
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down Expand Up @@ -333,7 +333,7 @@ jobs:
- 6379:6379

steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # [email protected].4
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # [email protected].5
- name: Environment Setup
uses: ./.github/actions/setup
with:
Expand Down Expand Up @@ -377,7 +377,7 @@ jobs:
- 3306:3306

steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # [email protected].4
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # [email protected].5
- name: Environment Setup
uses: ./.github/actions/setup
with:
Expand Down Expand Up @@ -416,7 +416,7 @@ jobs:
- 5432:5432

steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # [email protected].4
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # [email protected].5
- name: Environment Setup
uses: ./.github/actions/setup
with:
Expand All @@ -427,7 +427,7 @@ jobs:
- name: Run Tests
run: invoke test --migrations --report --coverage
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # [email protected].0
uses: codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be # [email protected].1
if: always()
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand All @@ -447,7 +447,7 @@ jobs:
INVENTREE_PLUGINS_ENABLED: false

steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # [email protected].4
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # [email protected].5
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # [email protected].4
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # [email protected].5
- name: Environment Setup
uses: ./.github/actions/setup
with:
Expand Down Expand Up @@ -532,7 +532,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@84508663e988701840491b86de86b666e8a86bed # [email protected].0
uses: codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be # [email protected].1
if: always()
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand All @@ -545,7 +545,7 @@ jobs:
timeout-minutes: 60

steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # [email protected].4
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # [email protected].5
- name: Environment Setup
uses: ./.github/actions/setup
with:
Expand Down
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # [email protected].4
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # [email protected].5
- 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # [email protected].4
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # [email protected].5
- name: Environment Setup
uses: ./.github/actions/setup
with:
Expand Down
2 changes: 1 addition & 1 deletion .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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
with:
persist-credentials: false

Expand Down
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # [email protected].4
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # [email protected].5
- name: Environment Setup
uses: ./.github/actions/setup
with:
Expand Down
Loading