Skip to content

Bump github/codeql-action from 4.31.2 to 4.31.5 #82

Bump github/codeql-action from 4.31.2 to 4.31.5

Bump github/codeql-action from 4.31.2 to 4.31.5 #82

Workflow file for this run

# Copyright 2025, Intel Corporation
# SPDX-License-Identifier: BSD
name: Test Grammar
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
# Check out the repository using a pinned commit SHA.
- name: Check out repository
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
# Set up Node.js using a pinned commit SHA.
- name: Set up Node.js
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # 6.0.0
# Replace the above SHA with your chosen pinned commit.
with:
node-version: '18'
# Install the vscode-tmgrammar-test package.
- name: Install vscode-tmgrammar-test globally
run: npm install -g vscode-tmgrammar-test
# Run grammar tests from the tests folder.
- name: Run grammar tests
run: vscode-tmgrammar-test tests/*.ispc