Skip to content

Commit cbdd74a

Browse files
Bump the actions-dependencies group across 1 directory with 4 updates
Bumps the actions-dependencies group with 4 updates in the /.github/workflows directory: [actions/cache](https://github.com/actions/cache), [crate-ci/typos](https://github.com/crate-ci/typos), [github/codeql-action](https://github.com/github/codeql-action) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/cache` from 4.2.3 to 4.2.4 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@5a3ec84...0400d5f) Updates `crate-ci/typos` from 1.35.1 to 1.35.3 - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](crate-ci/typos@a9ccf76...52bd719) Updates `github/codeql-action` from 3.29.7 to 3.29.8 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@51f7732...76621b6) Updates `actions/download-artifact` from 4.3.0 to 5.0.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@d3f86a1...634f93c) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.2.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-dependencies - dependency-name: crate-ci/typos dependency-version: 1.35.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-dependencies - dependency-name: github/codeql-action dependency-version: 3.29.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-dependencies - dependency-name: actions/download-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cc0565d commit cbdd74a

File tree

10 files changed

+20
-20
lines changed

10 files changed

+20
-20
lines changed

.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@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
134+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.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@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
246+
uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.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@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
276+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.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@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
357+
uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.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@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
289+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.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@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
439+
uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.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@a9ccf76b53d1ace194871d216f9ff058599a86db # v1.35.1
60+
uses: crate-ci/typos@52bd719c2c91f9d676e2aa359fc8e0db8925e6d8 # v1.35.3
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@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
44+
uses: github/codeql-action/init@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.5
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@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
51+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.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@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
111+
uses: github/codeql-action/analyze@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.5
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@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
120+
uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.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
@@ -139,7 +139,7 @@ jobs:
139139
path: ${{github.workspace}}/tag_version
140140

141141
- name: Restore vcpkg cache
142-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
142+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
143143
id: cache
144144
with:
145145
path: vcpkg_pkgs_cache.zip
@@ -277,7 +277,7 @@ jobs:
277277
278278
- name: Save vcpkg cache
279279
if: steps.cache.outputs.cache-hit != 'true'
280-
uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
280+
uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
281281
with:
282282
path: ${{github.workspace}}/vcpkg_pkgs_cache.zip
283283
key: ${{ steps.cache.outputs.cache-primary-key }}

.github/workflows/reusable_coverage.yml

Lines changed: 1 addition & 1 deletion
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@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
35+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
3636
with:
3737
pattern: exports-coverage-*
3838
path: coverage

.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@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
112+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.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@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
188+
uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.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@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
78+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.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@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
200+
uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.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@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
41+
uses: github/codeql-action/upload-sarif@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.5
4242
with:
4343
sarif_file: 'trivy-results.sarif'

.github/workflows/scorecard.yml

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

5050
# Upload the results to GitHub's code scanning dashboard.
5151
- name: Upload to code-scanning
52-
uses: github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
52+
uses: github/codeql-action/upload-sarif@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.5
5353
with:
5454
sarif_file: scorecard_results.sarif

0 commit comments

Comments
 (0)