Skip to content

Bump github/codeql-action from 3.25.1 to 3.25.3 #26

Bump github/codeql-action from 3.25.1 to 3.25.3

Bump github/codeql-action from 3.25.1 to 3.25.3 #26

Workflow file for this run

---
name: Super-Linter
on:
pull_request:
branches:
- main
types:
- edited
- opened
- reopened
- synchronize
permissions: {}
jobs:
super-linter:
name: Super-Linter
runs-on: ubuntu-latest
permissions:
contents: read
statuses: write
steps:
- name: Checkout
id: checkout
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
with:
fetch-depth: 0
- name: Run Super-Linter
id: super_linter
uses: super-linter/super-linter/slim@4758be622215d0954c8353ee4877ffd60111cf8e # v6.4.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}