Skip to content
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 DeterminateSystems/nix-installer-action to SHA #32

Merged
merged 1 commit into from
Feb 6, 2024
Merged
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 action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ runs:

- name: Install nix
if: inputs.skip-nix-installation == 'false'
uses: DeterminateSystems/nix-installer-action@v4
uses: DeterminateSystems/nix-installer-action@65d7c888b2778e8cf30a07a88422ccb23499bfb8 # v4
Copy link
Contributor Author

@wadells wadells Feb 5, 2024

Choose a reason for hiding this comment

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

Dependabot is smart enough to automatically update # vX comments, so this won't fall out of date. See dependabot/dependabot-core#5951

65d7c888b2778e8cf30a07a88422ccb23499bfb8 is the SHA that the v4 tag points at:

https://github.com/DeterminateSystems/nix-installer-action/releases/tag/v4

with:
logger: pretty
extra-conf: experimental-features = ca-derivations fetch-closure
Expand Down
Loading