Skip to content

Commit 0430042

Browse files
dependabot[bot]Weltraumschaf
authored andcommitted
Bump the github-actions-version-updates group across 1 directory with 2 updates
Bumps the github-actions-version-updates group with 2 updates in the /.github/workflows directory: [oxsecurity/megalinter](https://github.com/oxsecurity/megalinter) and [github/codeql-action/upload-sarif](https://github.com/github/codeql-action). Updates `oxsecurity/megalinter` from 9.6.0 to 10.0.0 - [Release notes](https://github.com/oxsecurity/megalinter/releases) - [Changelog](https://github.com/oxsecurity/megalinter/blob/main/CHANGELOG.md) - [Commits](oxsecurity/megalinter@ef3e84b...15e5b45) Updates `github/codeql-action/upload-sarif` from 4.37.4 to 4.37.6 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@f205ea1...5595cca) --- updated-dependencies: - dependency-name: oxsecurity/megalinter dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-version-updates - dependency-name: github/codeql-action/upload-sarif dependency-version: 4.37.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-version-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 53c9317 commit 0430042

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/mega-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
id: ml
4747
# You can override MegaLinter flavor used to have faster performances
4848
# More info at https://megalinter.github.io/flavors/
49-
uses: oxsecurity/megalinter@ef3e84b8b836d76db562d0f3ed7da61e8fd538bc # v9.6.0
49+
uses: oxsecurity/megalinter@15e5b45552097e318c93de385779ce3b1084052c # v10.0.0
5050
env:
5151
# All available variables are described in documentation
5252
# https://megalinter.github.io/configuration/

.github/workflows/oss-scorecard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333

3434
# Upload the results to GitHub's code scanning dashboard.
3535
- name: "Upload to code-scanning"
36-
uses: github/codeql-action/upload-sarif@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4
36+
uses: github/codeql-action/upload-sarif@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
3737
with:
3838
sarif_file: results.sarif

0 commit comments

Comments
 (0)