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
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
security-events: write # Required for CodeQL results
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.7
uses: actions/checkout@v5.0.0

# Initializes the CodeQL tools for scanning. # Added CodeQL init
- name: Initialize CodeQL
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
# Removed incorrect permissions block from here
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.7
uses: actions/checkout@v5.0.0
# Removed incorrect CodeQL init from here

- name: Install pnpm
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v') # Only run for tags
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.7
uses: actions/checkout@v5.0.0

- name: Install pnpm
uses: pnpm/action-setup@v4
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v') # Only run for tags
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.7
uses: actions/checkout@v5.0.0

- name: Set up QEMU
uses: docker/setup-qemu-action@v3.2.0
Expand Down
Loading