Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge main into v1 #372

Merged
merged 19 commits into from
Jan 25, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
2a6d6c5
Update ESLint configuration
ericcornelissen Jan 15, 2021
9a753aa
Removed unused vars in config-utils.test.ts
ericcornelissen Jan 15, 2021
946779f
Run `npm run-script build`
ericcornelissen Jan 15, 2021
b0adc41
Merge pull request #364 from ericcornelissen/eslint/no-unused-vars
robertbrignull Jan 18, 2021
cb574a7
only insert external repos token if supplied
robertbrignull Jan 19, 2021
d0ac97e
Add results limit to description
felicitymay Jan 19, 2021
a3a8231
Update upload-sarif/action.yml
felicitymay Jan 19, 2021
a1bfa76
Merge pull request #369 from felicitymay/patch-1
robertbrignull Jan 19, 2021
cfdf2ea
move .github/workflows back where it was
robertbrignull Jan 21, 2021
504cb5e
Merge pull request #371 from github/robertbrignull/pr-checks-workflow
robertbrignull Jan 21, 2021
1013277
Merge branch 'main' into robertbrignull/external-token-fix
robertbrignull Jan 22, 2021
484a9ad
Merge pull request #368 from github/robertbrignull/external-token-fix
robertbrignull Jan 22, 2021
4547749
Do not warn users if a workflow cannot be read
simon-engledew Jan 21, 2021
28e2860
Correctly report WorkflowMissing
simon-engledew Jan 22, 2021
795b192
Swap method naming to account for new functionality
simon-engledew Jan 22, 2021
8a9922d
Disambiguate report messages
simon-engledew Jan 22, 2021
6be1f5c
Add more granular exception handling
simon-engledew Jan 22, 2021
ee4d067
Fix wonky comment
simon-engledew Jan 22, 2021
7a340d3
Merge pull request #370 from github/simon-engledew/hide-workflow-not-…
simon-engledew Jan 25, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"@typescript-eslint/no-unsafe-call": "off",
"@typescript-eslint/no-unsafe-member-access": "off",
"@typescript-eslint/no-unsafe-return": "off",
"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/no-var-requires": "off",
"@typescript-eslint/prefer-regexp-exec": "off",
"@typescript-eslint/require-await": "off",
Expand Down
13 changes: 13 additions & 0 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
mkdir ../action
mv * .github ../action/
mv ../action/tests/multi-language-repo/{*,.github} .
mv ../action/.github/workflows .github
- uses: ./../action/init
- name: Build code
shell: bash
Expand Down Expand Up @@ -93,6 +94,7 @@ jobs:
mkdir ../action
mv * .github ../action/
mv ../action/tests/multi-language-repo/{*,.github} .
mv ../action/.github/workflows .github
- uses: ./../action/init
with:
tools: ${{ matrix.tools }}
Expand Down Expand Up @@ -126,6 +128,7 @@ jobs:
mkdir ../action
mv * .github ../action/
mv ../action/tests/multi-language-repo/{*,.github} .
mv ../action/.github/workflows .github
- uses: ./../action/init
with:
languages: go
Expand Down Expand Up @@ -159,6 +162,7 @@ jobs:
mkdir ../action
mv * .github ../action/
mv ../action/tests/multi-language-repo/{*,.github} .
mv ../action/.github/workflows .github
- uses: ./../action/init
with:
languages: go
Expand All @@ -185,6 +189,7 @@ jobs:
mkdir ../action
mv * .github ../action/
mv ../action/tests/multi-language-repo/{*,.github} .
mv ../action/.github/workflows .github
- uses: ./../action/init
with:
languages: go
Expand All @@ -205,6 +210,7 @@ jobs:
mkdir ../action
mv * .github ../action/
mv ../action/tests/multi-language-repo/{*,.github} .
mv ../action/.github/workflows .github
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down Expand Up @@ -246,6 +252,7 @@ jobs:
mkdir ../action
mv * .github ../action/
mv ../action/tests/multi-language-repo/{*,.github} .
mv ../action/.github/workflows .github
- uses: ./../action/init
with:
languages: javascript
Expand Down Expand Up @@ -339,6 +346,7 @@ jobs:
mkdir ../action
mv * .github ../action/
mv ../action/tests/multi-language-repo/{*,.github} .
mv ../action/.github/workflows .github

- name: Build runner
run: |
Expand Down Expand Up @@ -374,6 +382,7 @@ jobs:
mkdir ../action
mv * .github ../action/
mv ../action/tests/multi-language-repo/{*,.github} .
mv ../action/.github/workflows .github

- name: Build runner
run: |
Expand Down Expand Up @@ -410,6 +419,7 @@ jobs:
mkdir ../action
mv * .github ../action/
mv ../action/tests/multi-language-repo/{*,.github} .
mv ../action/.github/workflows .github

- name: Build runner
run: |
Expand Down Expand Up @@ -447,6 +457,7 @@ jobs:
mkdir ../action
mv * .github ../action/
mv ../action/tests/multi-language-repo/{*,.github} .
mv ../action/.github/workflows .github

- name: Build runner
run: |
Expand Down Expand Up @@ -481,6 +492,7 @@ jobs:
mkdir ../action
mv * .github ../action/
mv ../action/tests/multi-language-repo/{*,.github} .
mv ../action/.github/workflows .github

- name: Build runner
run: |
Expand Down Expand Up @@ -516,6 +528,7 @@ jobs:
mkdir ../action
mv * .github ../action/
mv ../action/tests/multi-language-repo/{*,.github} .
mv ../action/.github/workflows .github

- name: Build runner
run: |
Expand Down
46 changes: 28 additions & 18 deletions lib/actions-util.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/actions-util.js.map

Large diffs are not rendered by default.

Loading