Skip to content

chore(deps): update npm packages #69

chore(deps): update npm packages

chore(deps): update npm packages #69

Workflow file for this run

name: GitHub Actions Security Analysis
on:
workflow_dispatch:
pull_request:
types: [opened, synchronize]
paths:
- ".github/workflows/**"
push:
branches:
- main
- "renovate/**"
paths:
- ".github/workflows/**"
jobs:
zizmor:
name: zizmor latest via PyPI
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
persist-credentials: false
uses: taiki-e/install-action@8c39981484df4e7ba41af8e8e078ac546d5e1b11 # v2.46.8

Check failure on line 28 in .github/workflows/ci_security.yml

View workflow run for this annotation

GitHub Actions / GitHub Actions Security Analysis

Invalid workflow file

The workflow is not valid. .github/workflows/ci_security.yml (Line: 28, Col: 9): 'uses' is already defined .github/workflows/ci_security.yml (Line: 29, Col: 9): 'with' is already defined
with:
tool: zizmor
- name: Run zizmor 🌈
run: zizmor --format sarif . > results.sarif
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3
with:
sarif_file: results.sarif
category: zizmor