Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion with-ghes-artifacts/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
2 changes: 1 addition & 1 deletion with-github-artifacts/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
2 changes: 1 addition & 1 deletion without-artifacts/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down