Skip to content

ci(deps): update actions/upload-artifact action to v7 #6413

ci(deps): update actions/upload-artifact action to v7

ci(deps): update actions/upload-artifact action to v7 #6413

---
name: CodeQL
on:
pull_request:
types: [opened, synchronize]
push:
branches: [main, 'renovate/**']
schedule:
- cron: '31 7 * * 3' # Every Wednesday at 7:31am UTC
concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
analyze:
env:
language: javascript
name: Analyze
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
- name: Initialize CodeQL
uses: github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
with:
languages: ${{ env.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
with:
category: '/language:${{ env.language }}'