Skip to content

Commit 0308e84

Browse files
build(deps): bump the actions group with 3 updates (#776)
Bumps the actions group with 3 updates: [step-security/harden-runner](https://github.com/step-security/harden-runner), [actions/cache](https://github.com/actions/cache) and [github/codeql-action](https://github.com/github/codeql-action). Updates `step-security/harden-runner` from 2.15.1 to 2.16.0 - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](step-security/harden-runner@58077d3...fa2e9d6) 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 `github/codeql-action` from 4.32.6 to 4.34.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...3869755) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-version: 2.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/cache dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: github/codeql-action dependency-version: 4.34.1 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>
1 parent 8f598f7 commit 0308e84

7 files changed

Lines changed: 18 additions & 18 deletions

File tree

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Harden Runner
20-
uses: step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
20+
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
2121
with:
2222
egress-policy: audit
2323

.github/workflows/fuzzing.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
steps:
3333
- name: Harden Runner
34-
uses: step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
34+
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
3535
with:
3636
egress-policy: audit
3737

@@ -44,7 +44,7 @@ jobs:
4444
run: echo "VALUE=platform-${{ matrix.platform }}_arch=${{ matrix.arch }}_type=fuzzing" >> $GITHUB_OUTPUT
4545

4646
- name: Update the cache (ccache)
47-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
47+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
4848
with:
4949
path: ccache
5050
key: ${{ steps.cache_key.outputs.VALUE }}_ccache
@@ -130,7 +130,7 @@ jobs:
130130

131131
steps:
132132
- name: Harden Runner
133-
uses: step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
133+
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
134134
with:
135135
egress-policy: audit
136136

@@ -139,7 +139,7 @@ jobs:
139139
submodules: 'recursive'
140140

141141
- name: Cache the build folder
142-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
142+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
143143
env:
144144
cache-name: cache-nuget-modules
145145
with:
@@ -189,7 +189,7 @@ jobs:
189189
runs-on: ${{ matrix.platform }}
190190
steps:
191191
- name: Harden the runner (Audit all outbound calls)
192-
uses: step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
192+
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
193193
with:
194194
egress-policy: audit
195195

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ jobs:
376376
runs-on: ubuntu-latest
377377
steps:
378378
- name: Harden Runner
379-
uses: step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
379+
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
380380
with:
381381
egress-policy: audit
382382

.github/workflows/posix.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565

6666
steps:
6767
- name: Harden Runner
68-
uses: step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
68+
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
6969
with:
7070
egress-policy: audit
7171

@@ -75,7 +75,7 @@ jobs:
7575

7676
- name: Initialize CodeQL
7777
if: inputs.build_codeql == true
78-
uses: github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98
78+
uses: github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc
7979
with:
8080
languages: 'cpp'
8181

@@ -84,7 +84,7 @@ jobs:
8484
run: echo "VALUE=platform-${{ inputs.platform }}_arch=${{ inputs.arch }}_type-${{ inputs.build_type }}_sanitizers-${{ inputs.enable_sanitizers }}_coverage-${{ inputs.enable_coverage }}_scan_build-${{ inputs.scan_build }}_retpolines-${{ inputs.disable_retpolines }}_valgrind-${{ inputs.enable_valgrind }}" >> $GITHUB_OUTPUT
8585

8686
- name: Update the cache (ccache)
87-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
87+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
8888
with:
8989
path: ccache
9090
key: ${{ steps.cache_key.outputs.VALUE }}_ccache
@@ -373,4 +373,4 @@ jobs:
373373

374374
- name: Perform CodeQL Analysis
375375
if: inputs.build_codeql == true
376-
uses: github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98
376+
uses: github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc

.github/workflows/scorecards.yml

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

3232
steps:
3333
- name: Harden Runner
34-
uses: step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
34+
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
3535
with:
3636
egress-policy: audit
3737

@@ -71,6 +71,6 @@ jobs:
7171

7272
# Upload the results to GitHub's code scanning dashboard.
7373
- name: "Upload to code-scanning"
74-
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v3.29.5
74+
uses: github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # v3.29.5
7575
with:
7676
sarif_file: results.sarif

.github/workflows/update-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131

3232
- name: Harden Runner
33-
uses: step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc
33+
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594
3434
with:
3535
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
3636

.github/workflows/windows.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
steps:
4949
- name: Harden Runner
50-
uses: step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
50+
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
5151
with:
5252
egress-policy: audit
5353

@@ -57,12 +57,12 @@ jobs:
5757

5858
- name: Initialize CodeQL
5959
if: inputs.build_codeql == true
60-
uses: github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98
60+
uses: github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc
6161
with:
6262
languages: 'cpp'
6363

6464
- name: Cache the build folder
65-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
65+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
6666
env:
6767
cache-name: cache-nuget-modules
6868
with:
@@ -144,4 +144,4 @@ jobs:
144144

145145
- name: Perform CodeQL Analysis
146146
if: inputs.build_codeql == true
147-
uses: github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98
147+
uses: github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc

0 commit comments

Comments
 (0)