Skip to content

Commit f777873

Browse files
chore(deps): Update build deps and github actions
1 parent 58589e4 commit f777873

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/actions/setup-java-env/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ runs:
3131
distribution: "temurin"
3232
java-version: "${{ inputs.runtime_version }}"
3333
- name: "gradle / validate wrapper"
34-
uses: "gradle/actions/wrapper-validation@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2" # v5.0.0
34+
uses: "gradle/actions/wrapper-validation@f29f5a9d7b09a7c6b29859002d29d24e1674c884" # v5.0.1
3535
# Checks branch name to see if we're going to potentially publish this
3636
- name: "publishing branch"
3737
uses: "KyoriPowered/action-regex-match@5684ded1f3e016437483d3d74cfa93fcdf5e313b" # v5.0.0
@@ -46,6 +46,6 @@ runs:
4646
run: |
4747
exec "$GITHUB_ACTION_PATH/setup-gradle-properties.sh"
4848
- name: "gradle / setup environment"
49-
uses: "gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2" # v5.0.0
49+
uses: "gradle/actions/setup-gradle@f29f5a9d7b09a7c6b29859002d29d24e1674c884" # v5.0.1
5050
with:
5151
cache-read-only: "${{ steps.branch-name.outputs.match == '' || github.event_name == 'pull_request' }}"

.github/workflows/shared-codeql-analysis.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ jobs:
3535
publishing_branch_regex: ${{ inputs.publishing_branch_regex }}
3636

3737
- name: Initialize CodeQL
38-
uses: github/codeql-action/init@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4
38+
uses: github/codeql-action/init@9e907b5e64f6b83e7804b09294d44122997950d6 # v4
3939
with:
4040
languages: java
4141
- name: Build with Gradle
4242
run: ./gradlew ${{ inputs.extra_gradle_params }} assemble
4343
- name: Perform CodeQL Analysis
44-
uses: github/codeql-action/analyze@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4
44+
uses: github/codeql-action/analyze@9e907b5e64f6b83e7804b09294d44122997950d6 # v4

0 commit comments

Comments
 (0)