Skip to content

Commit ad18f9d

Browse files
chore(deps): Update build deps and github actions
1 parent 82e7381 commit ad18f9d

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ runs:
2121
using: "composite"
2222
steps:
2323
- name: "checkout"
24-
uses: "actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8" # v5.0.0
24+
uses: "actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd" # v5.0.1
2525
with:
2626
fetch-depth: 0
2727
submodules: true
2828
- name: "jdk ${{ inputs.runtime_version }}"
29-
uses: "actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165" # v5.0.0
29+
uses: "actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e" # v5.1.0
3030
with:
3131
distribution: "temurin"
3232
java-version: "${{ inputs.runtime_version }}"

.github/workflows/shared-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
installation_retrieval_payload: "SpongePowered/APIJavadocs"
162162
- name: Publish Javadoc
163163
if: "${{ runner.os == 'Linux' && ((env.STATUS != 'release' && inputs.publish_snapshot_javadoc && github.event_name == 'push' && steps.setup.outputs.publishing_branch != '') || (env.STATUS == 'release' && inputs.publish_release_javadoc && github.event_name == 'release')) }}"
164-
uses: JamesIves/github-pages-deploy-action@6c2d9db40f9296374acc17b90404b6e8864128c8 # v4.7.3
164+
uses: JamesIves/github-pages-deploy-action@d92aa235d04922e8f08b40ce78cc5442fcfbfa2f # v4.8.0
165165
with:
166166
folder: build/publish-jd
167167
repository-name: SpongePowered/APIJavadocs

.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@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4
38+
uses: github/codeql-action/init@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # 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@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4
44+
uses: github/codeql-action/analyze@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4

.github/workflows/validate-renovate-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
if: "${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}"
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
17+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1818
- uses: suzuki-shunsuke/github-action-renovate-config-validator@c22827f47f4f4a5364bdba19e1fe36907ef1318e # v1.1.1
1919
with:
2020
config_file_path: renovate-config.json

0 commit comments

Comments
 (0)