-
Notifications
You must be signed in to change notification settings - Fork 45
Bump isbang/compose-action from 2.3.0 to 2.4.1 in /.github/workflows #472
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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 | ||
| env: | ||
| CLICKHOUSE_VERSION: ${{ matrix.clickhouse }} | ||
| with: | ||
|
|
@@ -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 warningCode 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: | ||
|
|
@@ -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 warningCode 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: | ||
|
|
@@ -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 warningCode 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: | ||
|
|
@@ -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 warningCode 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' | ||
|
|
||
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium test