Skip to content

Commit 714a801

Browse files
chore(deps): Update build deps and github actions
1 parent 31ef48b commit 714a801

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/shared-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
installation_retrieval_payload: "SpongePowered/APIJavadocs"
154154
- name: Publish Javadoc
155155
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')) }}"
156-
uses: JamesIves/github-pages-deploy-action@6c2d9db40f9296374acc17b90404b6e8864128c8 # v4.7.3
156+
uses: JamesIves/github-pages-deploy-action@4a3abc783e1a24aeb44c16e869ad83caf6b4cc23 # v4.7.4
157157
with:
158158
folder: build/publish-jd
159159
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@0499de31b99561a6d14a36a5f662c2a54f91beee # 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@0499de31b99561a6d14a36a5f662c2a54f91beee # v4

0 commit comments

Comments
 (0)