From 689e9025393a821b0ac579f62f19f667b9770036 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 19:43:04 +0000 Subject: [PATCH] chore(deps): bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [AbsaOSS/organizational-workflows/.github/workflows/aquasec-scan.yml](https://github.com/absaoss/organizational-workflows) and [AbsaOSS/generate-release-notes](https://github.com/absaoss/generate-release-notes). Updates `AbsaOSS/organizational-workflows/.github/workflows/aquasec-scan.yml` from 1.1.0 to 1.3.0 - [Release notes](https://github.com/absaoss/organizational-workflows/releases) - [Commits](https://github.com/absaoss/organizational-workflows/compare/v1.1.0...v1.3.0) Updates `AbsaOSS/generate-release-notes` from 1.3.2 to 1.3.3 - [Release notes](https://github.com/absaoss/generate-release-notes/releases) - [Commits](https://github.com/absaoss/generate-release-notes/compare/26eca65fc504c088a7afd8b08545a738ad8b446b...4592187ca123598c8f0bd6de06311c9f5cd8b773) --- updated-dependencies: - dependency-name: AbsaOSS/organizational-workflows/.github/workflows/aquasec-scan.yml dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: AbsaOSS/generate-release-notes dependency-version: 1.3.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/aquasec-night-scan.yml | 2 +- .github/workflows/gh_release_draft.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/aquasec-night-scan.yml b/.github/workflows/aquasec-night-scan.yml index b43b3c5..b12133a 100644 --- a/.github/workflows/aquasec-night-scan.yml +++ b/.github/workflows/aquasec-night-scan.yml @@ -38,7 +38,7 @@ permissions: jobs: scan: - uses: AbsaOSS/organizational-workflows/.github/workflows/aquasec-scan.yml@v1.1.0 # TODO: pin to the newest release SHA + uses: AbsaOSS/organizational-workflows/.github/workflows/aquasec-scan.yml@v1.3.0 # TODO: pin to the newest release SHA with: dry-run: ${{ inputs.dry-run || false }} min-severity: 'high' # Only high and critical severity alerts will be promoted to issues diff --git a/.github/workflows/gh_release_draft.yml b/.github/workflows/gh_release_draft.yml index 84bc754..a3c4778 100644 --- a/.github/workflows/gh_release_draft.yml +++ b/.github/workflows/gh_release_draft.yml @@ -72,7 +72,7 @@ jobs: - name: Generate Release Notes id: generate_release_notes - uses: AbsaOSS/generate-release-notes@26eca65fc504c088a7afd8b08545a738ad8b446b # v1.3.2 + uses: AbsaOSS/generate-release-notes@4592187ca123598c8f0bd6de06311c9f5cd8b773 # v1.3.3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: