Skip to content

Commit 6a8553d

Browse files
authored
Security/736 resolve security issues on 6.1.1 and prepare release (#737)
* Update to exasol-toolbox 7.0.0 * Update workflows to PTB 7.0.0 * Relock to resolve vulnerabilties * Prepare release 7.0.0
1 parent e9a1f63 commit 6a8553d

17 files changed

Lines changed: 162 additions & 169 deletions

.github/workflows/build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/check-release-tag.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/checks.yml

Lines changed: 8 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/gh-pages.yml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/matrix-all.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/matrix-exasol.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/matrix-python.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/merge-gate.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ name: Merge-Gate
22

33
on:
44
workflow_call:
5+
inputs:
6+
root-event:
7+
description: GitHub event triggering the root workflow ci.yml
8+
required: false
9+
type: string
10+
default: unknown
511

612
jobs:
713
run-fast-checks:
@@ -10,8 +16,18 @@ jobs:
1016
permissions:
1117
contents: read
1218

19+
fast-report:
20+
name: Fast Report
21+
needs:
22+
- run-fast-checks
23+
uses: ./.github/workflows/report.yml
24+
secrets: inherit
25+
permissions:
26+
contents: read
27+
1328
approve-run-slow-tests:
1429
name: Approve Running Slow Tests?
30+
if: ${{ inputs.root-event != 'schedule' }}
1531
runs-on: "ubuntu-24.04"
1632
permissions:
1733
contents: read

.github/workflows/report.yml

Lines changed: 1 addition & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)