Skip to content

Commit

Permalink
23121401 VETRANIO231213
Browse files Browse the repository at this point in the history
- bugfix: Fixed "null null null" response status-line is appeared in messageView
- maintenance: changed version of gradle-build-action from @2 to @2.11.0
  • Loading branch information
gdgd009xcd committed Dec 14, 2023
1 parent cedecae commit 0729f12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Checkout project sources
uses: actions/checkout@v3
- name: Setup Gradle
uses: gradle/gradle-build-action@v2.11
uses: gradle/gradle-build-action@v2.11.0
- name: Run build with Gradle Wrapper
run: ./gradlew ${{env.ZAP_ADDON_BUILD_TASK}}
- name: get zap file name
Expand Down
4 changes: 2 additions & 2 deletions addOns/automacrobuilder/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
All notable changes to this add-on will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [v1.1.13] - 2023-12-13
## [v1.1.13] - 2023-12-14
### Fixed
- bugfix: Fixed "null null null" response status-line is appeared in messageView
### Changed
- maintenance: changed version of gradle-build-action from @2 to @2.11
- maintenance: changed version of gradle-build-action from @2 to @2.11.0

## [v1.1.12] - 2023-12-12
### Added
Expand Down

0 comments on commit 0729f12

Please sign in to comment.