⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 15, 2026

This PR contains the following updates:

Package Type Update Change
styfle/cancel-workflow-action action minor 0.12.10.13.0

Release Notes

styfle/cancel-workflow-action (styfle/cancel-workflow-action)

v0.13.0

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

…github/workflows/cancel-outdated-workflow-runs.yml)
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jan 15, 2026
@renovate renovate bot requested review from Maffooch and mtesauro as code owners January 15, 2026 06:45
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jan 15, 2026
@dryrunsecurity
Copy link

DryRun Security

This pull request leaves a workflow (.github/workflows/cancel-outdated-workflow-runs.yml) using the pull_request_target trigger that supplies the default broad GITHUB_TOKEN permissions to a third‑party action (styfle/cancel-workflow-action) instead of restricting permissions (it only needs actions: write), which increases risk if the action is compromised. Consider adding an explicit permissions block to follow least-privilege principles.

Principle of Least Privilege Violation (GITHUB_TOKEN permissions) in .github/workflows/cancel-outdated-workflow-runs.yml
Vulnerability Principle of Least Privilege Violation (GITHUB_TOKEN permissions)
Description The workflow .github/workflows/cancel-outdated-workflow-runs.yml uses the pull_request_target trigger and passes ${{ github.token }} to a third-party action without defining an explicit permissions block. By default, pull_request_target workflows grant the GITHUB_TOKEN broad read/write permissions to the repository (including contents: write, packages: write, etc.). However, the styfle/cancel-workflow-action only requires actions: write to perform its function. This grants excessive privileges to the third-party action, increasing the blast radius if the action were compromised or contained a vulnerability.


All finding details can be found in the DryRun Security Dashboard.

@renovate renovate bot changed the title Update styfle/cancel-workflow-action action from 0.12.1 to v0.13.0 (.github/workflows/cancel-outdated-workflow-runs.yml) chore(deps): update styfle/cancel-workflow-action action from 0.12.1 to v0.13.0 (.github/workflows/cancel-outdated-workflow-runs.yml) Jan 15, 2026
@Maffooch Maffooch requested a review from Jino-T January 15, 2026 23:33
@renovate renovate bot changed the title chore(deps): update styfle/cancel-workflow-action action from 0.12.1 to v0.13.0 (.github/workflows/cancel-outdated-workflow-runs.yml) Update styfle/cancel-workflow-action action from 0.12.1 to v0.13.0 (.github/workflows/cancel-outdated-workflow-runs.yml) Jan 15, 2026
@renovate renovate bot changed the title Update styfle/cancel-workflow-action action from 0.12.1 to v0.13.0 (.github/workflows/cancel-outdated-workflow-runs.yml) chore(deps): update styfle/cancel-workflow-action action from 0.12.1 to v0.13.0 (.github/workflows/cancel-outdated-workflow-runs.yml) Jan 15, 2026
@renovate renovate bot changed the title chore(deps): update styfle/cancel-workflow-action action from 0.12.1 to v0.13.0 (.github/workflows/cancel-outdated-workflow-runs.yml) Update styfle/cancel-workflow-action action from 0.12.1 to v0.13.0 (.github/workflows/cancel-outdated-workflow-runs.yml) Jan 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants