diff --git a/.github/workflows/analyze.yml b/.github/workflows/analyze.yml index 3e38197..2189b33 100644 --- a/.github/workflows/analyze.yml +++ b/.github/workflows/analyze.yml @@ -64,13 +64,13 @@ jobs: fetch-depth: 2 - name: Initialize CodeQL - uses: 'github/codeql-action/init@515828d97454b8354517688ddc5b48402b723750' # 2.1.38 + uses: 'github/codeql-action/init@a34ca99b4610d924e04c68db79e503e1f79f9f02' # v2.1.39 with: languages: 'java' queries: 'security-and-quality' - name: Autobuild - uses: 'github/codeql-action/autobuild@515828d97454b8354517688ddc5b48402b723750' # 2.1.38 + uses: 'github/codeql-action/autobuild@a34ca99b4610d924e04c68db79e503e1f79f9f02' # v2.1.39 - name: Perform CodeQL Analysis - uses: 'github/codeql-action/analyze@515828d97454b8354517688ddc5b48402b723750' # 2.1.38 + uses: 'github/codeql-action/analyze@a34ca99b4610d924e04c68db79e503e1f79f9f02' # v2.1.39 diff --git a/CHANGELOG.md b/CHANGELOG.md index ee45356..ba47ede 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - Comment GitHub actions with version (#287). - Bump actions/cache from 3.2.2 to 3.2.3 (#284). -- Bump github/codeql-action from 2.1.37 to 2.1.38 (#286) +- Bump github/codeql-action from 2.1.37 to 2.1.39 (#286, #290) - Bump strata-basics from 2.12.17 to 2.12.20 (#285, #288, #289) ### Thanks