From c16cb5ddff5c2a35a9ddc3bb2887d531102c3aea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 23:53:03 +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 [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `AbsaOSS/organizational-workflows/.github/workflows/aquasec-scan.yml` from 1.1.0 to 1.2.0 - [Release notes](https://github.com/absaoss/organizational-workflows/releases) - [Commits](https://github.com/absaoss/organizational-workflows/compare/d3e4ff77b60db1bcd5b485ccedf19d2216d39621...3b6a6b035bc2ddd0b0f2a8f8854df19314474312) Updates `softprops/action-gh-release` from 3.0.1 to 3.0.2 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/718ea10b132b3b2eba29c1007bb80653f286566b...3d0d9888cb7fd7b750713d6e236d1fcb99157228) --- updated-dependencies: - dependency-name: AbsaOSS/organizational-workflows/.github/workflows/aquasec-scan.yml dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: softprops/action-gh-release dependency-version: 3.0.2 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/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 ed7d67b..fc38bd1 100644 --- a/.github/workflows/aquasec-night-scan.yml +++ b/.github/workflows/aquasec-night-scan.yml @@ -22,7 +22,7 @@ permissions: jobs: aquasec-night-scan: - uses: AbsaOSS/organizational-workflows/.github/workflows/aquasec-scan.yml@d3e4ff77b60db1bcd5b485ccedf19d2216d39621 + uses: AbsaOSS/organizational-workflows/.github/workflows/aquasec-scan.yml@3b6a6b035bc2ddd0b0f2a8f8854df19314474312 with: dry-run: ${{ inputs.dry-run || false }} min-severity: 'high' diff --git a/.github/workflows/release_draft.yml b/.github/workflows/release_draft.yml index cdca64e..0023401 100644 --- a/.github/workflows/release_draft.yml +++ b/.github/workflows/release_draft.yml @@ -92,7 +92,7 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} - name: Create draft release - uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: