diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7655539316..5013b2b163 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -331,7 +331,7 @@ jobs: sudo -E ../test/e2e/scripts/run_tests.sh - name: Archive test reports - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 if: failure() with: name: ${{ matrix.name }}_report diff --git a/.github/workflows/drivers_ci.yml b/.github/workflows/drivers_ci.yml index 8e2d7ea848..62a3b8f246 100644 --- a/.github/workflows/drivers_ci.yml +++ b/.github/workflows/drivers_ci.yml @@ -252,7 +252,7 @@ jobs: make ProbeSkeleton -j6 - name: Upload skeleton - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: bpf_probe_x86_64.skel.h path: skeleton-build/skel_dir/bpf_probe.skel.h @@ -345,7 +345,7 @@ jobs: echo "" - name: Upload PR info as artifact - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4 with: name: pr-kernel-testing path: pr/ diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 4bdae2f644..7abd7fc9fb 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -32,7 +32,7 @@ jobs: - name: Upload the git diff artifact 📦 if: failure() - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: format_diff.patch path: ./format_diff.patch diff --git a/.github/workflows/latest-kernel.yml b/.github/workflows/latest-kernel.yml index ffddfce55a..01abf0bc15 100644 --- a/.github/workflows/latest-kernel.yml +++ b/.github/workflows/latest-kernel.yml @@ -44,7 +44,7 @@ jobs: echo "latest_vers=$(grep kernelrelease dk.yaml | awk -F": " '{print $2}')" >> $GITHUB_OUTPUT - name: Upload driverkit config - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: driverkit_config.yaml path: linux/dk.yaml diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 4dbd542dcd..320e037d5b 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -28,7 +28,7 @@ jobs: uses: ./.github/actions/composite-perf - name: Archive master perf report - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: perf_report retention-days: 30 # 30 days because this is the artifact on master; we need to retain it to be able to properly diff it @@ -72,7 +72,7 @@ jobs: rm -rf stacks.txt - name: Upload svg files - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: perf_svg path: '*.svg' diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index 080524cf56..ff27741c52 100644 --- a/.github/workflows/perf.yml +++ b/.github/workflows/perf.yml @@ -56,7 +56,7 @@ jobs: python3 google-benchmark/tools/compare.py --no-color benchmarks gbench_data.json ${{ steps.perf.outputs.gbench_json }} &> gbench_diff.txt - name: Archive perf diff - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: perf_diff path: '*_diff.txt' @@ -96,7 +96,7 @@ jobs: echo "" - name: Upload PR info as artifact - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4 with: name: pr-perf path: pr/ diff --git a/.github/workflows/release-body.yml b/.github/workflows/release-body.yml index 719e59c3d6..ea0f570359 100644 --- a/.github/workflows/release-body.yml +++ b/.github/workflows/release-body.yml @@ -98,7 +98,7 @@ jobs: echo "#### Release Manager @${{ github.event.release.author.login }}" >> release-body.md - name: Release - uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.0 + uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1 with: body_path: ./release-body.md tag_name: ${{ github.event.release.tag_name }} @@ -182,7 +182,7 @@ jobs: echo "#### Release Manager @${{ github.event.release.author.login }}" >> release-body.md - name: Release - uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.0 + uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1 with: body_path: ./release-body.md tag_name: ${{ github.event.release.tag_name }} diff --git a/.github/workflows/reusable_kernel_tests.yaml b/.github/workflows/reusable_kernel_tests.yaml index 94edc6a88f..a3cc945509 100644 --- a/.github/workflows/reusable_kernel_tests.yaml +++ b/.github/workflows/reusable_kernel_tests.yaml @@ -47,12 +47,12 @@ jobs: libsrepo: ${{ inputs.libsrepo }} build_matrix: 'true' - - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: ansible_output_${{matrix.architecture}} path: ${{ steps.kernel_tests.outputs.ansible_output }} - - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: matrix_${{matrix.architecture}} path: ${{ steps.kernel_tests.outputs.matrix_output }} diff --git a/.github/workflows/test_coverage_ci.yml b/.github/workflows/test_coverage_ci.yml index ddcf9102af..0dae9f7406 100644 --- a/.github/workflows/test_coverage_ci.yml +++ b/.github/workflows/test_coverage_ci.yml @@ -37,7 +37,7 @@ jobs: gcovr --xml -o ./libsinsp.coverage.xml - name: Upload to codecov - uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1.1 + uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2 with: fail_ci_if_error: true files: ./libsinsp.coverage.xml diff --git a/.github/workflows/update-syscalls.yml b/.github/workflows/update-syscalls.yml index 7d5c4ca631..6cbe2ff1a5 100644 --- a/.github/workflows/update-syscalls.yml +++ b/.github/workflows/update-syscalls.yml @@ -24,7 +24,7 @@ jobs: repo-root: ${{ github.workspace }}/libs - name: Create Pull Request - uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5 + uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6 with: path: libs signoff: true