Skip to content

Commit 757a5fa

Browse files
Merge 3b40138 into aabe8ca
2 parents aabe8ca + 3b40138 commit 757a5fa

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/workflows/codeql.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: make venv
6565

6666
- name: Initialize CodeQL
67-
uses: github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.29.5
67+
uses: github/codeql-action/init@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v3.29.5
6868
with:
6969
languages: ${{ matrix.language }}
7070
queries: security-and-quality
@@ -73,6 +73,6 @@ jobs:
7373
run: make build
7474

7575
- name: Perform CodeQL analysis
76-
uses: github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.29.5
76+
uses: github/codeql-action/analyze@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v3.29.5
7777
with:
7878
category: "/language:${{ matrix.language }}"

.github/workflows/dependency-review.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
persist-credentials: false
3636

3737
- name: Dependency review
38-
uses: actions/dependency-review-action@56339e523c0409420f6c2c9a2f4292bbb3c07dd3 # v4.8.0
38+
uses: actions/dependency-review-action@40c09b7dc99638e5ddb0bfd91c1673effc064d8a # v4.8.1

.github/workflows/docker.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
persist-credentials: false
7474

7575
- name: Install Cosign
76-
uses: sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10.0
76+
uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0
7777

7878
- name: Docker meta
7979
id: docker-meta
@@ -138,7 +138,7 @@ jobs:
138138

139139
- name: Generate SBOM
140140
if: ${{ github.event_name != 'pull_request' && github.actor != 'dependabot[bot]' }}
141-
uses: anchore/sbom-action@f8bdd1d8ac5e901a77a92f111440fdb1b593736b # v0.20.6
141+
uses: anchore/sbom-action@aa0e114b2e19480f157109b9922bda359bd98b90 # v0.20.8
142142
with:
143143
image: ${{ vars.DOCKERHUB_USERNAME }}/cf-ips-to-hcloud-fw
144144
format: spdx-json
@@ -223,12 +223,12 @@ jobs:
223223
- name: Upload Docker Scout scan result to GitHub Security tab
224224
if: ${{ (github.event_name != 'pull_request' || !github.event.pull_request.head.repo.fork) && github.actor != 'dependabot[bot]' }}
225225
continue-on-error: true
226-
uses: github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.29.5
226+
uses: github/codeql-action/upload-sarif@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v3.29.5
227227
with:
228228
sarif_file: sarif.output.json
229229

230230
- name: Scan image with Grype
231-
uses: anchore/scan-action@f6601287cdb1efc985d6b765bbf99cb4c0ac29d8 # v7.0.0
231+
uses: anchore/scan-action@a5605eb0943e46279cb4fbd9d44297355d3520ab # v7.0.2
232232
id: grype-scan
233233
continue-on-error: true
234234
with:
@@ -237,7 +237,7 @@ jobs:
237237
add-cpes-if-none: true
238238

239239
- name: Upload Grype scan result to GitHub Security tab
240-
uses: github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.29.5
240+
uses: github/codeql-action/upload-sarif@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v3.29.5
241241
continue-on-error: true
242242
with:
243243
sarif_file: ${{ steps.grype-scan.outputs.sarif }}

.github/workflows/python-package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124

125125
- name: Generate SBOM
126126
if: ${{ matrix.python-version == '3.11' }}
127-
uses: anchore/sbom-action@f8bdd1d8ac5e901a77a92f111440fdb1b593736b # v0.20.6
127+
uses: anchore/sbom-action@aa0e114b2e19480f157109b9922bda359bd98b90 # v0.20.8
128128
with:
129129
format: spdx-json
130130
artifact-name: sbom-python.spdx.json

.github/workflows/scorecard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ jobs:
6565
retention-days: 5
6666

6767
- name: Upload to code-scanning
68-
uses: github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.29.5
68+
uses: github/codeql-action/upload-sarif@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v3.29.5
6969
with:
7070
sarif_file: results.sarif

0 commit comments

Comments
 (0)