Skip to content

Commit eeb2cc7

Browse files
build(deps): bump the github-actions group across 1 directory with 5 updates
Bumps the github-actions group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [hendrikmuhs/ccache-action](https://github.com/hendrikmuhs/ccache-action) | `1.2.19` | `1.2.23` | | [lukka/run-cmake](https://github.com/lukka/run-cmake) | `10.8` | `10.9` | | [carlosperate/arm-none-eabi-gcc-action](https://github.com/carlosperate/arm-none-eabi-gcc-action) | `1.10.1` | `1.12.3` | | [oxsecurity/megalinter](https://github.com/oxsecurity/megalinter) | `9.0.1` | `9.5.0` | | [github/codeql-action](https://github.com/github/codeql-action) | `4.35.2` | `4.35.5` | Updates `hendrikmuhs/ccache-action` from 1.2.19 to 1.2.23 - [Release notes](https://github.com/hendrikmuhs/ccache-action/releases) - [Commits](hendrikmuhs/ccache-action@bfa03e1...d62db5f) Updates `lukka/run-cmake` from 10.8 to 10.9 - [Release notes](https://github.com/lukka/run-cmake/releases) - [Commits](lukka/run-cmake@af1be47...5d55ea7) Updates `carlosperate/arm-none-eabi-gcc-action` from 1.10.1 to 1.12.3 - [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@a532c97...0725d97) Updates `oxsecurity/megalinter` from 9.0.1 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@0dcbedd...0e3ce9b) Updates `github/codeql-action` from 4.35.2 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@95e58e9...9e0d7b8) --- updated-dependencies: - dependency-name: carlosperate/arm-none-eabi-gcc-action dependency-version: 1.12.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: github/codeql-action dependency-version: 4.35.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: hendrikmuhs/ccache-action dependency-version: 1.2.23 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: lukka/run-cmake dependency-version: '10.9' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: oxsecurity/megalinter dependency-version: 9.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fca3942 commit eeb2cc7

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2424
with:
2525
persist-credentials: false
26-
- uses: hendrikmuhs/ccache-action@bfa03e1de4d7f7c3e80ad9109feedd05c4f5a716 # v1.2.19
26+
- uses: hendrikmuhs/ccache-action@d62db5f07c26379fc4b4e0916f098a92573c3b03 # v1.2.23
2727
with:
2828
key: ${{ github.job }}-ubuntu-latest
2929
max-size: 2G
3030
save: ${{ github.ref == 'refs/heads/main' }}
3131
- uses: seanmiddleditch/gha-setup-ninja@3b1f8f94a2f8254bd26914c4ab9474d4f0015f67 # v6
32-
- uses: lukka/run-cmake@af1be47fd7c933593f687731bc6fdbee024d3ff4 # v10.8
32+
- uses: lukka/run-cmake@5d55ea7949e25f69f0ecb516d8d572297e03a956 # v10.9
3333
with:
3434
configurePreset: "host"
3535
buildPreset: "host-Debug-WithPackage"
@@ -59,12 +59,12 @@ jobs:
5959
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6060
with:
6161
persist-credentials: false
62-
- uses: hendrikmuhs/ccache-action@bfa03e1de4d7f7c3e80ad9109feedd05c4f5a716 # v1.2.19
62+
- uses: hendrikmuhs/ccache-action@d62db5f07c26379fc4b4e0916f098a92573c3b03 # v1.2.23
6363
with:
6464
key: ${{ github.job }}-${{ matrix.os }}
6565
max-size: 2G
6666
save: ${{ github.ref == 'refs/heads/main' }}
67-
- uses: lukka/run-cmake@af1be47fd7c933593f687731bc6fdbee024d3ff4 # v10.8
67+
- uses: lukka/run-cmake@5d55ea7949e25f69f0ecb516d8d572297e03a956 # v10.9
6868
with:
6969
configurePreset: "host-single-Debug"
7070
buildPreset: "host-single-Debug"
@@ -106,11 +106,11 @@ jobs:
106106
with:
107107
persist-credentials: false
108108
- name: Install GNU Arm Embedded Toolchain ${{ matrix.gcc }}
109-
uses: carlosperate/arm-none-eabi-gcc-action@a532c97fbfff58385beb2247ae1464dc4cc71724 # v1.10.1
109+
uses: carlosperate/arm-none-eabi-gcc-action@0725d97b026acf7fc8e22dfd5bee912998879ba8 # v1.12.3
110110
with:
111111
release: ${{ matrix.gcc }}
112112
- run: sudo apt-get update && sudo apt-get install ninja-build xsltproc
113-
- uses: hendrikmuhs/ccache-action@bfa03e1de4d7f7c3e80ad9109feedd05c4f5a716 # v1.2.19
113+
- uses: hendrikmuhs/ccache-action@d62db5f07c26379fc4b4e0916f098a92573c3b03 # v1.2.23
114114
with:
115115
key: ${{ matrix.gcc }}-${{ matrix.configuration }}-${{ matrix.target }}
116116
max-size: 2G
@@ -120,7 +120,7 @@ jobs:
120120
name: hal_st
121121
- run: tar -zxvf hal_st-*.tar.gz
122122
- run: mkdir install && mv hal_st-*/* install/
123-
- uses: lukka/run-cmake@af1be47fd7c933593f687731bc6fdbee024d3ff4 # v10.8
123+
- uses: lukka/run-cmake@5d55ea7949e25f69f0ecb516d8d572297e03a956 # v10.9
124124
with:
125125
configurePreset: ${{ matrix.target }}
126126
buildPreset: ${{ matrix.target }}-${{ matrix.configuration }}

.github/workflows/linting-formatting.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828
fetch-depth: 0
2929
persist-credentials: false
3030
token: ${{ secrets.PRIVATE_REPO_TOKEN }}
31-
- uses: oxsecurity/megalinter/flavors/c_cpp@0dcbedd66ea456ba2d54fd350affaa15df8a0da3 # v9.0.1
31+
- uses: oxsecurity/megalinter/flavors/c_cpp@0e3ce9b9c8c10effb9b269509cc47ca17cae31c7 # v9.5.0
3232
env:
3333
APPLY_FIXES: all
3434
VALIDATE_ALL_CODEBASE: true
3535
GITHUB_TOKEN: ${{ secrets.PRIVATE_REPO_TOKEN }}
3636
- run: git diff
37-
- uses: github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v3.29.5
37+
- uses: github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v3.29.5
3838
if: false
3939
with:
4040
sarif_file: megalinter-reports/megalinter-report.sarif

0 commit comments

Comments
 (0)