Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ossf/scorecard-action from 2.0.3 to 2.0.4 #13

Merged
merged 2 commits into from
Sep 28, 2022
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
8 changes: 4 additions & 4 deletions .github/workflows/linting-formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
name: linter
path: |
megalinter-reports
- uses: reviewdog/action-suggester@8f83d27e749053b2029600995c115026a010408e
with:
tool_name: reviewdog-suggester
filter_mode: diff_context
# - uses: reviewdog/action-suggester@8f83d27e749053b2029600995c115026a010408e
# with:
# tool_name: reviewdog-suggester
# filter_mode: diff_context
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
persist-credentials: false
- name: Analysis
uses: ossf/scorecard-action@865b4092859256271290c77adbd10a43f4779972
uses: ossf/scorecard-action@e363bfca00e752f91de7b7d2a77340e2e523cb18
with:
results_file: scorecards.sarif
results_format: sarif
Expand Down