Skip to content

Commit e6d9c4c

Browse files
Bump the github-actions-all group across 1 directory with 2 updates
Bumps the github-actions-all group with 2 updates in the / directory: [step-security/harden-runner](https://github.com/step-security/harden-runner) and [github/codeql-action](https://github.com/github/codeql-action). Updates `step-security/harden-runner` from 2.11.1 to 2.12.0 - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](step-security/harden-runner@c6295a6...0634a26) Updates `github/codeql-action` from 3.28.13 to 3.28.15 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@1b549b9...45775bd) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-version: 2.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-all - dependency-name: github/codeql-action dependency-version: 3.28.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 74b3c95 commit e6d9c4c

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/codeql-analysis.yml

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

4646
steps:
4747
- name: Harden Runner
48-
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # tag=v2.11.1
48+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # tag=v2.12.0
4949
with:
5050
# TODO: change to 'egress-policy: block' after couple of runs
5151
egress-policy: audit
@@ -55,7 +55,7 @@ jobs:
5555

5656
# Initializes the CodeQL tools for scanning.
5757
- name: Initialize CodeQL
58-
uses: github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # tag=codeql-bundle-v3.28.13
58+
uses: github/codeql-action/init@45775bd8235c68ba998cffa5171334d58593da47 # tag=codeql-bundle-v3.28.15
5959
with:
6060
languages: ${{ matrix.language }}
6161

@@ -65,7 +65,7 @@ jobs:
6565
# manually (see below).
6666
# manually (see below).
6767
- name: Autobuild
68-
uses: github/codeql-action/autobuild@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # tag=codeql-bundle-v3.28.13
68+
uses: github/codeql-action/autobuild@45775bd8235c68ba998cffa5171334d58593da47 # tag=codeql-bundle-v3.28.15
6969

7070
# ℹ️ Command-line programs to run using the OS shell. 📚
7171
# https://git.io/JvXDl
@@ -83,4 +83,4 @@ jobs:
8383
# make release
8484

8585
- name: Perform CodeQL Analysis
86-
uses: github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # tag=codeql-bundle-v3.28.13
86+
uses: github/codeql-action/analyze@45775bd8235c68ba998cffa5171334d58593da47 # tag=codeql-bundle-v3.28.15

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Harden Runner
15-
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # tag=v2.11.1
15+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # tag=v2.12.0
1616
with: # TODO: change to 'egress-policy: block' after couple of runs
1717
egress-policy: audit
1818
- name: 'Checkout Repository'

.github/workflows/scorecards.yml

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

6161
# Upload the results to GitHub's code scanning dashboard.
6262
- name: "Upload to code-scanning"
63-
uses: github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # tag=codeql-bundle-v3.28.13
63+
uses: github/codeql-action/upload-sarif@45775bd8235c68ba998cffa5171334d58593da47 # tag=codeql-bundle-v3.28.15
6464
with:
6565
sarif_file: results.sarif

.github/workflows/stale-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Harden Runner
17-
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # tag=v2.11.1
17+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # tag=v2.12.0
1818
with:
1919
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
2020

.github/workflows/sync-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Harden Runner
23-
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # tag=v2.11.1
23+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # tag=v2.12.0
2424
with:
2525
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
2626
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2

0 commit comments

Comments
 (0)