Skip to content

Commit bd85b32

Browse files
Bump the actions group across 1 directory with 4 updates (#4705)
Bumps the actions group with 4 updates in the / directory: [actions/dependency-review-action](https://github.com/actions/dependency-review-action), [actions/cache](https://github.com/actions/cache), [github/codeql-action](https://github.com/github/codeql-action) and [ossf/scorecard-action](https://github.com/ossf/scorecard-action). Updates `actions/dependency-review-action` from 4.7.3 to 4.8.0 - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](actions/dependency-review-action@595b5ae...56339e5) Updates `actions/cache` from 4.2.4 to 4.3.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0400d5f...0057852) Updates `github/codeql-action` from 3.30.3 to 3.30.6 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@192325c...64d10c1) Updates `ossf/scorecard-action` from 2.4.2 to 2.4.3 - [Release notes](https://github.com/ossf/scorecard-action/releases) - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md) - [Commits](ossf/scorecard-action@05b42c6...4eaacf0) --- updated-dependencies: - dependency-name: actions/dependency-review-action dependency-version: 4.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: github/codeql-action dependency-version: 3.30.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: ossf/scorecard-action dependency-version: 2.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 242ccec commit bd85b32

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
- name: 'Checkout Repository'
2929
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
3030
- name: 'Dependency Review'
31-
uses: actions/dependency-review-action@595b5aeba73380359d98a5e087f648dbb0edce1b # v4.7.3
31+
uses: actions/dependency-review-action@56339e523c0409420f6c2c9a2f4292bbb3c07dd3 # v4.8.0

.github/workflows/nuget_update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
ref: ${{ github.event.workflow_run.head_branch }}
4545

4646
- name: Cache nuget packages
47-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
47+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
4848
env:
4949
cache-name: cache-nuget-modules
5050
with:

.github/workflows/ossar-scan.yml

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

8282
- name: Upload results to Security tab
8383
if: steps.skip_check.outputs.should_skip != 'true'
84-
uses: github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3
84+
uses: github/codeql-action/upload-sarif@64d10c13136e1c5bce3e5fbde8d4906eeaafc885
8585
with:
8686
sarif_file: ${{ steps.ossar.outputs.sarifFile }}

.github/workflows/reusable-build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
138138
- name: Initialize CodeQL
139139
if: inputs.build_codeql == true && steps.skip_check.outputs.should_skip != 'true'
140-
uses: github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3
140+
uses: github/codeql-action/init@64d10c13136e1c5bce3e5fbde8d4906eeaafc885
141141
with:
142142
languages: 'cpp'
143143

@@ -148,7 +148,7 @@ jobs:
148148

149149
- name: Cache chocolatey packages
150150
if: steps.skip_check.outputs.should_skip != 'true'
151-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
151+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
152152
env:
153153
cache-name: cache-choco-packages
154154
with:
@@ -188,7 +188,7 @@ jobs:
188188
- name: Cache nuget packages
189189
if: steps.skip_check.outputs.should_skip != 'true'
190190
continue-on-error: true
191-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
191+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
192192
env:
193193
cache-name: cache-nuget-modules
194194
with:
@@ -198,7 +198,7 @@ jobs:
198198
- name: Cache verifier project
199199
# The hash is based on the HEAD of the ebpf-verifier submodule, the Directory.Build.props file, and the build variant.
200200
if: steps.skip_check.outputs.should_skip != 'true'
201-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
201+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
202202
env:
203203
cache-name: cache-verifier-project
204204
with:
@@ -356,4 +356,4 @@ jobs:
356356

357357
- name: Perform CodeQL Analysis
358358
if: inputs.build_codeql == true && steps.skip_check.outputs.should_skip != 'true'
359-
uses: github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3
359+
uses: github/codeql-action/analyze@64d10c13136e1c5bce3e5fbde8d4906eeaafc885

.github/workflows/reusable-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
# Add cache entry for any choco packages that are installed.
149149
# The cache key is based on the hash of this file so if any choco packages are added or removed, the cache will be invalidated.
150150
if: (inputs.gather_dumps == true) && (steps.skip_check.outputs.should_skip != 'true')
151-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
151+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
152152
env:
153153
cache-name: cache-choco-packages
154154
with:

.github/workflows/scorecards-analysis.yml

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

5656
- name: "Run analysis"
5757
if: github.ref_name == 'main'
58-
uses: ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
58+
uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
5959
with:
6060
results_file: results.sarif
6161
results_format: sarif
@@ -80,6 +80,6 @@ jobs:
8080
# Upload the results to GitHub's code scanning dashboard.
8181
- name: "Upload to code-scanning"
8282
if: github.ref_name == 'main'
83-
uses: github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3
83+
uses: github/codeql-action/upload-sarif@64d10c13136e1c5bce3e5fbde8d4906eeaafc885
8484
with:
8585
sarif_file: results.sarif

0 commit comments

Comments
 (0)