Skip to content

Bump github/codeql-action/upload-sarif from 4.36.2 to 4.37.1 #140

Bump github/codeql-action/upload-sarif from 4.36.2 to 4.37.1

Bump github/codeql-action/upload-sarif from 4.36.2 to 4.37.1 #140

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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
# Set up Node.js using a pinned commit SHA.
- name: Set up Node.js
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # 6.4.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