Skip to content

Commit

Permalink
Bump github/super-linter from 4.7.3 to 4.8.0 (#2350)
Browse files Browse the repository at this point in the history
* Bump github/super-linter from 4.7.3 to 4.8.0

Bumps [github/super-linter](https://github.com/github/super-linter) from 4.7.3 to 4.8.0.
- [Release notes](https://github.com/github/super-linter/releases)
- [Changelog](https://github.com/github/super-linter/blob/master/docs/release-process.md)
- [Commits](github/super-linter@v4.7.3...v4.8.0)

---
updated-dependencies:
- dependency-name: github/super-linter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Fix queries failing linting

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Barry <[email protected]>
  • Loading branch information
dependabot[bot] and tunetheweb authored Sep 29, 2021
1 parent 550d507 commit e694ba2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
echo "VALIDATE_ALL_CODEBASE=false" >> $GITHUB_ENV
- name: Lint Code Base
uses: github/super-linter@v4.7.3
uses: github/super-linter@v4.8.0
#uses: docker://github/super-linter:v4.7.1
env:
DEFAULT_BRANCH: main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Use more complete checks for generated HTML linting
run: cp -f .github/linters/.htmlhintrc_morechecks .github/linters/.htmlhintrc
- name: Lint Generated HTML
uses: github/super-linter@v4.7.3
uses: github/super-linter@v4.8.0
env:
DEFAULT_BRANCH: main
FILTER_REGEX_INCLUDE: src/static/html/.*
Expand Down
4 changes: 2 additions & 2 deletions sql/2021/caching/header_trends.sql
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ WITH summary_requests AS (
*
FROM
`httparchive.summary_requests.2019_07_01_*`
UNION ALL
UNION ALL
SELECT
'2020' AS year,
_TABLE_SUFFIX AS client,
*
FROM
`httparchive.summary_requests.2020_08_01_*`
UNION ALL
UNION ALL
SELECT
'2021' AS year,
_TABLE_SUFFIX AS client,
Expand Down
3 changes: 1 addition & 2 deletions sql/2021/caching/top_hosts_using_immutable.sql
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@ GROUP BY
ORDER BY
client,
pct_requests DESC
LIMIT
200
LIMIT 200

0 comments on commit e694ba2

Please sign in to comment.