Skip to content

Commit c88c707

Browse files
chore(deps): bump the actions group across 1 directory with 2 updates (#4361)
Bumps the actions group with 2 updates in the / directory: [mozilla-actions/sccache-action](https://github.com/mozilla-actions/sccache-action) and [github/codeql-action](https://github.com/github/codeql-action). Updates `mozilla-actions/sccache-action` from 0.0.6 to 0.0.7 - [Release notes](https://github.com/mozilla-actions/sccache-action/releases) - [Commits](Mozilla-Actions/sccache-action@v0.0.6...v0.0.7) Updates `github/codeql-action` from 3.27.5 to 3.28.0 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@f09c1c0...48ab28a) --- updated-dependencies: - dependency-name: mozilla-actions/sccache-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Roman Gershman <roman@dragonflydb.io>
1 parent 937f1bc commit c88c707

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
touch /mnt/foo
9191
ls -la /mnt/foo
9292
- name: Run sccache-cache
93-
uses: mozilla-actions/sccache-action@v0.0.6
93+
uses: mozilla-actions/sccache-action@v0.0.7
9494

9595
- name: Configure Cache Env
9696
uses: actions/github-script@v7

.github/workflows/daily-builds.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
submodules: true
4040
- name: Run sccache-cache
41-
uses: mozilla-actions/sccache-action@v0.0.6
41+
uses: mozilla-actions/sccache-action@v0.0.7
4242

4343
- name: Configure Cache Env
4444
uses: actions/github-script@v7
@@ -75,7 +75,7 @@ jobs:
7575
with:
7676
submodules: true
7777
- name: Run sccache-cache
78-
uses: mozilla-actions/sccache-action@v0.0.6
78+
uses: mozilla-actions/sccache-action@v0.0.7
7979

8080
- name: Configure Cache Env
8181
uses: actions/github-script@v7

.github/workflows/daily-sanitizers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
submodules: true
3434

3535
- name: Run sccache-cache
36-
uses: mozilla-actions/sccache-action@v0.0.6
36+
uses: mozilla-actions/sccache-action@v0.0.7
3737

3838
- name: Configure Cache Env
3939
uses: actions/github-script@v7

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ jobs:
6868
# Upload the results to GitHub's code scanning dashboard (optional).
6969
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
7070
- name: "Upload to code-scanning"
71-
uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
71+
uses: github/codeql-action/upload-sarif@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
7272
with:
7373
sarif_file: results.sarif

0 commit comments

Comments
 (0)