Skip to content

Commit

Permalink
build(dependencies): bump the github-actions group across 1 directory…
Browse files Browse the repository at this point in the history
… with 5 updates

Bumps the github-actions group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [step-security/harden-runner](https://github.com/step-security/harden-runner) | `2.10.3` | `2.10.4` |
| [docker/build-push-action](https://github.com/docker/build-push-action) | `6.11.0` | `6.12.0` |
| [bridgecrewio/checkov-action](https://github.com/bridgecrewio/checkov-action) | `12.2943.0` | `12.2948.0` |
| [github/codeql-action](https://github.com/github/codeql-action) | `3.28.0` | `3.28.4` |
| [wearefrank/ci-cd-templates](https://github.com/wearefrank/ci-cd-templates) | `1.2.0` | `1.3.0` |



Updates `step-security/harden-runner` from 2.10.3 to 2.10.4
- [Release notes](https://github.com/step-security/harden-runner/releases)
- [Commits](step-security/harden-runner@c95a14d...cb605e5)

Updates `docker/build-push-action` from 6.11.0 to 6.12.0
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@b32b51a...67a2d40)

Updates `bridgecrewio/checkov-action` from 12.2943.0 to 12.2948.0
- [Release notes](https://github.com/bridgecrewio/checkov-action/releases)
- [Commits](bridgecrewio/checkov-action@2f247ae...50b9599)

Updates `github/codeql-action` from 3.28.0 to 3.28.4
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@48ab28a...ee117c9)

Updates `wearefrank/ci-cd-templates` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/wearefrank/ci-cd-templates/releases)
- [Changelog](https://github.com/wearefrank/ci-cd-templates/blob/main/CHANGELOG.md)
- [Commits](310f8c6...40908d8)

---
updated-dependencies:
- dependency-name: step-security/harden-runner
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: bridgecrewio/checkov-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: wearefrank/ci-cd-templates
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and MLenterman committed Jan 28, 2025
1 parent f715810 commit 92950de
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-generic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
permissions:
contents: read
steps:
- uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
- uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
with:
disable-sudo: true
egress-policy: audit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
actionlinter:
runs-on: ubuntu-latest
steps:
- uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
- uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
with:
egress-policy: audit

Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/docker-ci-generic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
image-digest: ${{ steps.build.outputs.digest }}
image-metadata: ${{ steps.build.outputs.metadata }}
steps:
- uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
- uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
with:
disable-sudo: true
egress-policy: audit
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:

- name: Build and export Docker image
id: build
uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc #6.11.0
uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d #6.12.0
with:
context: .
platforms: linux/amd64
Expand All @@ -133,7 +133,7 @@ jobs:
contents: read
if: inputs.chekov-linter-enabled
steps:
- uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
- uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
with:
disable-sudo: true
egress-policy: audit
Expand All @@ -146,7 +146,7 @@ jobs:

- name: Lint Dockerfile with Checkov
id: checkov
uses: bridgecrewio/checkov-action@2f247aefd2fdd1e1c8c03affa194ca9a230ccaac #12.2943.0
uses: bridgecrewio/checkov-action@50b959918599bb15388ef018e2f51c5e83e2d0e2 #12.2948.0
with:
directory: .
framework: dockerfile
Expand All @@ -164,7 +164,7 @@ jobs:
path: reports/checkov-results.sarif

- name: Upload to GitHub Security
uses: github/codeql-action/upload-sarif@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 #3.28.0
uses: github/codeql-action/upload-sarif@ee117c905ab18f32fa0f66c2fe40ecc8013f3e04 #3.28.4
if: ${{ inputs.upload-sarif-to-security }}
with:
sarif_file: 'reports/checkov-results.sarif'
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
if: inputs.run-frank-till-healthy-enabled
needs: build
steps:
- uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
- uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
with:
disable-sudo: true
egress-policy: audit
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-release-generic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
image-digest: ${{ steps.build.outputs.digest }}
image-metadata: ${{ steps.build.outputs.metadata }}
steps:
- uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
- uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
with:
egress-policy: audit

Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:

- name: Build and export Docker image
id: build
uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc #6.11.0
uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d #6.12.0
with:
context: .
platforms: linux/amd64, linux/arm64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docusaurus-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
pages: write
id-token: write
steps:
- uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
- uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
with:
egress-policy: audit

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
actionlinter:
runs-on: ubuntu-latest
steps:
- uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
- uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
with:
egress-policy: audit

Expand All @@ -27,7 +27,7 @@ jobs:
needs:
- actionlinter
steps:
- uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
- uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
with:
egress-policy: audit

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/soapui-testrunner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,13 +159,13 @@ jobs:

- name: Wait Till Healthy Container
id: wait-till-healthy
uses: wearefrank/ci-cd-templates/wait-till-healthy-container@310f8c660cb60a908aa9aac08e4d846e7239c796 #1.2.0
uses: wearefrank/ci-cd-templates/wait-till-healthy-container@40908d8bac3a35504b4ed59d9c462ad715931fb0 #1.3.0
with:
image-id: ${{inputs.image-id}}
image-name: ${{inputs.image-name}}

- name: SoapUI TestRunner
uses: wearefrank/ci-cd-templates/soapui-testrunner@310f8c660cb60a908aa9aac08e4d846e7239c796 #1.2.0
uses: wearefrank/ci-cd-templates/soapui-testrunner@40908d8bac3a35504b4ed59d9c462ad715931fb0 #1.3.0
timeout-minutes: 15
with:
project-dir: ${{inputs.project-dir}}
Expand Down

0 comments on commit 92950de

Please sign in to comment.