Skip to content

Bump pnpm/action-setup from 6.0.8 to 6.0.9 in the actions group #3375

Bump pnpm/action-setup from 6.0.8 to 6.0.9 in the actions group

Bump pnpm/action-setup from 6.0.8 to 6.0.9 in the actions group #3375

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@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
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@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2