Skip to content
Merged
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
7 changes: 0 additions & 7 deletions .github/actions/build-docker-image/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,6 @@ runs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v4

# - name: Login to Docker Hub
# if: inputs.push == true
# uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # tag=v3.3.0
# with:
# username: ${{ secrets.docker_username }}
# password: ${{ secrets.docker_password }}

- name: Login to GitHub Container Registry
if: ${{ inputs.push == 'true' }}
uses: docker/login-action@v4.1.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

run-tests:
needs: changed
name: 'Build & Test: node-${{ matrix.node_version }}, ${{ matrix.os }}'
name: 'Build & Test'
# if: needs.changed.outputs.should_skip != 'true'
runs-on: ${{ matrix.os }}

Expand All @@ -50,7 +50,7 @@ jobs:
uses: actions/checkout@v6

- name: Harden Runner
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # tag=v2.11.2
uses: step-security/harden-runner@v2.19.4
with:
disable-sudo: true
egress-policy: audit
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,5 @@ sw.*

# Claude
.claude/
.playwright-mcp/
docs/
2 changes: 1 addition & 1 deletion app/components/analysis/AnalysesTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ const onCloseNavToast = () => {
<div class="card flex justify-content-center refresh-switch">
<Button
v-tooltip.top="'Refresh table'"
:loading="status === 'pending'"
:loading="status.value === 'pending'"
aria-label="Filter"
class="table-refresh-btn"
icon="pi pi-refresh"
Expand Down
Loading
Loading