Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

[StepSecurity] Apply security best practices #1618

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,8 @@ updates:
directory: /service/ossse
schedule:
interval: daily

- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
path: results.sarif
retention-days: 5
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v3
uses: github/codeql-action/upload-sarif@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
with:
# Path to SARIF file relative to the root of the repository
sarif_file: results.sarif
Expand Down
Loading