Skip to content

Commit e41ac56

Browse files
authored
Merge branch 'master' into dependabot/maven/cia.project.versions.aws-1.12.784
2 parents 46fa344 + 4b92f20 commit e41ac56

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
download_external_modules: true
8888
# Initializes the CodeQL tools for scanning.
8989
- name: Initialize CodeQL
90-
uses: github/codeql-action/init@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
90+
uses: github/codeql-action/init@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
9191
with:
9292
languages: ${{ matrix.language }}
9393
dependency-caching: true
@@ -138,4 +138,4 @@ jobs:
138138
uses: advanced-security/maven-dependency-submission-action@b275d12641ac2d2108b2cbb7598b154ad2f2cee8
139139

140140
- name: Perform CodeQL Analysis
141-
uses: github/codeql-action/analyze@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
141+
uses: github/codeql-action/analyze@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ jobs:
7171

7272
# Upload the results to GitHub's code scanning dashboard.
7373
- name: "Upload to code-scanning"
74-
uses: github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
74+
uses: github/codeql-action/upload-sarif@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
7575
with:
7676
sarif_file: results.sarif

testfoundation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@
484484
<dependency>
485485
<groupId>org.htmlunit</groupId>
486486
<artifactId>htmlunit</artifactId>
487-
<version>4.12.0</version>
487+
<version>4.13.0</version>
488488
<exclusions>
489489
<exclusion>
490490
<groupId>commons-codec</groupId>

0 commit comments

Comments
 (0)