-
Notifications
You must be signed in to change notification settings - Fork 3
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
chore(deps): update codecov/codecov-action action to v4 - autoclosed #155
Conversation
@@ -40,6 +40,6 @@ | |||
with: | |||
sarif_file: results.sarif | |||
- name: Upload coverage reports to Codecov | |||
uses: codecov/codecov-action@v3 | |||
uses: codecov/codecov-action@v4 |
Check warning
Code scanning / Semgrep (reported by Codacy)
An action sourced from a third-party repository on GitHub is not pinned to a full length commit SHA. Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release. Warning
@@ -47,6 +47,6 @@ | |||
with: | |||
sarif_file: results.sarif | |||
- name: Upload coverage reports to Codecov | |||
uses: codecov/codecov-action@v3 | |||
uses: codecov/codecov-action@v4 |
Check warning
Code scanning / Semgrep (reported by Codacy)
An action sourced from a third-party repository on GitHub is not pinned to a full length commit SHA. Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release. Warning
@@ -19,6 +19,6 @@ | |||
- name: 'Dependency Review' | |||
uses: actions/dependency-review-action@v3 | |||
- name: Upload coverage reports to Codecov | |||
uses: codecov/codecov-action@v3 | |||
uses: codecov/codecov-action@v4 |
Check warning
Code scanning / Semgrep (reported by Codacy)
An action sourced from a third-party repository on GitHub is not pinned to a full length commit SHA. Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release. Warning
@@ -47,6 +47,6 @@ | |||
sarif_file: semgrep.sarif | |||
if: always() | |||
- name: Upload coverage reports to Codecov | |||
uses: codecov/codecov-action@v3 | |||
uses: codecov/codecov-action@v4 |
Check warning
Code scanning / Semgrep (reported by Codacy)
An action sourced from a third-party repository on GitHub is not pinned to a full length commit SHA. Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release. Warning
@@ -54,6 +54,6 @@ | |||
wait-for-processing: true | |||
|
|||
- name: Upload coverage reports to Codecov | |||
uses: codecov/codecov-action@v3 | |||
uses: codecov/codecov-action@v4 |
Check warning
Code scanning / Semgrep (reported by Codacy)
An action sourced from a third-party repository on GitHub is not pinned to a full length commit SHA. Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release. Warning
@@ -54,6 +54,6 @@ | |||
with: | |||
sarif_file: ${{ steps.ossar.outputs.sarifFile }} | |||
- name: Upload coverage reports to Codecov | |||
uses: codecov/codecov-action@v3 | |||
uses: codecov/codecov-action@v4 |
Check warning
Code scanning / Semgrep (reported by Codacy)
An action sourced from a third-party repository on GitHub is not pinned to a full length commit SHA. Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release. Warning
@@ -33,6 +33,6 @@ | |||
with: | |||
sarif_file: devskim-results.sarif | |||
- name: Upload coverage reports to Codecov | |||
uses: codecov/codecov-action@v3 | |||
uses: codecov/codecov-action@v4 |
Check warning
Code scanning / Semgrep (reported by Codacy)
An action sourced from a third-party repository on GitHub is not pinned to a full length commit SHA. Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release. Warning
@@ -62,6 +62,6 @@ | |||
codeScanningAlerts: true | |||
githubToken: ${{ github.token }} | |||
- name: Upload coverage reports to Codecov | |||
uses: codecov/codecov-action@v3 | |||
uses: codecov/codecov-action@v4 |
Check warning
Code scanning / Semgrep (reported by Codacy)
An action sourced from a third-party repository on GitHub is not pinned to a full length commit SHA. Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release. Warning
@@ -42,6 +42,6 @@ | |||
sarif_file: ${{github.workspace}}/clj-holmes-results.sarif | |||
ait-for-processing: true | |||
- name: Upload coverage reports to Codecov | |||
uses: codecov/codecov-action@v3 | |||
uses: codecov/codecov-action@v4 |
Check warning
Code scanning / Semgrep (reported by Codacy)
An action sourced from a third-party repository on GitHub is not pinned to a full length commit SHA. Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release. Warning
@@ -41,6 +41,6 @@ | |||
with: | |||
sarif_file: pmd-report.sarif | |||
- name: Upload coverage reports to Codecov | |||
uses: codecov/codecov-action@v3 | |||
uses: codecov/codecov-action@v4 |
Check warning
Code scanning / Semgrep (reported by Codacy)
An action sourced from a third-party repository on GitHub is not pinned to a full length commit SHA. Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release. Warning
This PR contains the following updates:
v3
->v4
Release Notes
codecov/codecov-action (codecov/codecov-action)
v4
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.