diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e69272..e1535c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: pull-requests: write steps: - name: Check-out source code - uses: actions/checkout@v2 + uses: actions/checkout@v6 - name: Prepare GitHub release id: create_prod_release @@ -21,7 +21,7 @@ jobs: with: command: github-release release-type: simple - package-name: ${{ github.event.repository.name }} + target-branch: ${{ github.ref_name }} - name: Define build properties run: | @@ -45,5 +45,4 @@ jobs: with: command: release-pr release-type: simple - package-name: ${{ github.event.repository.name }} - changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"api","section":"API changes","hidden":false}]' + target-branch: ${{ github.ref_name }} diff --git a/.github/workflows/fod_scan.yml b/.github/workflows/fod_scan.yml index 2ebd78c..2fdf7b5 100644 --- a/.github/workflows/fod_scan.yml +++ b/.github/workflows/fod_scan.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Check Out Source Code - uses: actions/checkout@v2 + uses: actions/checkout@v6 - name: Setup Java uses: actions/setup-java@v1