Skip to content

chore(deps): update github/codeql-action action to v3.26.13 #162

chore(deps): update github/codeql-action action to v3.26.13

chore(deps): update github/codeql-action action to v3.26.13 #162

Workflow file for this run

name: "CI"
on: # yamllint disable-line rule:truthy
push:
paths:
- ".github/workflows/**"
branches:
- "main"
pull_request:
paths:
- ".github/workflows/**"
branches:
- "main"
- "!v[0-9]*"
permissions:
contents: "read"
jobs:
lint-workflows:
runs-on: "ubuntu-latest"
steps:
- name: "Harden Runner"
uses: "step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7" # v2.10.1
with:
egress-policy: "audit"
- name: "Git checkout"
uses: "actions/checkout@d632683dd7b4114ad314bca15554477dd762a938" # v4.2.0
env:
GIT_COMMITTER_NAME: "GitHub Actions Shell"
GIT_AUTHOR_NAME: "GitHub Actions Shell"
EMAIL: "github-actions[bot]@users.noreply.github.com"
# From https://github.com/rhysd/actionlint/blob/main/docs/usage.md#use-actionlint-on-github-actions
- name: "Check workflow files"
run: |
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
./actionlint -color -shellcheck=""