Skip to content

Commit

Permalink
build(deps): bump codacy/codacy-analysis-cli-action from 4.3.0 to 4.4…
Browse files Browse the repository at this point in the history
….0 (#363)
  • Loading branch information
dependabot[bot] authored Feb 13, 2024
1 parent 5ac8ba3 commit 57f8fda
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/codacy-security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Codacy Security Scan

on:
push:
branches:
- '!dependabot/**'
pull_request:
schedule:
- cron: '30 18 * * 2'
Expand All @@ -17,7 +19,7 @@ jobs:
uses: actions/checkout@v4

- name: Run Codacy Analysis CLI
uses: codacy/codacy-analysis-cli-action@v4.3.0
uses: codacy/codacy-analysis-cli-action@v4.4.0
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
verbose: true
Expand Down

0 comments on commit 57f8fda

Please sign in to comment.