diff --git a/.github/actions/build-docker-image/action.yaml b/.github/actions/build-docker-image/action.yaml index 07650a4..4fb04a8 100644 --- a/.github/actions/build-docker-image/action.yaml +++ b/.github/actions/build-docker-image/action.yaml @@ -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 diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5f440ff..9c2f4b6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 }} @@ -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 diff --git a/.gitignore b/.gitignore index 43a9cb4..ea0e415 100644 --- a/.gitignore +++ b/.gitignore @@ -100,4 +100,5 @@ sw.* # Claude .claude/ +.playwright-mcp/ docs/ \ No newline at end of file diff --git a/app/components/analysis/AnalysesTable.vue b/app/components/analysis/AnalysesTable.vue index a170c7a..6ddf239 100644 --- a/app/components/analysis/AnalysesTable.vue +++ b/app/components/analysis/AnalysesTable.vue @@ -492,7 +492,7 @@ const onCloseNavToast = () => {