Skip to content

Commit f5ca44f

Browse files
ci(deps): bump the github-actions group with 3 updates (#1158)
Bumps the github-actions group with 3 updates: [step-security/harden-runner](https://github.com/step-security/harden-runner), [actions/stale](https://github.com/actions/stale) and [docker/build-push-action](https://github.com/docker/build-push-action). Updates `step-security/harden-runner` from 2.14.1 to 2.14.2 - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](step-security/harden-runner@e3f713f...5ef0c07) Updates `actions/stale` from 10.1.1 to 10.2.0 - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@9971854...b5d41d4) Updates `docker/build-push-action` from 6.18.0 to 6.19.2 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@2634353...10e90e3) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-version: 2.14.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/stale dependency-version: 10.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: docker/build-push-action dependency-version: 6.19.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ron <45816308+rjaegers@users.noreply.github.com>
1 parent 1fb0a09 commit f5ca44f

20 files changed

Lines changed: 28 additions & 28 deletions

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
needs: build-push-flavors
7979
if: ${{ !cancelled() }}
8080
steps:
81-
- uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
81+
- uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
8282
with:
8383
disable-sudo: true
8484
egress-policy: audit

.github/workflows/image-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
permissions:
1616
packages: write # is needed by dataaxiom/ghcr-cleanup-action to delete untagged and orphaned images
1717
steps:
18-
- uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
18+
- uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
1919
with:
2020
disable-sudo: true
2121
allowed-endpoints: >

.github/workflows/issue-cleanup.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
issues: write # is needed by actions/stale to close/comment on issues
1616
pull-requests: write # is needed by actions/stale to close/comment on PRs
1717
steps:
18-
- uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
18+
- uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
1919
with:
2020
disable-sudo-and-containers: true
2121
egress-policy: audit
22-
- uses: actions/stale@997185467fa4f803885201cee163a9f38240193d # v10.1.1
22+
- uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2.0
2323
with:
2424
stale-issue-label: "stale"
2525
stale-pr-label: "stale"

.github/workflows/issue-creation-tool-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
contents: read # is needed to checkout the repository
1717
issues: write # is needed by gh cli to create/close/pin/unpin issues
1818
steps:
19-
- uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
19+
- uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
2020
with:
2121
disable-sudo-and-containers: true
2222
egress-policy: audit

.github/workflows/linting-formatting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
pull-requests: write # is needed by oxsecurity/megalinter and reviewdog/action-suggester to post PR comments
2727
security-events: write # is needed by oxsecurity/megalinter for uploading sarif files
2828
steps:
29-
- uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
29+
- uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
3030
with:
3131
disable-sudo: true
3232
egress-policy: audit

.github/workflows/ossf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
security-events: write # is needed by github/codeql-action/upload-sarif to upload sarif files
2121
id-token: write # is needed by ossf/scorecard-action to authenticate with OIDC
2222
steps:
23-
- uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
23+
- uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
2424
with:
2525
disable-sudo: true
2626
egress-policy: audit

.github/workflows/pr-conventional-title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
permissions:
1818
pull-requests: write # is needed by marocchino/sticky-pull-request-comment to post comments on PRs
1919
steps:
20-
- uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
20+
- uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
2121
with:
2222
disable-sudo-and-containers: true
2323
allowed-endpoints: >

.github/workflows/pr-image-cleanup.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
permissions:
1515
packages: write # is needed by dataaxiom/ghcr-cleanup-action to delete images
1616
steps:
17-
- uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
17+
- uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
1818
with:
1919
disable-sudo: true
2020
egress-policy: audit
@@ -29,7 +29,7 @@ jobs:
2929
permissions:
3030
actions: write # is needed to delete workflow run caches
3131
steps:
32-
- uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
32+
- uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
3333
with:
3434
disable-sudo-and-containers: true
3535
egress-policy: audit

.github/workflows/pr-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
actions: read # is needed by philips-software/pull-request-report-action to fetch workflow run information
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
21+
- uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
2222
with:
2323
disable-sudo-and-containers: true
2424
egress-policy: audit

.github/workflows/release-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
# currently provide a more fine-grained permission for release modification.
6666
contents: write # is needed to modify a release
6767
steps:
68-
- uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
68+
- uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
6969
with:
7070
disable-sudo-and-containers: true
7171
egress-policy: audit
@@ -100,7 +100,7 @@ jobs:
100100
REF_NAME: ${{ github.ref_name }}
101101
REGISTRY: ghcr.io
102102
steps:
103-
- uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
103+
- uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
104104
with:
105105
disable-sudo: true
106106
egress-policy: audit
@@ -157,7 +157,7 @@ jobs:
157157
contents: write # is needed to modify a release
158158
needs: [generate-documents]
159159
steps:
160-
- uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
160+
- uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
161161
with:
162162
disable-sudo: true
163163
egress-policy: audit
@@ -179,7 +179,7 @@ jobs:
179179
permissions:
180180
pull-requests: write # is needed by rdlf0/comment-released-prs-action to post comments on PRs
181181
steps:
182-
- uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
182+
- uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
183183
with:
184184
disable-sudo-and-containers: true
185185
egress-policy: audit

0 commit comments

Comments
 (0)