Skip to content

Commit ce2cb65

Browse files
build(deps): bump the patch-minor-action-updates group across 1 directory with 5 updates (#249)
* build(deps): bump the patch-minor-action-updates group across 1 directory with 5 updates Bumps the patch-minor-action-updates group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [hendrikmuhs/ccache-action](https://github.com/hendrikmuhs/ccache-action) | `1.2.17` | `1.2.18` | | [carlosperate/arm-none-eabi-gcc-action](https://github.com/carlosperate/arm-none-eabi-gcc-action) | `1.10.0` | `1.10.1` | | [oxsecurity/megalinter](https://github.com/oxsecurity/megalinter) | `8.5.0` | `8.7.0` | | [github/codeql-action](https://github.com/github/codeql-action) | `3.28.16` | `3.28.18` | | [actions/create-github-app-token](https://github.com/actions/create-github-app-token) | `2.0.2` | `2.0.6` | Updates `hendrikmuhs/ccache-action` from 1.2.17 to 1.2.18 - [Release notes](https://github.com/hendrikmuhs/ccache-action/releases) - [Commits](hendrikmuhs/ccache-action@a1209f8...63069e3) Updates `carlosperate/arm-none-eabi-gcc-action` from 1.10.0 to 1.10.1 - [Release notes](https://github.com/carlosperate/arm-none-eabi-gcc-action/releases) - [Changelog](https://github.com/carlosperate/arm-none-eabi-gcc-action/blob/main/CHANGELOG.md) - [Commits](carlosperate/arm-none-eabi-gcc-action@f3be82d...a532c97) Updates `oxsecurity/megalinter` from 8.5.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@1463330...5a91fb0) Updates `github/codeql-action` from 3.28.16 to 3.28.18 - [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...ff0a06e) Updates `actions/create-github-app-token` from 2.0.2 to 2.0.6 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@3ff1caa...df432ce) --- updated-dependencies: - dependency-name: hendrikmuhs/ccache-action dependency-version: 1.2.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-minor-action-updates - dependency-name: carlosperate/arm-none-eabi-gcc-action dependency-version: 1.10.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-minor-action-updates - dependency-name: oxsecurity/megalinter dependency-version: 8.7.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.28.18 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: 2.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-minor-action-updates ... Signed-off-by: dependabot[bot] <support@github.com> * Add --check-level=exhaustive to cpplint arguments * Add --check-level=exhaustive to cppcheck arguments --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Richard Peters <richard.peters@philips.com>
1 parent 308b0c1 commit ce2cb65

File tree

5 files changed

+11
-10
lines changed

5 files changed

+11
-10
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3030
with:
3131
persist-credentials: false
32-
- uses: hendrikmuhs/ccache-action@a1209f81afb8c005c13b4296c32e363431bffea5 # v1.2.17
32+
- uses: hendrikmuhs/ccache-action@63069e3931dedbf3b63792097479563182fe70d1 # v1.2.18
3333
with:
3434
key: ${{ github.job }}-${{ matrix.os }}
3535
variant: sccache
@@ -65,10 +65,10 @@ jobs:
6565
with:
6666
persist-credentials: false
6767
- name: Install GNU Arm Embedded Toolchain ${{ matrix.gcc }}
68-
uses: carlosperate/arm-none-eabi-gcc-action@f3be82dce0d93e59bb84bbc1ad67c74068e35507 # v1.10.0
68+
uses: carlosperate/arm-none-eabi-gcc-action@a532c97fbfff58385beb2247ae1464dc4cc71724 # v1.10.1
6969
with:
7070
release: ${{ matrix.gcc }}
71-
- uses: hendrikmuhs/ccache-action@a1209f81afb8c005c13b4296c32e363431bffea5 # v1.2.17
71+
- uses: hendrikmuhs/ccache-action@63069e3931dedbf3b63792097479563182fe70d1 # v1.2.18
7272
with:
7373
key: ${{ matrix.gcc }}-${{ matrix.configuration }}
7474
- run: |

.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@146333030da68e2e58c6ff826633824fabe01eaf # v8.5.0
30+
- uses: oxsecurity/megalinter/flavors/c_cpp@5a91fb06c83d0e69fbd23756d47438aa723b4a5a # v8.7.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@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
36+
- uses: github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
3737
if: ${{ success() || failure() }}
3838
with:
3939
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@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
21+
- uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
2222
id: token
2323
with:
2424
app-id: ${{ vars.FOREST_RELEASER_APP_ID }}

.github/workflows/static-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
wget -qN "https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-${{ env.SONAR_SCANNER_VERSION }}-linux.zip"
3333
unzip -qqo "sonar-scanner-cli-${{ env.SONAR_SCANNER_VERSION }}-linux.zip"
3434
echo "${PWD}/sonar-scanner-${{ env.SONAR_SCANNER_VERSION }}-linux/bin" >> "$GITHUB_PATH"
35-
- uses: hendrikmuhs/ccache-action@a1209f81afb8c005c13b4296c32e363431bffea5 # v1.2.17
35+
- uses: hendrikmuhs/ccache-action@63069e3931dedbf3b63792097479563182fe70d1 # v1.2.18
3636
with:
3737
key: ${{ github.job }}
3838
max-size: 2G
@@ -64,15 +64,15 @@ jobs:
6464
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6565
with:
6666
persist-credentials: false
67-
- uses: hendrikmuhs/ccache-action@a1209f81afb8c005c13b4296c32e363431bffea5 # v1.2.17
67+
- uses: hendrikmuhs/ccache-action@63069e3931dedbf3b63792097479563182fe70d1 # v1.2.18
6868
with:
6969
key: ${{ github.job }}
70-
- uses: github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
70+
- uses: github/codeql-action/init@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
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@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
78+
- uses: github/codeql-action/analyze@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18

.mega-linter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ SARIF_REPORTER: true
2626
PRINT_ALPACA: false
2727
SHOW_SKIPPED_LINTERS: false
2828
JSON_JSONLINT_ARGUMENTS: --mode cjson
29+
CPP_CPPCHECK_ARGUMENTS: --check-level=exhaustive

0 commit comments

Comments
 (0)