Skip to content

chore(workflows): update actions/checkout action to v4.1.3 #14689

chore(workflows): update actions/checkout action to v4.1.3

chore(workflows): update actions/checkout action to v4.1.3 #14689

Workflow file for this run

---
name: CodeQL
on:
push:
branches-ignore:
- 'l10n_*'
- 'renovate/*'
pull_request:
branches-ignore:
- 'l10n_*'
- 'renovate/*'
schedule:
- cron: '30 1 * * 0'
jobs:
codeql:
name: 🏭 CodeQL Scanning
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
- name: 🏗 Initialize CodeQL
uses: github/codeql-action/init@c7f9125735019aa87cfc361530512d50ea439c71 # v3
- name: 🚀 Perform CodeQL Analysis
uses: github/codeql-action/analyze@c7f9125735019aa87cfc361530512d50ea439c71 # v3