Skip to content

Commit e4c3d99

Browse files
build(deps): bump the github-action-updates group across 1 directory with 2 updates
Bumps the github-action-updates group with 2 updates in the / directory: [hendrikmuhs/ccache-action](https://github.com/hendrikmuhs/ccache-action) and [oxsecurity/megalinter](https://github.com/oxsecurity/megalinter). 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 `oxsecurity/megalinter` from 8.5.0 to 8.6.0 - [Release notes](https://github.com/oxsecurity/megalinter/releases) - [Changelog](https://github.com/oxsecurity/megalinter/blob/main/CHANGELOG.md) - [Commits](oxsecurity/megalinter@1463330...04cf22b) --- updated-dependencies: - dependency-name: hendrikmuhs/ccache-action dependency-version: 1.2.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-action-updates - dependency-name: oxsecurity/megalinter dependency-version: 8.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-action-updates ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b0a312c commit e4c3d99

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
key: cache-winsdk
3535
- if: ${{ steps.cache-winsdk.outputs.cache-hit != 'true' }}
3636
run: ./get-winsdk.sh
37-
- uses: hendrikmuhs/ccache-action@a1209f81afb8c005c13b4296c32e363431bffea5 # v1.2.17
37+
- uses: hendrikmuhs/ccache-action@63069e3931dedbf3b63792097479563182fe70d1 # v1.2.18
3838
with:
3939
key: ${{ github.job }}
4040
max-size: 2G
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: [ubuntu-24.04]
5050
steps:
5151
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
52-
- uses: hendrikmuhs/ccache-action@a1209f81afb8c005c13b4296c32e363431bffea5 # v1.2.17
52+
- uses: hendrikmuhs/ccache-action@63069e3931dedbf3b63792097479563182fe70d1 # v1.2.18
5353
with:
5454
key: ${{ github.job }}
5555
max-size: 2G
@@ -73,7 +73,7 @@ jobs:
7373
container: ghcr.io/philips-software/amp-devcontainer-cpp:5.6.2@sha256:a0804f7454d52564f07317f7e09a012261b6d9553dbe8854fcf265dce571cf86 # v5.6.2
7474
steps:
7575
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
76-
- uses: hendrikmuhs/ccache-action@a1209f81afb8c005c13b4296c32e363431bffea5 # v1.2.17
76+
- uses: hendrikmuhs/ccache-action@63069e3931dedbf3b63792097479563182fe70d1 # v1.2.18
7777
with:
7878
key: ${{ github.job }}
7979
max-size: 2G
@@ -101,7 +101,7 @@ jobs:
101101
container: ghcr.io/philips-software/amp-devcontainer-cpp:5.6.2@sha256:a0804f7454d52564f07317f7e09a012261b6d9553dbe8854fcf265dce571cf86 # v5.6.2
102102
steps:
103103
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
104-
- uses: hendrikmuhs/ccache-action@a1209f81afb8c005c13b4296c32e363431bffea5 # v1.2.17
104+
- uses: hendrikmuhs/ccache-action@63069e3931dedbf3b63792097479563182fe70d1 # v1.2.18
105105
with:
106106
key: ${{ github.job }}
107107
max-size: 2G
@@ -127,7 +127,7 @@ jobs:
127127
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
128128
with:
129129
persist-credentials: false
130-
- uses: hendrikmuhs/ccache-action@a1209f81afb8c005c13b4296c32e363431bffea5 # v1.2.17
130+
- uses: hendrikmuhs/ccache-action@63069e3931dedbf3b63792097479563182fe70d1 # v1.2.18
131131
with:
132132
key: ${{ github.job }}-${{ matrix.os }}
133133
max-size: 2G

.github/workflows/linting-formatting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
fetch-depth: 0
2828
persist-credentials: false
29-
- uses: oxsecurity/megalinter/flavors/c_cpp@146333030da68e2e58c6ff826633824fabe01eaf # v8.5.0
29+
- uses: oxsecurity/megalinter/flavors/c_cpp@04cf22b980c2e9c2121553417ed651c944afc8e1 # v8.6.0
3030
env:
3131
APPLY_FIXES: all
3232
VALIDATE_ALL_CODEBASE: true

.github/workflows/static-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fetch-depth: 0 # Disable shallow clone to enable blame information
2828
persist-credentials: false
2929

30-
- uses: hendrikmuhs/ccache-action@a1209f81afb8c005c13b4296c32e363431bffea5 # v1.2.17
30+
- uses: hendrikmuhs/ccache-action@63069e3931dedbf3b63792097479563182fe70d1 # v1.2.18
3131
with:
3232
key: ${{ github.job }}
3333
max-size: 2G
@@ -70,7 +70,7 @@ jobs:
7070
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7171
with:
7272
persist-credentials: false
73-
- uses: hendrikmuhs/ccache-action@a1209f81afb8c005c13b4296c32e363431bffea5 # v1.2.17
73+
- uses: hendrikmuhs/ccache-action@63069e3931dedbf3b63792097479563182fe70d1 # v1.2.18
7474
with:
7575
key: ${{ github.job }}
7676
- uses: github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16

0 commit comments

Comments
 (0)