Skip to content

Commit 577fc45

Browse files
Merge pull request #306 from github/update-v1-d4eb1e36
Merge main into v1
2 parents 1de54f1 + d4eb1e3 commit 577fc45

12 files changed

Lines changed: 40 additions & 30 deletions

File tree

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,6 @@ jobs:
4141
steps:
4242
- name: Checkout repository
4343
uses: actions/checkout@v2
44-
with:
45-
# Must fetch at least the immediate parents so that if this is
46-
# a pull request then we can checkout the head of the pull request.
47-
# Only include this option if you are running this workflow on pull requests.
48-
fetch-depth: 2
49-
50-
# If this run was triggered by a pull request event then checkout
51-
# the head of the pull request instead of the merge commit.
52-
# Only include this step if you are running this workflow on pull requests.
53-
- run: git checkout HEAD^2
54-
if: ${{ github.event_name == 'pull_request' }}
5544

5645
# Initializes the CodeQL tools for scanning.
5746
- name: Initialize CodeQL

init/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 'CodeQL: Init'
2-
description: 'Setup the CodeQL tracer'
2+
description: 'Set up CodeQL'
33
author: 'GitHub'
44
inputs:
55
tools:

lib/codeql.js

Lines changed: 9 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/codeql.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/init.js

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/init.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/runner.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)