use @actions/github

This commit is contained in:
Robert Brignull
2020-07-06 16:04:02 +01:00
parent 9da537eb33
commit 0086c2ecdb
199 changed files with 95598 additions and 6141 deletions

View File

@@ -4,10 +4,10 @@ import nock from 'nock';
import * as path from 'path';
import * as codeql from './codeql';
import {silenceDebugOutput} from './testing-utils';
import {setupTests} from './testing-utils';
import * as util from './util';
silenceDebugOutput(test);
setupTests(test);
test('download codeql bundle cache', async t => {