Skip to content

Bump pnpm/action-setup from 6.0.10 to 6.1.0 in the actions group #3391

Bump pnpm/action-setup from 6.0.10 to 6.1.0 in the actions group

Bump pnpm/action-setup from 6.0.10 to 6.1.0 in the actions group #3391

name: "CodeQL for dependabot"
on:
pull_request: null
jobs:
analyze:
if: github.actor == 'dependabot[bot]'
name: Analyze
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language: ['javascript']
steps:
- name: Checkout repository
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: 2
persist-credentials: false
- run: git checkout HEAD^2
if: ${{ github.event_name == 'pull_request' }}
- name: Initialize CodeQL
uses: github/codeql-action/init@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9