Skip to content

Commit 45e0078

Browse files
build(deps): bump the patch-minor-action-updates group across 1 directory with 2 updates (#252)
Bumps the patch-minor-action-updates group with 2 updates in the / directory: [oxsecurity/megalinter](https://github.com/oxsecurity/megalinter) and [github/codeql-action](https://github.com/github/codeql-action). Updates `oxsecurity/megalinter` from 8.7.0 to 8.8.0 - [Release notes](https://github.com/oxsecurity/megalinter/releases) - [Changelog](https://github.com/oxsecurity/megalinter/blob/main/CHANGELOG.md) - [Commits](oxsecurity/megalinter@5a91fb0...e08c2b0) Updates `github/codeql-action` from 3.28.19 to 3.29.0 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@fca7ace...ce28f5b) --- updated-dependencies: - dependency-name: oxsecurity/megalinter dependency-version: 8.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-minor-action-updates - dependency-name: github/codeql-action dependency-version: 3.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-minor-action-updates ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e5c8cad commit 45e0078

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/linting-formatting.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ jobs:
2727
with:
2828
fetch-depth: 0
2929
persist-credentials: false
30-
- uses: oxsecurity/megalinter/flavors/c_cpp@5a91fb06c83d0e69fbd23756d47438aa723b4a5a # v8.7.0
30+
- uses: oxsecurity/megalinter/flavors/c_cpp@e08c2b05e3dbc40af4c23f41172ef1e068a7d651 # v8.8.0
3131
env:
3232
APPLY_FIXES: all
3333
VALIDATE_ALL_CODEBASE: true
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3535
- run: git diff
36-
- uses: github/codeql-action/upload-sarif@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
36+
- uses: github/codeql-action/upload-sarif@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
3737
if: ${{ success() || failure() }}
3838
with:
3939
sarif_file: megalinter-reports/megalinter-report.sarif

.github/workflows/static-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@ jobs:
6767
- uses: hendrikmuhs/ccache-action@63069e3931dedbf3b63792097479563182fe70d1 # v1.2.18
6868
with:
6969
key: ${{ github.job }}
70-
- uses: github/codeql-action/init@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
70+
- uses: github/codeql-action/init@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
7171
with:
7272
languages: cpp
7373
- uses: lukka/run-cmake@af1be47fd7c933593f687731bc6fdbee024d3ff4 # v10.8
7474
with:
7575
configurePreset: "continuous-integration"
7676
buildPreset: "continuous-integration"
7777
configurePresetAdditionalArgs: "['-DCMAKE_C_COMPILER_LAUNCHER=ccache', '-DCMAKE_CXX_COMPILER_LAUNCHER=ccache']"
78-
- uses: github/codeql-action/analyze@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
78+
- uses: github/codeql-action/analyze@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0

0 commit comments

Comments
 (0)