From 1b17c4c51c88f3fb127225c79ad842c3f0efa9a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 20:57:00 +0000 Subject: [PATCH] Bump the github-actions group across 2 directories with 3 updates Bumps the github-actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Bumps the github-actions group with 1 update in the /.github/actions/setup_build directory: [hendrikmuhs/ccache-action](https://github.com/hendrikmuhs/ccache-action). Updates `actions/checkout` from 2 to 4 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v2...v4) Updates `softprops/action-gh-release` from 2.1.0 to 2.2.1 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/01570a1f39cb168c169c802c3bceb9e93fb10974...c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda) Updates `hendrikmuhs/ccache-action` from 1.2.14 to 1.2.16 - [Release notes](https://github.com/hendrikmuhs/ccache-action/releases) - [Commits](https://github.com/hendrikmuhs/ccache-action/compare/ed74d11c0b343532753ecead8a951bb09bb34bc9...53911442209d5c18de8a31615e0923161e435875) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: hendrikmuhs/ccache-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/actions/setup_build/action.yml | 2 +- .../workflows/create_publish_artifacts.yml | 2 +- .github/workflows/publish_docker_images.yml | 2 +- .github/workflows/run_ock_demo.yml | 2 +- .github/workflows/run_pr_tests.yml | 24 +++++++++---------- .github/workflows/scorecard.yml | 2 +- 6 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/actions/setup_build/action.yml b/.github/actions/setup_build/action.yml index c70c41f97..355c830b5 100644 --- a/.github/actions/setup_build/action.yml +++ b/.github/actions/setup_build/action.yml @@ -92,7 +92,7 @@ runs: # note the PR testing usage should set 'save' to false, to avoid PR testing creating new caches on a branch - name: Setup ccache - uses: hendrikmuhs/ccache-action@ed74d11c0b343532753ecead8a951bb09bb34bc9 # v1.2.14 + uses: hendrikmuhs/ccache-action@53911442209d5c18de8a31615e0923161e435875 # v1.2.16 with: max-size: 200M key: ccache-build diff --git a/.github/workflows/create_publish_artifacts.yml b/.github/workflows/create_publish_artifacts.yml index 155b151da..53183c799 100644 --- a/.github/workflows/create_publish_artifacts.yml +++ b/.github/workflows/create_publish_artifacts.yml @@ -105,7 +105,7 @@ jobs: fi - name: Create OCK pre-release - uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # v2.1.0 + uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1 env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} with: diff --git a/.github/workflows/publish_docker_images.yml b/.github/workflows/publish_docker_images.yml index fecc9356b..4b5555e64 100644 --- a/.github/workflows/publish_docker_images.yml +++ b/.github/workflows/publish_docker_images.yml @@ -21,7 +21,7 @@ jobs: REGISTRY: ghcr.io/uxlfoundation steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Login to GitHub Container Registry uses: docker/login-action@v3 with: diff --git a/.github/workflows/run_ock_demo.yml b/.github/workflows/run_ock_demo.yml index 33e9d5a9c..8599800a2 100644 --- a/.github/workflows/run_ock_demo.yml +++ b/.github/workflows/run_ock_demo.yml @@ -212,7 +212,7 @@ jobs: tar -rf ock_demo_components.tar.gz portDNN_build.tar.gz portBLAS_build.tar.gz - name: Create OCK demo release - uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # v2.1.0 + uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1 env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} with: diff --git a/.github/workflows/run_pr_tests.yml b/.github/workflows/run_pr_tests.yml index 414ecd494..c0cc7a80e 100644 --- a/.github/workflows/run_pr_tests.yml +++ b/.github/workflows/run_pr_tests.yml @@ -38,7 +38,7 @@ jobs: - ${{github.workspace}}:${{github.workspace}} steps: - name: Checkout repo - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4 # installs tools, ninja, installs llvm and sets up sccahe - name: setup-ubuntu @@ -86,7 +86,7 @@ jobs: - ${{github.workspace}}:${{github.workspace}} steps: - name: Checkout repo - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4 # installs tools, ninja, installs llvm and sets up sccahe - name: setup-ubuntu @@ -117,7 +117,7 @@ jobs: - ${{github.workspace}}:${{github.workspace}} steps: - name: Checkout repo - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4 # installs tools, ninja, installs llvm and sets up sccahe - name: setup-ubuntu @@ -160,7 +160,7 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4 - name: setup-ubuntu-clang-format run: @@ -187,7 +187,7 @@ jobs: arch: amd64 - name: Checkout repo - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4 # installs tools, ninja, installs llvm and sets up ccache - name: setup-windows @@ -231,7 +231,7 @@ jobs: timeout-minutes: 60 steps: - name: Checkout repo - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4 - name: setup-ubuntu uses: ./.github/actions/setup_build with: @@ -264,7 +264,7 @@ jobs: timeout-minutes: 90 # offline needs longer timeout steps: - name: Checkout repo - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4 - name: setup-ubuntu uses: ./.github/actions/setup_build with: @@ -307,7 +307,7 @@ jobs: timeout-minutes: 60 steps: - name: Checkout repo - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4 - name: setup-ubuntu uses: ./.github/actions/setup_build with: @@ -342,7 +342,7 @@ jobs: timeout-minutes: 60 steps: - name: Checkout repo - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4 - name: setup-ubuntu uses: ./.github/actions/setup_build with: @@ -370,7 +370,7 @@ jobs: timeout-minutes: 90 # aarch64 needs longer timeout steps: - name: Checkout repo - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4 - name: setup-ubuntu uses: ./.github/actions/setup_build with: @@ -402,7 +402,7 @@ jobs: timeout-minutes: 60 steps: - name: Checkout repo - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4 - name: Install Ninja uses: llvm/actions/install-ninja@main - run: echo WORKSPACE is $GITHUB_WORKSPACE && echo PWD is `pwd` && ls -al @@ -426,7 +426,7 @@ jobs: timeout-minutes: 60 steps: - name: Checkout repo - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4 - name: setup-ubuntu uses: ./.github/actions/setup_build with: diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 29ce490cb..c30e88f8b 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -25,7 +25,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v4.2.0 with: persist-credentials: false