Skip to content

Commit ae1ebe7

Browse files
deps: bump the actions group with 3 updates (#112)
Bumps the actions group with 3 updates: [github/codeql-action](https://github.com/github/codeql-action), [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) and [dorny/paths-filter](https://github.com/dorny/paths-filter). Updates `github/codeql-action` from 4.37.4 to 4.37.6 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v4.37.4...v4.37.6) Updates `actions/attest-build-provenance` from 4.1.1 to 4.2.2 - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](actions/attest-build-provenance@0f67c3f...4d10147) Updates `dorny/paths-filter` from 4.0.2 to 4.0.3 - [Release notes](https://github.com/dorny/paths-filter/releases) - [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md) - [Commits](dorny/paths-filter@7b450ff...ceb8a2b) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.37.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: actions/attest-build-provenance dependency-version: 4.2.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: dorny/paths-filter dependency-version: 4.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c1c3550 commit ae1ebe7

7 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/codeql-dynamic.yml

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

4646
# Initializes the CodeQL tools for scanning.
4747
- name: Initialize CodeQL
48-
uses: github/codeql-action/init@v4.37.4
48+
uses: github/codeql-action/init@v4.37.6
4949
with:
5050
languages: ${{ matrix.language }}
5151

5252
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5353
- name: Autobuild
54-
uses: github/codeql-action/autobuild@v4.37.4
54+
uses: github/codeql-action/autobuild@v4.37.6
5555

5656
- name: Perform CodeQL Analysis
57-
uses: github/codeql-action/analyze@v4.37.4
57+
uses: github/codeql-action/analyze@v4.37.6
5858
with:
5959
category: "/language:${{matrix.language}}"

.github/workflows/codeql-iac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
uses: advanced-security/codeql-extractor-iac@main
2222

2323
- name: Upload SARIF file
24-
uses: github/codeql-action/upload-sarif@v4.37.4
24+
uses: github/codeql-action/upload-sarif@v4.37.6
2525
with:
2626
sarif_file: ${{ steps.codeql_iac.outputs.sarif }}

.github/workflows/codeql-ql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
mv updated_sarif.sarif ${{ steps.run_ql.outputs.sarif }}
112112
113113
- name: Upload SARIF file
114-
uses: github/codeql-action/upload-sarif@v4.37.4
114+
uses: github/codeql-action/upload-sarif@v4.37.6
115115
with:
116116
sarif_file: ${{ steps.run_ql.outputs.sarif }}
117117
category: "/codeql:ql"

.github/workflows/container-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,13 @@ jobs:
8787

8888
# Build provenance attestations
8989
- name: Attest Container Image
90-
uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1
90+
uses: actions/attest-build-provenance@4d101475d8b20a2381f78447822ac1eab6504dd8 # v4.2.2
9191
with:
9292
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
9393
subject-digest: ${{ steps.build.outputs.digest }}
9494
push-to-registry: true
9595

9696
# - name: Attest Container SBOM
97-
# uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1
97+
# uses: actions/attest-build-provenance@4d101475d8b20a2381f78447822ac1eab6504dd8 # v4.2.2
9898
# with:
9999
# subject-path:: '*.spdx.json'

.github/workflows/container-security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ jobs:
6666
path: ${{ steps.scan.outputs.sarif }}
6767

6868
- name: Upload vulnerability report
69-
uses: github/codeql-action/upload-sarif@v4.37.4
69+
uses: github/codeql-action/upload-sarif@v4.37.6
7070
with:
7171
sarif_file: ${{ steps.scan.outputs.sarif }}

.github/workflows/markdown-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
persist-credentials: false
1919

2020
- name: Filter Changes
21-
uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 # v4.0.2
21+
uses: dorny/paths-filter@ceb8a2b8f2d89434be7ff52d3de7ec3738c5cc9d # v4.0.3
2222
id: changes
2323
with:
2424
filters: |

.github/workflows/sec-opengrep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: opengrep scan --sarif-output ./results.sarif .
5656

5757
- name: "Upload SARIF file"
58-
uses: github/codeql-action/upload-sarif@v4.37.4
58+
uses: github/codeql-action/upload-sarif@v4.37.6
5959
with:
6060
sarif_file: results.sarif
6161
if: always()

0 commit comments

Comments
 (0)