Skip to content
Open
Show file tree
Hide file tree
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 @@ -32,7 +32,7 @@
version: nightly
steps:
- name: Checkout
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Julia Setup
Expand All @@ -43,7 +43,7 @@
with:
cache-compiled: "true"
- name: Test
uses: julia-actions/julia-runtest@d60b785c6f2bdf4ebfb18b2b6f7d93b7dfb0efe3 # v1

Check warning on line 46 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / Run zizmor 🌈

ref-version-mismatch

ci.yml:46: action's hash pin has mismatched or missing version comment: points to commit fc07e51ec99d
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Coverage Process
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- uses: julia-actions/cache@a45e8fa8be21c18a06b7177052533149e61e9b38 # v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
pull-requests: write
steps:
- name: Checkout Actions Repository
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Check spelling
Expand All @@ -20,7 +20,7 @@
with:
config: _typos.toml
write_changes: true
- uses: reviewdog/action-suggester@aa38384ceb608d00f84b4690cacc83a5aba307ff # v1

Check warning on line 23 in .github/workflows/spellcheck.yml

View workflow job for this annotation

GitHub Actions / Run zizmor 🌈

ref-version-mismatch

spellcheck.yml:23: action's hash pin has mismatched or missing version comment: points to commit 2558ba17e65a
with:
tool_name: Typos
fail_on_error: true
2 changes: 1 addition & 1 deletion .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
version: [1]
steps:
- name: Checkout
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Julia Setup
Expand All @@ -41,7 +41,7 @@
Pkg.add("JuliaFormatter")
using JuliaFormatter
format(".", YASStyle())'
- uses: reviewdog/action-suggester@aa38384ceb608d00f84b4690cacc83a5aba307ff # v1

Check warning on line 44 in .github/workflows/style.yml

View workflow job for this annotation

GitHub Actions / Run zizmor 🌈

ref-version-mismatch

style.yml:44: action's hash pin has mismatched or missing version comment: points to commit 2558ba17e65a
if: github.event_name == 'pull_request'
with:
tool_name: JuliaFormatter
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zizmor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# actions: read # Only needed for private repos. Needed for upload-sarif to read workflow run info.
steps:
- name: Checkout repository
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Run zizmor 🌈
Expand Down
Loading