-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Pin the GitHub actions we use on this repo to a full length commit SHA #10841
Comments
|
I've made PRs on See: |
@viceice how come we already got so many pinning PRs in this org already? Is it because we have pinDigests=true already? |
i did not found any ref to |
Those PRs caused config errors so I have reverted them. I'd love to know what's going on.. |
It was wrong preset name, there was a missing But it's unclear to my. why we have pin pr's without even adding this preset. And why only in some repos. Very strange. |
Opened PR #10857 to fix the typo in the docs. |
The config error was probably because I used the wrong name for the Do you want 2 new PRs from me with the correct config, or do you want to hold off for now? |
we should hold of until we know why we already got pin pr's. |
Found it,
so it is assigning the renovate/lib/config/presets/internal/docker.ts Lines 36 to 41 in 74d7691
here: Lines 23 to 26 in 11694e9
|
@HonkingGoose you can now prepare those pr's. |
You've got new PR's! 😉 |
This issue can be closed now that we merged PR #10858 and have pinned our GitHub Actions to a full length commit SHA. |
What would you like Renovate to be able to do?
@rarkins and @viceice now that PR #10835 is merged, we can start thinking about pinning our GitHub Actions to the current full length Git commit SHA?
Did you already have any implementation ideas?
@viceice can you explain what pattern we need to follow to make things work properly?
I think you can use a comment to say what "tagged version" you're at???
As an example I've grabbed the commit to which
actions/setup-node@v2.2.0
points right now.Or maybe we can add a comment which says what tag we're "following".
We'll also need to update the
default.json
over on therenovate/.github
repository, to make use of the new feature.The text was updated successfully, but these errors were encountered: