-
-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): bump the actions group across 1 directory with 2 updates #730
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 |
|---|---|---|
|
|
@@ -112,7 +112,7 @@ jobs: | |
| components: llvm-tools-preview | ||
|
|
||
| - name: Install cargo-llvm-cov | ||
| uses: taiki-e/install-action@v2.86.5 | ||
| uses: taiki-e/install-action@v2.86.6 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🔴 HIGH RISK Suggestion: Use a commit SHA for this action to guarantee the integrity of your CI environment. Mutable tags like v2.86.6 do not provide the same security guarantees as a fixed SHA.\n\nTry running the following prompt in your IDE agent:\n> Find the full git commit SHA for taiki-e/install-action@v2.86.6 and update the uses field in .github/workflows/ci.yml to use the SHA with the version tag in a comment. |
||
| with: | ||
| tool: cargo-llvm-cov | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -17,7 +17,7 @@ jobs: | |
| timeout-minutes: 5 | ||
| steps: | ||
| - name: Send push notification email | ||
| uses: dawidd6/action-send-mail@v3.12.0 | ||
| uses: dawidd6/action-send-mail@v18 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🔴 HIGH RISK Suggestion: Pin this action to a full commit SHA to protect your SMTP secrets. This ensures that the code handling your credentials cannot be changed without an explicit review of the new SHA.\n\nTry running the following prompt in your IDE agent:\n> Find the full git commit SHA for dawidd6/action-send-mail@v18 and update the uses field in .github/workflows/push-email-notify.yml to use the SHA with the version tag in a comment (e.g., uses: dawidd6/action-send-mail@ # v18). |
||
| with: | ||
| server_address: ${{ secrets.SMTP_HOST }} | ||
| server_port: ${{ secrets.SMTP_PORT }} | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -69,7 +69,7 @@ jobs: | |
| uses: actions/checkout@v7.0.1 | ||
|
|
||
| - name: Install cargo-deny | ||
| uses: taiki-e/install-action@v2.86.5 | ||
| uses: taiki-e/install-action@v2.86.6 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🔴 HIGH RISK Suggestion: Pin this action to a commit SHA. In a security-focused workflow, relying on mutable tags for tool installation introduces an unnecessary supply chain vector.\n\nTry running the following prompt in your IDE agent:\n> Find the full git commit SHA for taiki-e/install-action@v2.86.6 and update the uses field in .github/workflows/security-policy.yml to use the SHA with the version tag in a comment. |
||
| with: | ||
| tool: cargo-deny | ||
|
|
||
|
|
@@ -331,7 +331,7 @@ jobs: | |
| uses: actions/checkout@v7.0.1 | ||
|
|
||
| - name: Install cargo-deny | ||
| uses: taiki-e/install-action@v2.86.5 | ||
| uses: taiki-e/install-action@v2.86.6 | ||
| with: | ||
| tool: cargo-deny | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -519,7 +519,7 @@ jobs: | |
| components: llvm-tools-preview | ||
|
|
||
| - name: Install cargo-llvm-cov | ||
| uses: taiki-e/install-action@v2.86.5 | ||
| uses: taiki-e/install-action@v2.86.6 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🔴 HIGH RISK Suggestion: Switch to a commit SHA to ensure the action is immutable. This is a standard hardening practice for GitHub Actions to prevent automated tag-based exploits.\n\nTry running the following prompt in your IDE agent:\n> Find the full git commit SHA for taiki-e/install-action@v2.86.6 and update the uses field in .github/workflows/tests.yml to use the SHA with the version tag in a comment. |
||
| with: | ||
| tool: cargo-llvm-cov | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 HIGH RISK
Suggestion: Pin this third-party action to a full 40-character commit SHA to ensure build immutability and security. \n\nTry running the following prompt in your IDE agent:\n> Find the full git commit SHA for taiki-e/install-action@v2.86.6 and update the uses field in .github/workflows/build-gossamer-gui.yml to use the SHA with the version tag in a comment (e.g., uses: taiki-e/install-action@ # v2.86.6).
See Issue in Codacy