Skip to content

Commit

Permalink
Update codeql github workflow to use latest version and enable depend…
Browse files Browse the repository at this point in the history
…abot (#883)

* Update codeql github workflow to use latest version
* Update codeql github workflow to use latest version and enable dependabot
  • Loading branch information
Sangyoon21 authored Jun 12, 2024
1 parent e9d203c commit eef04e1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff #v3.25.8
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10

0 comments on commit eef04e1

Please sign in to comment.