Skip to content
Closed
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
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@v6

- name: Self-hosted Renovate
uses: renovatebot/github-action@v44.0.5
uses: renovatebot/github-action@v44.1.0
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

renovatebot/[email protected] is a mutable tag; consider pinning to a specific commit SHA to reduce GitHub Actions supply-chain risk (especially since this workflow consumes secrets.RENOVATE_TOKEN).

πŸ€– Was this useful? React with πŸ‘ or πŸ‘Ž

with:
configurationFile: .github/renovate.json5
token: ${{ secrets.RENOVATE_TOKEN }}
Expand Down
Loading