From 66c41660d09d34300275070b9826ef23ef53294b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Sep 2022 03:07:15 +0000 Subject: [PATCH 1/2] Bump ossf/scorecard-action from 2.0.3 to 2.0.4 Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.0.3 to 2.0.4. - [Release notes](https://github.com/ossf/scorecard-action/releases) - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md) - [Commits](https://github.com/ossf/scorecard-action/compare/865b4092859256271290c77adbd10a43f4779972...e363bfca00e752f91de7b7d2a77340e2e523cb18) --- updated-dependencies: - dependency-name: ossf/scorecard-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index bd8069c8..a3493dd1 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -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 From ba456b5426b1a588d210881526a86500a23b2d62 Mon Sep 17 00:00:00 2001 From: Ron Jaegers Date: Wed, 28 Sep 2022 08:29:55 +0200 Subject: [PATCH 2/2] linting-formatting.yml: disable reviewdog --- .github/workflows/linting-formatting.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/linting-formatting.yml b/.github/workflows/linting-formatting.yml index 7ccc6ef4..5045629e 100644 --- a/.github/workflows/linting-formatting.yml +++ b/.github/workflows/linting-formatting.yml @@ -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