Skip to content

Commit 66bb1ee

Browse files
chore(deps): bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [hendrikmuhs/ccache-action](https://github.com/hendrikmuhs/ccache-action) and [github/codeql-action](https://github.com/github/codeql-action). Updates `hendrikmuhs/ccache-action` from 1.2.14 to 1.2.22 - [Release notes](https://github.com/hendrikmuhs/ccache-action/releases) - [Commits](hendrikmuhs/ccache-action@ed74d11...3352247) Updates `github/codeql-action` from 4.34.1 to 4.35.1 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@3869755...c10b806) --- updated-dependencies: - dependency-name: hendrikmuhs/ccache-action dependency-version: 1.2.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: github/codeql-action dependency-version: 4.35.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7ee8906 commit 66bb1ee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
/usr/local/share/powershell \
120120
/usr/share/dotnet
121121
df -h /
122-
- uses: hendrikmuhs/ccache-action@ed74d11c0b343532753ecead8a951bb09bb34bc9
122+
- uses: hendrikmuhs/ccache-action@33522472633dbd32578e909b315f5ee43ba878ce
123123
name: Xcode Compile Cache
124124
with:
125125
key: ${{ runner.os }}-ios-v3
@@ -198,7 +198,7 @@ jobs:
198198
with:
199199
distribution: "temurin"
200200
java-version: "21"
201-
- uses: hendrikmuhs/ccache-action@ed74d11c0b343532753ecead8a951bb09bb34bc9
201+
- uses: hendrikmuhs/ccache-action@33522472633dbd32578e909b315f5ee43ba878ce
202202
name: Xcode Compile Cache
203203
with:
204204
key: ${{ runner.os }}-macos-v2

.github/workflows/ossf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ jobs:
6767

6868
# Upload the results to GitHub's code scanning dashboard.
6969
- name: "Upload to code-scanning"
70-
uses: github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
70+
uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
7171
with:
7272
sarif_file: results.sarif

0 commit comments

Comments
 (0)