Skip to content
Merged
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
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
- uses: actions/checkout@main

- name: Start ClickHouse (version - ${{ matrix.clickhouse }}) in Docker
uses: isbang/compose-action@v2.3.0
uses: isbang/compose-action@v2.4.1

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium test

score is 0: third-party GitHubAction not pinned by hash
Remediation tip: update your workflow using https://app.stepsecurity.io
Click Remediation section below for further remediation help
env:
CLICKHOUSE_VERSION: ${{ matrix.clickhouse }}
with:
Expand Down Expand Up @@ -101,7 +101,7 @@
- uses: actions/checkout@main

- name: Start ClickHouse (version - ${{ matrix.clickhouse }}) in Docker
uses: isbang/compose-action@v2.3.0
uses: isbang/compose-action@v2.4.1

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium test

score is 0: third-party GitHubAction not pinned by hash
Remediation tip: update your workflow using https://app.stepsecurity.io
Click Remediation section below for further remediation help
env:
CLICKHOUSE_VERSION: ${{ matrix.clickhouse }}
with:
Expand Down Expand Up @@ -142,7 +142,7 @@
- uses: actions/checkout@main

- name: Start ClickHouse cluster (version - ${{ matrix.clickhouse }}) in Docker
uses: isbang/compose-action@v2.3.0
uses: isbang/compose-action@v2.4.1

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium test

score is 0: third-party GitHubAction not pinned by hash
Remediation tip: update your workflow using https://app.stepsecurity.io
Click Remediation section below for further remediation help
env:
CLICKHOUSE_VERSION: ${{ matrix.clickhouse }}
with:
Expand Down Expand Up @@ -173,7 +173,7 @@
- uses: actions/checkout@main

- name: Start ClickHouse cluster (version - ${{ matrix.clickhouse }}) in Docker
uses: isbang/compose-action@v2.3.0
uses: isbang/compose-action@v2.4.1

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium test

score is 0: third-party GitHubAction not pinned by hash
Remediation tip: update your workflow using https://app.stepsecurity.io
Click Remediation section below for further remediation help
env:
CLICKHOUSE_VERSION: ${{ matrix.clickhouse }}
with:
Expand Down Expand Up @@ -272,7 +272,7 @@
fetch-depth: 0

- name: Start ClickHouse (version - ${{ matrix.clickhouse }}) in Docker
uses: isbang/compose-action@v2.3.0
uses: isbang/compose-action@v2.4.1

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium test

score is 0: third-party GitHubAction not pinned by hash
Remediation tip: update your workflow using https://app.stepsecurity.io
Click Remediation section below for further remediation help
with:
compose-file: 'docker-compose.yml'
down-flags: '--volumes'
Expand Down
Loading