File tree Expand file tree Collapse file tree 10 files changed +181
-177
lines changed
exasol/toolbox/templates/github/workflows Expand file tree Collapse file tree 10 files changed +181
-177
lines changed Original file line number Diff line number Diff line change 6565 run : poetry run nox -s lint:code
6666
6767 - name : Upload Artifacts
68- uses : actions/upload-artifact@v4.4 .0
68+ uses : actions/upload-artifact@v4.5 .0
6969 with :
7070 name : lint-python${{ matrix.python-version }}
7171 path : .lint.txt
@@ -112,7 +112,7 @@ jobs:
112112 run : poetry run nox -s lint:security
113113
114114 - name : Upload Artifacts
115- uses : actions/upload-artifact@v4.4 .0
115+ uses : actions/upload-artifact@v4.5 .0
116116 with :
117117 name : security-python${{ matrix.python-version }}
118118 path : .security.json
@@ -157,7 +157,7 @@ jobs:
157157 run : poetry run nox -s test:unit -- -- --coverage
158158
159159 - name : Upload Artifacts
160- uses : actions/upload-artifact@v4.4 .0
160+ uses : actions/upload-artifact@v4.5 .0
161161 with :
162162 name : coverage-python${{ matrix.python-version }}-fast
163163 path : .coverage
Original file line number Diff line number Diff line change 11name : Publish Documentation
22
3- on :
3+ on :
44 workflow_call :
55 workflow_dispatch :
66
2323 poetry run nox -s docs:multiversion
2424
2525 - name : Deploy
26- uses : JamesIves/github-pages-deploy-action@v4.6.3
26+ uses : JamesIves/github-pages-deploy-action@v4.7.2
2727 with :
2828 branch : gh-pages
2929 folder : .html-documentation
Original file line number Diff line number Diff line change 4242 run : poetry run nox -s project:report -- -- --format json | tee metrics.json
4343
4444 - name : Upload Artifacts
45- uses : actions/upload-artifact@v4.4 .0
45+ uses : actions/upload-artifact@v4.5 .0
4646 with :
4747 name : metrics.json
4848 path : metrics.json
Original file line number Diff line number Diff line change 3939 run : poetry run nox -s test:integration -- -- --coverage --db-version ${{ matrix.exasol-version }}
4040
4141 - name : Upload Artifacts
42- uses : actions/upload-artifact@v4.4 .0
42+ uses : actions/upload-artifact@v4.5 .0
4343 with :
4444 name : coverage-python${{ matrix.python-version }}-slow
4545 path : .coverage
Original file line number Diff line number Diff line change 11# Unreleased
2+
3+ ## 🔩 Internal
4+ * Relocked dependencies
5+ * Update referenced github actions
Original file line number Diff line number Diff line change 7171 run : poetry run nox -s lint:code
7272
7373 - name : Upload Artifacts
74- uses : actions/upload-artifact@v4.4 .0
74+ uses : actions/upload-artifact@v4.5 .0
7575 with :
7676 name : lint-python${{ matrix.python-version }}
7777 path : .lint.txt
@@ -118,7 +118,7 @@ jobs:
118118 run : poetry run nox -s lint:security
119119
120120 - name : Upload Artifacts
121- uses : actions/upload-artifact@v4.4 .0
121+ uses : actions/upload-artifact@v4.5 .0
122122 with :
123123 name : security-python${{ matrix.python-version }}
124124 path : .security.json
@@ -163,7 +163,7 @@ jobs:
163163 run : poetry run nox -s test:unit -- -- --coverage
164164
165165 - name : Upload Artifacts
166- uses : actions/upload-artifact@v4.4 .0
166+ uses : actions/upload-artifact@v4.5 .0
167167 with :
168168 name : coverage-python${{ matrix.python-version }}-fast
169169 path : .coverage
Original file line number Diff line number Diff line change 2323 poetry run nox -s docs:multiversion
2424
2525 - name : Deploy
26- uses : JamesIves/github-pages-deploy-action@v4.6.0
26+ uses : JamesIves/github-pages-deploy-action@v4.7.2
2727 with :
2828 branch : gh-pages
2929 folder : .html-documentation
Original file line number Diff line number Diff line change 3939 run : poetry run nox -s project:report -- -- --format json | tee metrics.json
4040
4141 - name : Upload Artifacts
42- uses : actions/upload-artifact@v4.4 .0
42+ uses : actions/upload-artifact@v4.5 .0
4343 with :
4444 name : metrics.json
4545 path : metrics.json
Original file line number Diff line number Diff line change 3939 run : poetry run nox -s test:integration -- -- --coverage --db-version ${{ matrix.exasol-version }}
4040
4141 - name : Upload Artifacts
42- uses : actions/upload-artifact@v4.4 .0
42+ uses : actions/upload-artifact@v4.5 .0
4343 with :
4444 name : coverage-python${{ matrix.python-version }}-slow
4545 path : .coverage
You can’t perform that action at this time.
0 commit comments