From a6b39678616fc4625d062f53294f355d76aeb516 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 25 May 2026 08:17:41 +0000 Subject: [PATCH 1/3] chore: Update action references --- action.yml | 2 +- with-ghes-artifacts/action.yml | 2 +- with-github-artifacts/action.yml | 2 +- without-artifacts/action.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/action.yml b/action.yml index ab25dd0..39efd3d 100644 --- a/action.yml +++ b/action.yml @@ -18,7 +18,7 @@ inputs: runs: using: composite steps: - - uses: fortify/github-action/with-github-artifacts@main + - uses: fortify/github-action/with-github-artifacts@mjain6/update3rdPartyWrappers with: debug: ${{ inputs.debug }} debug-artifact-name: ${{ inputs.debug-artifact-name }} diff --git a/with-ghes-artifacts/action.yml b/with-ghes-artifacts/action.yml index 367c70c..e581439 100644 --- a/with-ghes-artifacts/action.yml +++ b/with-ghes-artifacts/action.yml @@ -20,7 +20,7 @@ runs: steps: - name: Run Fortify AST Scan id: run_ast_scan - uses: fortify/github-action/without-artifacts@main + uses: fortify/github-action/without-artifacts@mjain6/update3rdPartyWrappers with: debug: ${{ inputs.debug }} diff --git a/with-github-artifacts/action.yml b/with-github-artifacts/action.yml index feb4858..55dba36 100644 --- a/with-github-artifacts/action.yml +++ b/with-github-artifacts/action.yml @@ -20,7 +20,7 @@ runs: steps: - name: Run Fortify AST Scan id: run_ast_scan - uses: fortify/github-action/without-artifacts@main + uses: fortify/github-action/without-artifacts@mjain6/update3rdPartyWrappers with: debug: ${{ inputs.debug }} diff --git a/without-artifacts/action.yml b/without-artifacts/action.yml index e2e2f19..3aefca9 100644 --- a/without-artifacts/action.yml +++ b/without-artifacts/action.yml @@ -19,7 +19,7 @@ runs: - name: Set Fortify data directory run: echo "FORTIFY_DATA_DIR=${{ runner.temp }}/fortify-data" >> $GITHUB_ENV shell: bash - - uses: fortify/github-action/setup@main + - uses: fortify/github-action/setup@mjain6/update3rdPartyWrappers with: fcli: bootstrapped export-path: false From ed7f3b83a9f49233757484a1e9d56b5fe21a37a4 Mon Sep 17 00:00:00 2001 From: mjain6 Date: Mon, 25 May 2026 13:51:05 +0530 Subject: [PATCH 2/3] update release-please action from v3 to v5 --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4c40f67..f699236 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -37,7 +37,7 @@ jobs: - name: Generate and process release PR id: release_please - uses: fortify/3rdparty-actions/actions/googleapis/release-please-action/v4@main + uses: fortify/3rdparty-actions/actions/googleapis/release-please-action/v5@main with: release-type: simple From fb4e81d1c6000899e5b85964f220c7ae52f0c22f Mon Sep 17 00:00:00 2001 From: mjain6 Date: Tue, 16 Jun 2026 17:14:25 +0530 Subject: [PATCH 3/3] ci: upgrade release-please and align action versions --- .github/workflows/publish.yml | 6 ++++-- release-please-config.json | 7 +++++++ 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 release-please-config.json diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f699236..96f2a97 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -40,17 +40,19 @@ jobs: uses: fortify/3rdparty-actions/actions/googleapis/release-please-action/v5@main with: release-type: simple + skip-github-release: true + target-branch: ${{ github.ref_name }} - name: Publish v{major}.{minor} tag if: steps.release_please.outputs.release_created - uses: fortify/3rdparty-actions/actions/richardsimko/update-tag/v1@main + uses: fortify/.github/.github/actions/update-tag@main with: tag_name: v${{steps.release_please.outputs.major}}.${{steps.release_please.outputs.minor}} github_token: ${{ secrets.GITHUB_TOKEN }} - name: Publish v{major} tag if: steps.release_please.outputs.release_created - uses: fortify/3rdparty-actions/actions/richardsimko/update-tag/v1@main + uses: fortify/.github/.github/actions/update-tag@main with: tag_name: v${{steps.release_please.outputs.major}} github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/release-please-config.json b/release-please-config.json new file mode 100644 index 0000000..277e7fd --- /dev/null +++ b/release-please-config.json @@ -0,0 +1,7 @@ +{ + "changelog-sections": [ + { "type": "feat", "section": "Features", "hidden": false }, + { "type": "fix", "section": "Bug Fixes", "hidden": false }, + { "type": "api", "section": "API changes", "hidden": false } + ] +} \ No newline at end of file