Skip to content

Commit 13fd34e

Browse files
Bump the actions group with 3 updates (#258)
Bumps the actions group with 3 updates: [actions/dependency-review-action](https://github.com/actions/dependency-review-action), [actions/cache](https://github.com/actions/cache) and [github/codeql-action](https://github.com/github/codeql-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.5 - [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...3599b3b) --- 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.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 73e3ff2 commit 13fd34e

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
- name: 'Checkout Repository'
2828
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2929
- name: 'Dependency Review'
30-
uses: actions/dependency-review-action@595b5aeba73380359d98a5e087f648dbb0edce1b # v4.7.3
30+
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

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@3599b3baa15b485a2e49ef411a7a4bb2452e7f93
8585
with:
8686
sarif_file: ${{ steps.ossar.outputs.sarifFile }}

.github/workflows/reusable-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
104104
- name: Initialize CodeQL
105105
if: inputs.build_codeql == true && steps.skip_check.outputs.should_skip != 'true'
106-
uses: github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3
106+
uses: github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93
107107
with:
108108
languages: 'cpp'
109109

@@ -114,7 +114,7 @@ jobs:
114114

115115
- name: Cache chocolatey packages
116116
if: steps.skip_check.outputs.should_skip != 'true'
117-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
117+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
118118
env:
119119
cache-name: cache-choco-packages
120120
with:
@@ -159,7 +159,7 @@ jobs:
159159

160160
- name: Cache nuget packages
161161
if: steps.skip_check.outputs.should_skip != 'true'
162-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
162+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
163163
env:
164164
cache-name: cache-nuget-modules
165165
with:
@@ -246,4 +246,4 @@ jobs:
246246

247247
- name: Perform CodeQL Analysis
248248
if: inputs.build_codeql == true && steps.skip_check.outputs.should_skip != 'true'
249-
uses: github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3
249+
uses: github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93

.github/workflows/scorecards-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ jobs:
7676
# Upload the results to GitHub's code scanning dashboard.
7777
- name: "Upload to code-scanning"
7878
if: github.ref_name == 'main'
79-
uses: github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3
79+
uses: github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93
8080
with:
8181
sarif_file: results.sarif

0 commit comments

Comments
 (0)