mirror of
https://github.com/github/codeql-action.git
synced 2025-12-31 03:30:14 +08:00
15 lines
362 B
YAML
15 lines
362 B
YAML
name: Update default CodeQL bundle
|
|
description: Updates 'src/defaults.json' to point to a new CodeQL bundle release.
|
|
|
|
runs:
|
|
using: composite
|
|
steps:
|
|
- name: Install ts-node
|
|
shell: bash
|
|
run: npm install -g ts-node
|
|
|
|
- name: Run update script
|
|
working-directory: ${{ github.action_path }}
|
|
shell: bash
|
|
run: ts-node ./index.ts
|