Skip to content

Commit

Permalink
chore(ci): bump super-linter/super-linter from 5 to 6 (#435)
Browse files Browse the repository at this point in the history
* chore(ci): bump super-linter/super-linter from 5 to 6

Bumps [super-linter/super-linter](https://github.com/super-linter/super-linter) from 5 to 6.
- [Release notes](https://github.com/super-linter/super-linter/releases)
- [Changelog](https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md)
- [Commits](super-linter/super-linter@v5...v6)

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

Signed-off-by: dependabot[bot] <support@github.com>

* fix: commented out log upload process as it was failing due to permission errors

* fix: Added log file permissions

* fix: Removed Checkov validation because there's no IaC files

* Update linter.yml

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Saptarshi Sarkar <saptarshi.programmer@gmail.com>
  • Loading branch information
dependabot[bot] and SaptarshiSarkar12 authored Feb 16, 2024
1 parent f5c3fd2 commit 5820ddd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
- name: Lint Code Base
id: lint
uses: super-linter/super-linter/slim@v5
uses: super-linter/super-linter/slim@v6
continue-on-error: true
env:
DEFAULT_BRANCH: master
Expand All @@ -39,6 +39,10 @@ jobs:
VALIDATE_CSHARP: false
VALIDATE_NATURAL_LANGUAGE: false
VALIDATE_YAML: false
VALIDATE_CHECKOV: false
VALIDATE_SHELL_SHFMT: false
- name: Set read and write permission in super linter log
run: sudo chmod 777 super-linter.log
- name: Upload Lint Result
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 5820ddd

Please sign in to comment.