Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ulises-jeremias/dotfiles
Browse files Browse the repository at this point in the history
* 'master' of github.com:ulises-jeremias/dotfiles:
  Update dependabot.yml
  Bump github/codeql-action from 3.24.3 to 3.24.5 (#44)
  • Loading branch information
ulises-jeremias committed Feb 24, 2024
2 parents 4189f09 + 93320ef commit 4ff70d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
2 changes: 1 addition & 1 deletion .github/workflows/security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ jobs:
output: "trivy-results.sarif"

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

0 comments on commit 4ff70d0

Please sign in to comment.