Skip to content

Commit 8eccaad

Browse files
Bump the github_actions group with 2 updates (#1384)
Bumps the github_actions group with 2 updates: [oxsecurity/megalinter](https://github.com/oxsecurity/megalinter) and [github/codeql-action](https://github.com/github/codeql-action). Updates `oxsecurity/megalinter` from 8.6.0 to 8.7.0 - [Release notes](https://github.com/oxsecurity/megalinter/releases) - [Changelog](https://github.com/oxsecurity/megalinter/blob/main/CHANGELOG.md) - [Commits](oxsecurity/megalinter@04cf22b...5a91fb0) Updates `github/codeql-action` from 3.28.16 to 3.28.17 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@28deaed...60168ef) --- updated-dependencies: - dependency-name: oxsecurity/megalinter dependency-version: 8.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github_actions - dependency-name: github/codeql-action dependency-version: 3.28.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github_actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0e8722c commit 8eccaad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/mega-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
id: ml
5656
# You can override MegaLinter flavor used to have faster performances
5757
# More info at https://megalinter.io/flavors/
58-
uses: oxsecurity/megalinter/flavors/python@04cf22b980c2e9c2121553417ed651c944afc8e1 # 8.6.0
58+
uses: oxsecurity/megalinter/flavors/python@5a91fb06c83d0e69fbd23756d47438aa723b4a5a # 8.7.0
5959
env:
6060
# All available variables are described in documentation
6161
# https://megalinter.io/configuration/

.github/workflows/trivy.yml

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

5757
- name: Upload Trivy scan results to GitHub Security tab
5858
if: ${{ github.event_name == 'schedule' }}
59-
uses: github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # 3.28.16
59+
uses: github/codeql-action/upload-sarif@60168efe1c415ce0f5521ea06d5c2062adbeed1b # 3.28.17
6060
with:
6161
sarif_file: "trivy-results.sarif"

0 commit comments

Comments
 (0)