From 60d7f6a95744ebc4d0fe7b81a5fc8a09f3ba7e7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 22:33:28 +0000 Subject: [PATCH 1/2] Bump github/codeql-action Bumps [github/codeql-action](https://github.com/github/codeql-action) from 323f5ef653b88011bf10e9a0a56d70d742463c9a to 3c13be0632d1e2a15d39da6ede780272c022b84f. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/323f5ef653b88011bf10e9a0a56d70d742463c9a...3c13be0632d1e2a15d39da6ede780272c022b84f) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/kics.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/kics.yml b/.github/workflows/kics.yml index eadbe7204..750f4f4a0 100644 --- a/.github/workflows/kics.yml +++ b/.github/workflows/kics.yml @@ -34,6 +34,6 @@ jobs: platform_type: ansible disable_secrets: true - name: Upload SARIF file - uses: github/codeql-action/upload-sarif@323f5ef653b88011bf10e9a0a56d70d742463c9a # v3.26.8 + uses: github/codeql-action/upload-sarif@3c13be0632d1e2a15d39da6ede780272c022b84f # v3.26.8 with: sarif_file: report-dir/results.sarif From 8c96d03a7bdf1b6826506492b73eb07f4e905719 Mon Sep 17 00:00:00 2001 From: Giovanni Toraldo <71768+gionn@users.noreply.github.com> Date: Wed, 2 Oct 2024 10:02:53 +0200 Subject: [PATCH 2/2] Apply suggestions from code review --- .github/workflows/kics.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/kics.yml b/.github/workflows/kics.yml index 750f4f4a0..2e4787ffc 100644 --- a/.github/workflows/kics.yml +++ b/.github/workflows/kics.yml @@ -34,6 +34,6 @@ jobs: platform_type: ansible disable_secrets: true - name: Upload SARIF file - uses: github/codeql-action/upload-sarif@3c13be0632d1e2a15d39da6ede780272c022b84f # v3.26.8 + uses: github/codeql-action/upload-sarif@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10 with: sarif_file: report-dir/results.sarif