diff --git a/.github/actions/setup-java-env/action.yaml b/.github/actions/setup-java-env/action.yaml index 6df1122..0cde1e2 100644 --- a/.github/actions/setup-java-env/action.yaml +++ b/.github/actions/setup-java-env/action.yaml @@ -26,7 +26,7 @@ runs: fetch-depth: 0 submodules: true - name: "jdk ${{ inputs.runtime_version }}" - uses: "actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165" # v5.0.0 + uses: "actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654" # v5.2.0 with: distribution: "temurin" java-version: "${{ inputs.runtime_version }}" diff --git a/.github/workflows/shared-ci.yaml b/.github/workflows/shared-ci.yaml index d92bd36..c85a318 100644 --- a/.github/workflows/shared-ci.yaml +++ b/.github/workflows/shared-ci.yaml @@ -161,7 +161,7 @@ jobs: installation_retrieval_payload: "SpongePowered/APIJavadocs" - name: Publish Javadoc 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')) }}" - uses: JamesIves/github-pages-deploy-action@6c2d9db40f9296374acc17b90404b6e8864128c8 # v4.7.3 + uses: JamesIves/github-pages-deploy-action@d92aa235d04922e8f08b40ce78cc5442fcfbfa2f # v4.8.0 with: folder: build/publish-jd repository-name: SpongePowered/APIJavadocs diff --git a/.github/workflows/shared-codeql-analysis.yaml b/.github/workflows/shared-codeql-analysis.yaml index 0af307e..0cd6b04 100644 --- a/.github/workflows/shared-codeql-analysis.yaml +++ b/.github/workflows/shared-codeql-analysis.yaml @@ -35,10 +35,10 @@ jobs: publishing_branch_regex: ${{ inputs.publishing_branch_regex }} - name: Initialize CodeQL - uses: github/codeql-action/init@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4 + uses: github/codeql-action/init@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4 with: languages: java - name: Build with Gradle run: ./gradlew ${{ inputs.extra_gradle_params }} assemble - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4 + uses: github/codeql-action/analyze@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4