Skip to content

Commit

Permalink
Relock dependencies 2025-01-13 (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti authored Jan 13, 2025
1 parent 54147af commit 00fe667
Show file tree
Hide file tree
Showing 8 changed files with 78 additions and 69 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: poetry run nox -s lint:code

- name: Upload Artifacts
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.0
with:
name: lint-python${{ matrix.python-version }}
path: |
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
run: poetry run nox -s lint:security

- name: Upload Artifacts
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.0
with:
name: security-python${{ matrix.python-version }}
path: .security.json
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
run: poetry run nox -s test:unit -- -- --coverage

- name: Upload Artifacts
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.0
with:
name: coverage-python${{ matrix.python-version }}-fast
path: .coverage
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: poetry run nox -s project:report -- -- --format json | tee metrics.json

- name: Upload Artifacts
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.0
with:
name: metrics.json
path: metrics.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/slow-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: poetry run nox -s test:integration -- -- --coverage --db-version ${{ matrix.exasol-version }}

- name: Upload Artifacts
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.0
with:
name: coverage-python${{ matrix.python-version }}-slow
path: .coverage
Expand Down
3 changes: 3 additions & 0 deletions doc/changes/unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
* Updated design doc (Added known Issues)
* Updated migration progress table

## 🔧 Changed
* Updated `actions/upload-artifacts` version to `4.6.0`

## 🔩 Internal
* Relocked dependencies
* Update referenced github actions
6 changes: 3 additions & 3 deletions exasol/toolbox/templates/github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
run: poetry run nox -s lint:code

- name: Upload Artifacts
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.0
with:
name: lint-python${{ matrix.python-version }}
path: |
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
run: poetry run nox -s lint:security

- name: Upload Artifacts
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.0
with:
name: security-python${{ matrix.python-version }}
path: .security.json
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
run: poetry run nox -s test:unit -- -- --coverage

- name: Upload Artifacts
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.0
with:
name: coverage-python${{ matrix.python-version }}-fast
path: .coverage
Expand Down
2 changes: 1 addition & 1 deletion exasol/toolbox/templates/github/workflows/report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: poetry run nox -s project:report -- -- --format json | tee metrics.json

- name: Upload Artifacts
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.0
with:
name: metrics.json
path: metrics.json
Expand Down
2 changes: 1 addition & 1 deletion exasol/toolbox/templates/github/workflows/slow-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: poetry run nox -s test:integration -- -- --coverage --db-version ${{ matrix.exasol-version }}

- name: Upload Artifacts
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.0
with:
name: coverage-python${{ matrix.python-version }}-slow
path: .coverage
Expand Down
124 changes: 65 additions & 59 deletions poetry.lock

Large diffs are not rendered by default.

0 comments on commit 00fe667

Please sign in to comment.