Skip to content

Commit d43bf68

Browse files
update: bump the gh-actions-packages group across 1 directory with 7 updates
Bumps the gh-actions-packages group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github/codeql-action](https://github.com/github/codeql-action) | `3.28.3` | `3.28.9` | | [actions/setup-python](https://github.com/actions/setup-python) | `5.3.0` | `5.4.0` | | [bridgecrewio/checkov-action](https://github.com/bridgecrewio/checkov-action) | `12.2947.0` | `12.2960.0` | | [anchore/sbom-action](https://github.com/anchore/sbom-action) | `0.17.9` | `0.18.0` | | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `3.8.0` | `3.9.0` | | [docker/build-push-action](https://github.com/docker/build-push-action) | `6.12.0` | `6.13.0` | | [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) | `5.2.0` | `5.3.0` | Updates `github/codeql-action` from 3.28.3 to 3.28.9 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@dd196fa...9e8d078) Updates `actions/setup-python` from 5.3.0 to 5.4.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@0b93645...4237552) Updates `bridgecrewio/checkov-action` from 12.2947.0 to 12.2960.0 - [Release notes](https://github.com/bridgecrewio/checkov-action/releases) - [Commits](bridgecrewio/checkov-action@5c5ef32...52d5bd4) Updates `anchore/sbom-action` from 0.17.9 to 0.18.0 - [Release notes](https://github.com/anchore/sbom-action/releases) - [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md) - [Commits](anchore/sbom-action@df80a98...f325610) Updates `docker/setup-buildx-action` from 3.8.0 to 3.9.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@6524bf6...f7ce87c) Updates `docker/build-push-action` from 6.12.0 to 6.13.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@67a2d40...ca877d9) Updates `mikepenz/action-junit-report` from 5.2.0 to 5.3.0 - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](mikepenz/action-junit-report@62516aa...ee6b445) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gh-actions-packages - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gh-actions-packages - dependency-name: bridgecrewio/checkov-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gh-actions-packages - dependency-name: anchore/sbom-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gh-actions-packages - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gh-actions-packages - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gh-actions-packages - dependency-name: mikepenz/action-junit-report dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gh-actions-packages ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 55d4e8d commit d43bf68

5 files changed

+20
-20
lines changed

.github/workflows/.reusable-compliance.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
repo_token: ${{ secrets.SCORECARD_TOKEN }}
3434
publish_results: false #TODO: reactivate when working again
3535
- name: Upload
36-
uses: github/codeql-action/upload-sarif@dd196fa9ce80b6bacc74ca1c32bd5b0ba22efca7 # v3.28.3
36+
uses: github/codeql-action/upload-sarif@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
3737
with:
3838
sarif_file: results.sarif
3939

.github/workflows/.reusable-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
git config user.name "versioning_user"
3131
git config user.email "semgr8s@securesystems.de"
3232
- name: Install python
33-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
33+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
3434
with:
3535
python-version-file: '.python-version'
3636
- name: Install poetry

.github/workflows/.reusable-sast.yml

+12-12
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Checkout code
2828
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2929
- name: Install python
30-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
30+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
3131
with:
3232
python-version-file: '.python-version'
3333
- name: Install poetry
@@ -48,7 +48,7 @@ jobs:
4848
run: bandit -r -f sarif -o bandit-results.sarif semgr8s/ --exit-zero
4949
- name: Upload
5050
if: inputs.output == 'sarif'
51-
uses: github/codeql-action/upload-sarif@dd196fa9ce80b6bacc74ca1c32bd5b0ba22efca7 # v3.28.3
51+
uses: github/codeql-action/upload-sarif@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
5252
with:
5353
sarif_file: 'bandit-results.sarif'
5454

@@ -62,7 +62,7 @@ jobs:
6262
- name: Checkout code
6363
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6464
- name: Install python
65-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
65+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
6666
with:
6767
python-version-file: '.python-version'
6868
- name: Install poetry
@@ -99,22 +99,22 @@ jobs:
9999
shell: bash
100100
- name: Scan
101101
if: inputs.output == 'table'
102-
uses: bridgecrewio/checkov-action@5c5ef32fa4ed5765cb8f4894203edd314f284f61 # v12.2947.0
102+
uses: bridgecrewio/checkov-action@52d5bd4760045c640690bc5f423d50b6fdaa08d5 # v12.2960.0
103103
with:
104104
skip_check: CKV_DOCKER_2
105105
output_format: cli
106106
soft_fail: false
107107
- name: Scan
108108
if: inputs.output == 'sarif'
109-
uses: bridgecrewio/checkov-action@5c5ef32fa4ed5765cb8f4894203edd314f284f61 # v12.2947.0
109+
uses: bridgecrewio/checkov-action@52d5bd4760045c640690bc5f423d50b6fdaa08d5 # v12.2960.0
110110
with:
111111
skip_check: CKV_DOCKER_2
112112
output_file_path: console,checkov-results.sarif
113113
output_format: cli,sarif
114114
soft_fail: true
115115
- name: Upload
116116
if: inputs.output == 'sarif'
117-
uses: github/codeql-action/upload-sarif@dd196fa9ce80b6bacc74ca1c32bd5b0ba22efca7 # v3.28.3
117+
uses: github/codeql-action/upload-sarif@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
118118
with:
119119
sarif_file: checkov-results.sarif
120120

@@ -131,11 +131,11 @@ jobs:
131131
- name: Checkout repository
132132
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
133133
- name: Initialize CodeQL
134-
uses: github/codeql-action/init@dd196fa9ce80b6bacc74ca1c32bd5b0ba22efca7 # v3.28.3
134+
uses: github/codeql-action/init@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
135135
with:
136136
languages: 'python'
137137
- name: Analyze
138-
uses: github/codeql-action/analyze@dd196fa9ce80b6bacc74ca1c32bd5b0ba22efca7 # v3.28.3
138+
uses: github/codeql-action/analyze@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
139139

140140
hadolint:
141141
runs-on: ubuntu-latest
@@ -164,7 +164,7 @@ jobs:
164164
no-fail: true
165165
output-file: hadolint-results.sarif
166166
- name: Upload
167-
uses: github/codeql-action/upload-sarif@dd196fa9ce80b6bacc74ca1c32bd5b0ba22efca7 # v3.28.3
167+
uses: github/codeql-action/upload-sarif@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
168168
if: inputs.output == 'sarif'
169169
with:
170170
sarif_file: 'hadolint-results.sarif'
@@ -197,7 +197,7 @@ jobs:
197197
format: sarif
198198
output-file: kubelinter-results.sarif
199199
- name: Upload
200-
uses: github/codeql-action/upload-sarif@dd196fa9ce80b6bacc74ca1c32bd5b0ba22efca7 # v3.28.3
200+
uses: github/codeql-action/upload-sarif@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
201201
if: inputs.output == 'sarif'
202202
with:
203203
sarif_file: 'kubelinter-results.sarif'
@@ -211,7 +211,7 @@ jobs:
211211
- name: Checkout code
212212
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
213213
- name: Install python
214-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
214+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
215215
with:
216216
python-version-file: '.python-version'
217217
- name: Install poetry
@@ -249,7 +249,7 @@ jobs:
249249
if: inputs.output == 'sarif'
250250
run: semgrep ci --config=auto --suppress-errors --sarif --output=semgrep-results.sarif || exit 0
251251
- name: Upload
252-
uses: github/codeql-action/upload-sarif@dd196fa9ce80b6bacc74ca1c32bd5b0ba22efca7 # v3.28.3
252+
uses: github/codeql-action/upload-sarif@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
253253
if: inputs.output == 'sarif'
254254
with:
255255
sarif_file: semgrep-results.sarif

.github/workflows/.reusable-sca.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
username: ${{ inputs.repo_owner }}
9494
password: ${{ secrets.GITHUB_TOKEN }}
9595
- name: Run
96-
uses: anchore/sbom-action@df80a981bc6edbc4e220a492d3cbe9f5547a6e75 # v0.17.9
96+
uses: anchore/sbom-action@f325610c9f50a54015d37c8d16cb3b0e2c8f4de0 # v0.18.0
9797
with:
9898
image: ${{ inputs.image }}
9999
format: cyclonedx-json

.github/workflows/.reusable-unit-test.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
- name: Checkout code
2222
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2323
- name: Set up Docker buildx
24-
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
24+
uses: docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9.0
2525
- name: Build test image
26-
uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0
26+
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
2727
with:
2828
push: false
2929
load: true
@@ -46,7 +46,7 @@ jobs:
4646
pytest-coverage-path: tests/pytest-coverage.txt
4747
junitxml-path: tests/pytest.xml
4848
- name: Publish Test Report
49-
uses: mikepenz/action-junit-report@62516aa379bff6370c95fd5894d5a27fb6619d9b # v5.2.0
49+
uses: mikepenz/action-junit-report@ee6b445351cd81e2f73a16a0e52d598aeac2197f # v5.3.0
5050
if: success() || failure() # always run even if the previous step fails
5151
with:
5252
report_paths: 'tests/pytest.xml'
@@ -61,7 +61,7 @@ jobs:
6161
- name: Checkout code
6262
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6363
- name: Install python
64-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
64+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
6565
with:
6666
python-version-file: '.python-version'
6767
- name: Install poetry
@@ -90,7 +90,7 @@ jobs:
9090
- name: Checkout code
9191
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9292
- name: Install python
93-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
93+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
9494
with:
9595
python-version-file: '.python-version'
9696
- name: Install poetry

0 commit comments

Comments
 (0)