Skip to content

Commit 9465f4f

Browse files
Bump the actions-dependencies group in /.github/workflows with 6 updates
Bumps the actions-dependencies group in /.github/workflows with 6 updates: | Package | From | To | | --- | --- | --- | | [actions/deploy-pages](https://github.com/actions/deploy-pages) | `4.0.5` | `5.0.0` | | [actions/cache](https://github.com/actions/cache) | `5.0.3` | `5.0.4` | | [crate-ci/typos](https://github.com/crate-ci/typos) | `1.44.0` | `1.45.0` | | [github/codeql-action](https://github.com/github/codeql-action) | `4.32.6` | `4.35.1` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `8.0.0` | `8.0.1` | | [Schneegans/dynamic-badges-action](https://github.com/schneegans/dynamic-badges-action) | `1.7.0` | `1.8.0` | Updates `actions/deploy-pages` from 4.0.5 to 5.0.0 - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](actions/deploy-pages@d6db901...cd2ce8f) Updates `actions/cache` from 5.0.3 to 5.0.4 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@cdf6c1f...6682284) Updates `crate-ci/typos` from 1.44.0 to 1.45.0 - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](crate-ci/typos@631208b...02ea592) Updates `github/codeql-action` from 4.32.6 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@0d579ff...c10b806) Updates `actions/download-artifact` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@70fc10c...3e5f45b) Updates `Schneegans/dynamic-badges-action` from 1.7.0 to 1.8.0 - [Release notes](https://github.com/schneegans/dynamic-badges-action/releases) - [Changelog](https://github.com/Schneegans/dynamic-badges-action/blob/master/changelog.md) - [Commits](Schneegans/dynamic-badges-action@e9a478b...0e50b8b) --- updated-dependencies: - dependency-name: actions/deploy-pages dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-dependencies - dependency-name: actions/cache dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-dependencies - dependency-name: crate-ci/typos dependency-version: 1.45.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-dependencies - dependency-name: github/codeql-action dependency-version: 4.35.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-dependencies - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-dependencies - dependency-name: Schneegans/dynamic-badges-action dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c9ca91c commit 9465f4f

11 files changed

Lines changed: 22 additions & 22 deletions

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
steps:
3838
- name: Deploy the documentation to GitHub Pages
3939
id: deployment
40-
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5
40+
uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5.0.0

.github/workflows/nightly.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
fetch-depth: 0
132132

133133
- name: Restore vcpkg cache
134-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
134+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
135135
id: cache
136136
with:
137137
path: vcpkg_pkgs_cache.zip
@@ -243,7 +243,7 @@ jobs:
243243
244244
- name: Save vcpkg cache
245245
if: steps.cache.outputs.cache-hit != 'true'
246-
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
246+
uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
247247
with:
248248
path: ${{github.workspace}}/vcpkg_pkgs_cache.zip
249249
key: ${{ steps.cache.outputs.cache-primary-key }}
@@ -273,7 +273,7 @@ jobs:
273273
fetch-depth: 0
274274

275275
- name: Restore vcpkg cache
276-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
276+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
277277
id: cache
278278
with:
279279
path: vcpkg_pkgs_cache.zip
@@ -354,7 +354,7 @@ jobs:
354354
355355
- name: Save vcpkg cache
356356
if: steps.cache.outputs.cache-hit != 'true'
357-
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
357+
uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
358358
with:
359359
path: ${{github.workspace}}/vcpkg_pkgs_cache.zip
360360
key: ${{ steps.cache.outputs.cache-primary-key }}

.github/workflows/reusable_basic.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ jobs:
286286
arch: x64
287287

288288
- name: Restore vcpkg cache
289-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
289+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
290290
id: cache
291291
with:
292292
path: vcpkg_pkgs_cache.zip
@@ -436,7 +436,7 @@ jobs:
436436
437437
- name: Save vcpkg cache
438438
if: steps.cache.outputs.cache-hit != 'true'
439-
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
439+
uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
440440
with:
441441
path: ${{github.workspace}}/vcpkg_pkgs_cache.zip
442442
key: ${{ steps.cache.outputs.cache-primary-key }}

.github/workflows/reusable_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
./scripts/check_license/check_headers.sh . "Apache-2.0 WITH LLVM-exception" -v
5858
5959
- name: Run a spell check
60-
uses: crate-ci/typos@631208b7aac2daa8b707f55e7331f9112b0e062d # v1.44.0
60+
uses: crate-ci/typos@02ea592e44b3a53c302f697cddca7641cd051c3d # v1.45.0
6161
with:
6262
config: ./.github/workflows/.spellcheck-conf.toml
6363

.github/workflows/reusable_codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ jobs:
4141
python-version: "3.10"
4242

4343
- name: Initialize CodeQL
44-
uses: github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
44+
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
4545
with:
4646
languages: cpp
4747
trap-caching: false
4848

4949
- name: "[Win] Restore vcpkg cache"
5050
if: matrix.os == 'windows-latest'
51-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
51+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
5252
id: cache
5353
with:
5454
path: vcpkg_pkgs_cache.zip
@@ -108,7 +108,7 @@ jobs:
108108
run: cmake --build ${{env.BUILD_DIR}} --config Release -j
109109

110110
- name: Perform CodeQL Analysis
111-
uses: github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
111+
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
112112

113113
- name: "[Win] Prepare vcpkg cache"
114114
if: matrix.os == 'windows-latest' && steps.cache.outputs.cache-hit != 'true'
@@ -117,7 +117,7 @@ jobs:
117117
118118
- name: "[Win] Save vcpkg cache"
119119
if: matrix.os == 'windows-latest' && steps.cache.outputs.cache-hit != 'true'
120-
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
120+
uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
121121
with:
122122
path: ${{github.workspace}}/vcpkg_pkgs_cache.zip
123123
key: ${{ steps.cache.outputs.cache-primary-key }}

.github/workflows/reusable_compatibility.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
path: ${{github.workspace}}/tag_version
151151

152152
- name: Restore vcpkg cache
153-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
153+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
154154
id: cache
155155
with:
156156
path: vcpkg_pkgs_cache.zip
@@ -292,7 +292,7 @@ jobs:
292292
293293
- name: Save vcpkg cache
294294
if: steps.cache.outputs.cache-hit != 'true'
295-
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
295+
uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
296296
with:
297297
path: ${{github.workspace}}/vcpkg_pkgs_cache.zip
298298
key: ${{ steps.cache.outputs.cache-primary-key }}

.github/workflows/reusable_coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
sudo apt-get install -y lcov
3333
3434
- name: Download all coverage artifacts
35-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
35+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
3636
with:
3737
pattern: exports-coverage-*
3838
path: coverage
@@ -59,7 +59,7 @@ jobs:
5959
# Only update the badge on push (event is passed only for total coverage)
6060
- name: Update coverity badge
6161
if: ${{ success() && inputs.trigger == 'push' }}
62-
uses: Schneegans/dynamic-badges-action@e9a478b16159b4d31420099ba146cdc50f134483 # v1.7.0
62+
uses: Schneegans/dynamic-badges-action@0e50b8bad39e7e1afd3e4e9c2b7dd145fad07501 # v1.8.0
6363
with:
6464
auth: ${{ secrets.BB_GIST_TOKEN }}
6565
gistID: 3f66c77d7035df39aa75dda8a2ac75b3

.github/workflows/reusable_fast.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
fetch-depth: 0
110110

111111
- name: Restore vcpkg cache
112-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
112+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
113113
id: cache
114114
with:
115115
path: vcpkg_pkgs_cache.zip
@@ -185,7 +185,7 @@ jobs:
185185
186186
- name: Save vcpkg cache
187187
if: steps.cache.outputs.cache-hit != 'true'
188-
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
188+
uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
189189
with:
190190
path: ${{github.workspace}}/vcpkg_pkgs_cache.zip
191191
key: ${{ steps.cache.outputs.cache-primary-key }}

.github/workflows/reusable_gpu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575

7676
- name: "[Win] Restore vcpkg cache"
7777
if: matrix.os == 'Windows'
78-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
78+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
7979
id: cache
8080
with:
8181
path: vcpkg_pkgs_cache.zip
@@ -197,7 +197,7 @@ jobs:
197197
198198
- name: "[Win] Save vcpkg cache"
199199
if: matrix.os == 'Windows' && steps.cache.outputs.cache-hit != 'true'
200-
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
200+
uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
201201
with:
202202
path: ${{github.workspace}}/vcpkg_pkgs_cache.zip
203203
key: ${{ steps.cache.outputs.cache-primary-key }}

.github/workflows/reusable_trivy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ jobs:
3838
cat trivy-results.sarif
3939
4040
- name: Upload results
41-
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
41+
uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
4242
with:
4343
sarif_file: 'trivy-results.sarif'

0 commit comments

Comments
 (0)