Skip to content

Commit e867959

Browse files
dependabot[bot]Copilotgabrielfrasantos
authored
build(deps): bump the patch-minor-action-updates group with 3 updates (#148)
* build(deps): bump the patch-minor-action-updates group with 3 updates Bumps the patch-minor-action-updates group with 3 updates: [oxsecurity/megalinter](https://github.com/oxsecurity/megalinter), [github/codeql-action](https://github.com/github/codeql-action) and [actions/create-github-app-token](https://github.com/actions/create-github-app-token). Updates `oxsecurity/megalinter` from 9.4.0 to 9.5.0 - [Release notes](https://github.com/oxsecurity/megalinter/releases) - [Changelog](https://github.com/oxsecurity/megalinter/blob/main/CHANGELOG.md) - [Commits](oxsecurity/megalinter@8fbdead...0e3ce9b) Updates `github/codeql-action` from 4.35.3 to 4.35.5 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@e46ed2c...9e0d7b8) Updates `actions/create-github-app-token` from 3.1.1 to 3.2.0 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Changelog](https://github.com/actions/create-github-app-token/blob/main/CHANGELOG.md) - [Commits](actions/create-github-app-token@1b10c78...bcd2ba4) --- updated-dependencies: - dependency-name: oxsecurity/megalinter dependency-version: 9.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-minor-action-updates - dependency-name: github/codeql-action dependency-version: 4.35.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-minor-action-updates - dependency-name: actions/create-github-app-token dependency-version: 3.2.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> * chore: disable ACTION_ZIZMOR in megalinter configuration Agent-Logs-Url: https://github.com/embedded-pro/numerical-toolbox-cpp/sessions/108cc823-1b37-466b-8080-be6606ea7e28 Co-authored-by: gabrielfrasantos <21131318+gabrielfrasantos@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: gabrielfrasantos <21131318+gabrielfrasantos@users.noreply.github.com>
1 parent b0361c1 commit e867959

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/linting-formatting.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ jobs:
3030
with:
3131
fetch-depth: 0
3232
persist-credentials: false
33-
- uses: oxsecurity/megalinter/flavors/c_cpp@8fbdead70d1409964ab3d5afa885e18ee85388bb # v9.4.0
33+
- uses: oxsecurity/megalinter/flavors/c_cpp@0e3ce9b9c8c10effb9b269509cc47ca17cae31c7 # v9.5.0
3434
env:
3535
APPLY_FIXES: all
3636
VALIDATE_ALL_CODEBASE: true
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3838
- run: git diff
39-
- uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
39+
- uses: github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
4040
if: ${{ success() || failure() }}
4141
with:
4242
sarif_file: megalinter-reports/megalinter-report.sarif

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Create Release
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
21+
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
2222
id: token
2323
with:
2424
app-id: ${{ vars.FOREST_RELEASER_APP_ID }}

.mega-linter.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,15 @@ ENABLE:
88
- XML
99
- YAML
1010
DISABLE_LINTERS:
11+
- ACTION_ZIZMOR
1112
- CPP_CPPLINT
1213
- REPOSITORY_DEVSKIM
1314
- REPOSITORY_GITLEAKS
1415
- REPOSITORY_KICS
1516
- REPOSITORY_SEMGREP
1617
- SPELL_CSPELL
1718
- JSON_V8R
18-
- REPOSITORY_SYFT
19+
- REPOSITORY_SYFT
1920
- YAML_V8R
2021
DISABLE_ERRORS_LINTERS:
2122
- MARKDOWN_MARKDOWN_LINK_CHECK

0 commit comments

Comments
 (0)