Skip to content

Commit a36e8ef

Browse files
committedMar 4, 2025··
chore: Set 8.18.0 release date
1 parent 1b7deeb commit a36e8ef

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎.github/workflows/codeql.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
# Initializes the CodeQL tools for scanning.
2929
- name: Initialize CodeQL
30-
uses: github/codeql-action/init@1a7989f3955e0c69f0e0ccc14aee54a387a0fd31
30+
uses: github/codeql-action/init@1bb15d06a6fbb5d9d9ffd228746bf8ee208caec8
3131
with:
3232
languages: java-kotlin
3333
build-mode: none
@@ -37,6 +37,6 @@ jobs:
3737
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
3838
# queries: security-extended,security-and-quality
3939
- name: Perform CodeQL Analysis
40-
uses: github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a
40+
uses: github/codeql-action/analyze@1bb15d06a6fbb5d9d9ffd228746bf8ee208caec8
4141
with:
4242
category: "/language:java-kotlin"

‎CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
# [8.18.0] - 2025-03-??
5+
# [8.18.0] - 2025-03-05
66
- Added MMS Text, File and Content outbound message types
77
- Added `getFileName` and `getFileCaption` to `com.vonage.client.messages.InboundMessage`
88

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
![CodeQL](https://github.com/Vonage/vonage-java-sdk/actions/workflows/codeql.yml/badge.svg)
77
[![codecov](https://codecov.io/gh/vonage/vonage-java-sdk/branch/main/graph/badge.svg)](https://codecov.io/gh/vonage/vonage-java-sdk)
88
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/Vonage/vonage-java-sdk/badge)](https://scorecard.dev/viewer/?uri=github.com/Vonage/vonage-java-sdk)
9-
![SLOC](https://sloc.xyz/github/vonage/vonage-java-sdk?)
9+
![SLOC](https://sloc.xyz/github/vonage/vonage-java-sdk??)
1010
[![Snyk](https://snyk.io/test/github/vonage/vonage-java-sdk/badge.svg)](https://snyk.io/test/github/vonage/vonage-java-sdk)
1111
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.1%20adopted-ff69b4.svg)](CODE_OF_CONDUCT.md)
1212
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE.txt)

0 commit comments

Comments
 (0)
Please sign in to comment.