This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch pin-actions-incremental-build in repository https://gitbox.apache.org/repos/asf/camel.git
commit be538a8d3d34f53cb3817d0255ba7009d0af8a11 Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Aug 20 08:03:08 2024 +0200 Github Actions Security Best practices: Pin Actions to Full lenght Commit SHA - Incremental Build Action --- .github/actions/incremental-build/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/incremental-build/action.yaml b/.github/actions/incremental-build/action.yaml index 97ce491458e..fcbd1d84052 100644 --- a/.github/actions/incremental-build/action.yaml +++ b/.github/actions/incremental-build/action.yaml @@ -52,7 +52,7 @@ runs: env: GITHUB_TOKEN: ${{ inputs.github-token }} - name: archive logs - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 if: always() with: name: incremental-${{ inputs.mode }}-${{ inputs.artifact-upload-suffix }}.log
