Skip to content

Commit

Permalink
chore(lint): bump kong/public-shared-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nowNick committed Oct 9, 2023
1 parent 0ca1642 commit 1583f6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Lua Check
if: steps.changed-files.outputs.any_changed == 'true'
uses: Kong/public-shared-actions/code-check-actions/lua-lint@33449c46c6766a3d3c8f167cc383381225862b36
uses: Kong/public-shared-actions/code-check-actions/lua-lint@v1.13.0
with:
additional_args: '--no-default-config --config .luacheckrc'
files: ${{ steps.changed-files.outputs.all_changed_files }}
2 changes: 1 addition & 1 deletion .github/workflows/sast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: Kong/public-shared-actions/security-actions/semgrep@33449c46c6766a3d3c8f167cc383381225862b36
- uses: Kong/public-shared-actions/security-actions/semgrep@v1.13.0

0 comments on commit 1583f6c

Please sign in to comment.