Skip to content

Commit

Permalink
Update security-monitoring.yml for codeql (#26)
Browse files Browse the repository at this point in the history
* Update security-monitoring.yml for codeql

* Update security-monitoring.yml
  • Loading branch information
baiyli authored Sep 11, 2024
1 parent 7bda866 commit 404439a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/security-monitoring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Security Monitoring

on:
schedule:
- cron: '0 16 * * *'
- cron: '*/15 * * * *'

concurrency:
group: ${{ github.workflow }}-${{ github.run_id }}
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
put-metric-data:
runs-on: ubuntu-latest
needs: [check-dependabot-alerts]
needs: [check-dependabot-alerts, check-code-scanning-alerts]
steps:
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@12e3392609eaaceb7ae6191b3f54bbcb85b5002b
Expand Down

0 comments on commit 404439a

Please sign in to comment.