mirror of
https://github.com/ko-build/ko.git
synced 2025-11-06 09:19:12 +02:00
Update common github actions
Signed-off-by: Knative Automation <automation@knative.team>
This commit is contained in:
5
.github/workflows/knative-security.yaml
vendored
5
.github/workflows/knative-security.yaml
vendored
@@ -37,11 +37,6 @@ jobs:
|
||||
# a pull request then we can checkout the head.
|
||||
fetch-depth: 2
|
||||
|
||||
# If this run was triggered by a pull request event, then checkout
|
||||
# the head of the pull request instead of the merge commit.
|
||||
- run: git checkout HEAD^2
|
||||
if: ${{ github.event_name == 'pull_request' }}
|
||||
|
||||
# Initializes the CodeQL tools for scanning.
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v1
|
||||
|
||||
2
.github/workflows/knative-style.yaml
vendored
2
.github/workflows/knative-style.yaml
vendored
@@ -147,7 +147,7 @@ jobs:
|
||||
git check-attr --stdin linguist-generated | grep -Ev ': (set|true)$' | cut -d: -f1 |
|
||||
git check-attr --stdin linguist-vendored | grep -Ev ': (set|true)$' | cut -d: -f1 |
|
||||
grep -Ev '^(vendor/|third_party/|.git)' |
|
||||
xargs misspell -error |
|
||||
xargs misspell -i importas -error |
|
||||
reviewdog -efm="%f:%l:%c: %m" \
|
||||
-name="github.com/client9/misspell" \
|
||||
-reporter="github-pr-check" \
|
||||
|
||||
Reference in New Issue
Block a user