Skip to content

Warn on mnc usage

Warn on mnc usage #293

Triggered via pull request January 21, 2025 03:56
@grahamcgrahamc
synchronize #102
warn-on-mnc
Status Success
Total duration 1m 46s
Artifacts

ci.yml

on: pull_request
Matrix: run-systems
Test: Nix not installed
4s
Test: Nix not installed
Run x86_64-linux, Untrusted
17s
Run x86_64-linux, Untrusted
Run x86_64-linux, no permissions
20s
Run x86_64-linux, no permissions
success
0s
success
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
Test: Nix not installed
This action is in no-op mode because Nix is not installed. Add `- uses: DeterminateSystems/nix-installer-action@main` earlier in your workflow.
Magic Nix Cache is deprecated: .github/workflows/ci.yml#L17
Magic Nix Cache is deprecated due to a change in the underlying GitHub APIs, and will stop working on February 1. To continue caching Nix builds in GitHub Actions, use FlakeHub Cache instead. Replace: - uses: DeterminateSystems/magic-nix-cache-action@main With: - uses: DeterminateSystems/flakehub-cache-action@main For more details: https://flakehub.com/cache?mnc
Magic Nix Cache is deprecated: .github/workflows/flakehub-cache.yml#L27
Magic Nix Cache is deprecated due to a change in the underlying GitHub APIs, and will stop working on February 1. To continue caching Nix builds in GitHub Actions, use FlakeHub Cache instead. Replace: - uses: DeterminateSystems/magic-nix-cache-action@main With: - uses: DeterminateSystems/flakehub-cache-action@main For more details: https://flakehub.com/cache?mnc
Run x86_64-linux, Untrusted
The Nix daemon does not consider the user running this workflow to be trusted. Magic Nix Cache is disabled.
Magic Nix Cache is deprecated: .github/workflows/ci.yml#L17
Magic Nix Cache is deprecated due to a change in the underlying GitHub APIs, and will stop working on February 1. To continue caching Nix builds in GitHub Actions, use FlakeHub Cache instead. Replace: - uses: DeterminateSystems/magic-nix-cache-action@main With: - uses: DeterminateSystems/flakehub-cache-action@main For more details: https://flakehub.com/cache?mnc
Magic Nix Cache is deprecated: .github/workflows/flakehub-cache.yml#L27
Magic Nix Cache is deprecated due to a change in the underlying GitHub APIs, and will stop working on February 1. To continue caching Nix builds in GitHub Actions, use FlakeHub Cache instead. Replace: - uses: DeterminateSystems/magic-nix-cache-action@main With: - uses: DeterminateSystems/flakehub-cache-action@main For more details: https://flakehub.com/cache?mnc
FlakeHub Cache setup is incomplete: .github/workflows/ci.yml#L74
FlakeHub Cache is not working for this job because you haven't configured the permissions to allow FlakeHub Cache to log in. Add the following permission lines: jobs: run-x86_64-linux-no-permissions: permissions: # this one id-token: write # ...this one contents: read # ...and this one