Skip to content
Open
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/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
using Pkg
Pkg.instantiate()
Pkg.add(Pkg.PackageSpec(; name="Makie", version="${{ matrix.makie }}"))
- uses: julia-actions/julia-runtest@d60b785c6f2bdf4ebfb18b2b6f7d93b7dfb0efe3 # v1

Check warning on line 52 in .github/workflows/CI.yml

View workflow job for this annotation

GitHub Actions / Run zizmor 🌈

ref-version-mismatch

CI.yml:52: action's hash pin has mismatched or missing version comment: points to commit 6e050c8013b8
- name: Percy Upload
if: ${{ matrix.version == 1 && matrix.makie == 0.24 }}
run: |
Expand All @@ -57,7 +57,7 @@
env:
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}
- uses: julia-actions/julia-processcoverage@03114f09f119417c3242a9fb6e0b722676aedf38 # v1
- uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
- uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
with:
files: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
Loading