Skip to content

Commit 9ad649f

Browse files
build(deps): bump the github-actions group across 1 directory with 6 updates (#37)
Bumps the github-actions group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [hendrikmuhs/ccache-action](https://github.com/hendrikmuhs/ccache-action) | `1.2.14` | `1.2.16` | | [oxsecurity/megalinter](https://github.com/oxsecurity/megalinter) | `8.3.0` | `8.4.1` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.5.0` | `4.6.0` | | [reviewdog/action-suggester](https://github.com/reviewdog/action-suggester) | `1.18.0` | `1.19.0` | | [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment) | `2.9.0` | `2.9.1` | | [actions/create-github-app-token](https://github.com/actions/create-github-app-token) | `1.11.1` | `1.11.2` | Updates `hendrikmuhs/ccache-action` from 1.2.14 to 1.2.16 - [Release notes](https://github.com/hendrikmuhs/ccache-action/releases) - [Commits](hendrikmuhs/ccache-action@ed74d11...5391144) Updates `oxsecurity/megalinter` from 8.3.0 to 8.4.1 - [Release notes](https://github.com/oxsecurity/megalinter/releases) - [Changelog](https://github.com/oxsecurity/megalinter/blob/main/CHANGELOG.md) - [Commits](oxsecurity/megalinter@1fc052d...839e6d6) Updates `actions/upload-artifact` from 4.5.0 to 4.6.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@6f51ac0...65c4c4a) Updates `reviewdog/action-suggester` from 1.18.0 to 1.19.0 - [Release notes](https://github.com/reviewdog/action-suggester/releases) - [Commits](reviewdog/action-suggester@db4abb1...a3026c6) Updates `marocchino/sticky-pull-request-comment` from 2.9.0 to 2.9.1 - [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases) - [Commits](marocchino/sticky-pull-request-comment@331f8f5...52423e0) Updates `actions/create-github-app-token` from 1.11.1 to 1.11.2 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@c1a2851...136412a) --- updated-dependencies: - dependency-name: hendrikmuhs/ccache-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: oxsecurity/megalinter dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: reviewdog/action-suggester dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: marocchino/sticky-pull-request-comment dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/create-github-app-token dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f07a11f commit 9ad649f

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
persist-credentials: false
4141
submodules: true
42-
- uses: hendrikmuhs/ccache-action@ed74d11c0b343532753ecead8a951bb09bb34bc9 # v1.2.14
42+
- uses: hendrikmuhs/ccache-action@53911442209d5c18de8a31615e0923161e435875 # v1.2.16
4343
with:
4444
key: ${{ matrix.target}}-${{ matrix.configuration }}
4545
- uses: lukka/run-cmake@af1be47fd7c933593f687731bc6fdbee024d3ff4 # v10.8

.github/workflows/linting-formatting.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
fetch-depth: 0
2929
persist-credentials: false
30-
- uses: oxsecurity/megalinter/flavors/documentation@1fc052d03c7a43c78fe0fee19c9d648b749e0c01 # v8.3.0
30+
- uses: oxsecurity/megalinter/flavors/documentation@839e6d63c0423eb74ce2578225f8b8b4bed63ede # v8.4.1
3131
env:
3232
APPLY_FIXES: all
3333
VALIDATE_ALL_CODEBASE: true
@@ -36,13 +36,13 @@ jobs:
3636
# if: ${{ success() || failure() }}
3737
# with:
3838
# sarif_file: megalinter-reports/megalinter-report.sarif
39-
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
39+
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
4040
if: ${{ success() || failure() }}
4141
with:
4242
name: linter
4343
path: |
4444
megalinter-reports
45-
- uses: reviewdog/action-suggester@db4abb16fbaabe386831e5addb7be1485d0d63d3
45+
- uses: reviewdog/action-suggester@a3026c6020837c23b61a79d12db223a00df19e6a
4646
with:
4747
tool_name: MegaLinter
4848
filter_mode: diff_context

.github/workflows/pr-conventional-title.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
doesn't start with an uppercase character.
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29-
- uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31 # v2.9.0
29+
- uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1
3030
if: always() && steps.pr-title.outputs.error_message != null
3131
with:
3232
header: pr-title-lint-error
@@ -40,7 +40,7 @@ jobs:
4040
${{ steps.pr-title.outputs.error_message }}
4141
4242
- if: steps.pr-title.outputs.error_message == null
43-
uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31 # v2.9.0
43+
uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1
4444
with:
4545
header: pr-title-lint-error
4646
delete: true

.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@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
21+
- uses: actions/create-github-app-token@136412a57a7081aa63c935a2cc2918f76c34f514 # v1.11.2
2222
id: token
2323
with:
2424
app-id: ${{ vars.FOREST_RELEASER_APP_ID }}

0 commit comments

Comments
 (0)