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
4 changes: 2 additions & 2 deletions .github/workflows/build-and-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
DESCRIPTION: "Semantic editor"
MAC_IDENTIFIER: "net.df12.weaver"
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
# v7.0.0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
# v7.0.1

- name: Install uv
if: inputs.platform != 'linux'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
BUILD_PROFILE: debug
WHITAKER_INSTALLER_REV: 764d5a3199fa2999ae979255e467c9d96fd65780
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
with:
fetch-depth: 0
- name: Setup Rust
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
CS_ACCESS_TOKEN: ${{ secrets.CS_ACCESS_TOKEN || '' }}
CODESCENE_CLI_SHA256: ${{ vars.CODESCENE_CLI_SHA256 || '' }}
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
- name: Setup Rust
uses: leynos/shared-actions/.github/actions/setup-rust@18bed1ca49a6de3d8882bd72635a32ae3f023d57
- name: Generate coverage
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
should_upload_workflow_artifacts: ${{ steps.release_modes.outputs.should-upload-workflow-artifacts }}
repo_name: ${{ steps.repo_name.outputs.value }}
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
# v7.0.0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
# v7.0.1
- id: repo_name
name: Determine repository name
run: echo "value=${GITHUB_REPOSITORY#*/}" >>"$GITHUB_OUTPUT"
Expand Down Expand Up @@ -132,8 +132,8 @@ jobs:
- build-freebsd
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
# v7.0.0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
# v7.0.1
- name: Ensure release exists (draft)
shell: bash
run: |
Expand Down
Loading