Skip to content

Commit

Permalink
Merge branch 'main' into kafka-3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurUT authored Oct 31, 2023
2 parents fca47cf + 3d93f0a commit 948c39c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fetch-depth: 0

- name: Lint Code Base
uses: super-linter/super-linter@v5.4.3
uses: super-linter/super-linter@v5.5.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BRANCH: main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
output: 'trivy-results.sarif'

- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/[email protected].4
uses: github/codeql-action/[email protected].5
with:
sarif_file: 'trivy-results.sarif'

0 comments on commit 948c39c

Please sign in to comment.