Skip to content

Commit 0f35dea

Browse files
authored
chore(deps): update all non-major dependencies (#247)
1 parent e444593 commit 0f35dea

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
# Initializes the CodeQL tools for scanning.
4848
- name: Initialize CodeQL
49-
uses: github/codeql-action/init@0116bc2df50751f9724a2e35ef1f24d22f90e4e1 # v2.22.3
49+
uses: github/codeql-action/init@74483a38d39275f33fcff5f35b679b5ca4a26a99 # v2.22.5
5050
with:
5151
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
5252
languages: java
@@ -66,6 +66,6 @@ jobs:
6666
(cd function-maven-plugin && mvn install)
6767
6868
- name: Perform CodeQL Analysis
69-
uses: github/codeql-action/analyze@0116bc2df50751f9724a2e35ef1f24d22f90e4e1 # v2.22.3
69+
uses: github/codeql-action/analyze@74483a38d39275f33fcff5f35b679b5ca4a26a99 # v2.22.5
7070
with:
7171
category: ${{ matrix.working-directory }}

.github/workflows/scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
persist-credentials: false
5050

5151
- name: "Run analysis"
52-
uses: ossf/scorecard-action@483ef80eb98fb506c348f7d62e28055e49fe2398 # v2.3.0
52+
uses: ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1
5353
with:
5454
results_file: results.sarif
5555
results_format: sarif
@@ -61,6 +61,6 @@ jobs:
6161

6262
# Upload the results to GitHub's code scanning dashboard.
6363
- name: "Upload to code-scanning"
64-
uses: github/codeql-action/upload-sarif@0116bc2df50751f9724a2e35ef1f24d22f90e4e1 # v2.22.3
64+
uses: github/codeql-action/upload-sarif@74483a38d39275f33fcff5f35b679b5ca4a26a99 # v2.22.5
6565
with:
6666
sarif_file: results.sarif

function-maven-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>org.apache.maven.plugin-tools</groupId>
5353
<artifactId>maven-plugin-annotations</artifactId>
54-
<version>3.9.0</version>
54+
<version>3.10.1</version>
5555
<scope>provided</scope>
5656
</dependency>
5757

@@ -87,7 +87,7 @@
8787
<plugin>
8888
<groupId>org.apache.maven.plugins</groupId>
8989
<artifactId>maven-plugin-plugin</artifactId>
90-
<version>3.9.0</version>
90+
<version>3.10.1</version>
9191
<executions>
9292
<execution>
9393
<id>help-goal</id>

0 commit comments

Comments
 (0)