Skip to content

Commit

Permalink
add dependabot (#86)
Browse files Browse the repository at this point in the history
* update codeql

* Add dependabot

* add missing id

* add scorecard on pr
  • Loading branch information
stephenegriffin authored Nov 18, 2024
1 parent 725e5ff commit eaae417
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily

- package-ecosystem: npm
directory: /
schedule:
interval: daily
1 change: 1 addition & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:
& $path\MSBuild\Current\Bin\amd64\msbuild.exe /m /p:Configuration="Release" ./FSSHTTPWOPIInspector/Test/WOPIautomation/WOPIautomation.sln
- name: Perform CodeQL Analysis
id: analyze
uses: github/codeql-action/analyze@396bb3e45325a47dd9ef434068033c6d5bb0d11a # v3.27.3
with:
category: "/language:${{matrix.language}}"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ on:
- cron: '20 7 * * 4' # Run every Thursday at 7:20 UTC
push:
branches: ["main"]
pull_request:
branches: [ "main" ]

# Declare default permissions as read only.
permissions: read-all
Expand Down

0 comments on commit eaae417

Please sign in to comment.