Unverified Commit 21b845d0 authored by Bolea Sanchez, Vicente Adolfo's avatar Bolea Sanchez, Vicente Adolfo Committed by GitHub
Browse files

Merge pull request #4988 from ornladios/dependabot/github_actions/all-actions-1008bcbeb8

build(deps): bump the all-actions group across 1 directory with 4 updates
parents 38a4e3ad aa46cc2a
Loading
Loading
Loading
Loading
+11 −11
Original line number Diff line number Diff line
@@ -189,7 +189,7 @@ jobs:
          ref: ${{ github.event.pull_request.head.sha }}
          path: source
      - name: Restore cache
        uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v4
        uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v4
        id: restore-cache
        with:
          path: .ccache
@@ -209,7 +209,7 @@ jobs:
      - name: Print ccache statistics
        run: ccache -s | tee $GITHUB_STEP_SUMMARY
      - name: Save cache
        uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v4
        uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v4
        if: ${{ github.ref_name == 'master' && steps.restore-cache.outputs.cache-hit != 'true' }}
        id: save-cache
        with:
@@ -257,7 +257,7 @@ jobs:
          ref: ${{ github.event.pull_request.head.sha }}
          path: source
      - name: Restore cache
        uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v4
        uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v4
        id: restore-cache
        with:
          path: .ccache
@@ -277,7 +277,7 @@ jobs:
      - name: Print ccache statistics
        run: ccache -s
      - name: Save cache
        uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v4
        uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v4
        if: ${{ github.ref_name == 'master' && steps.restore-cache.outputs.cache-hit != 'true' }}
        id: save-cache
        with:
@@ -334,7 +334,7 @@ jobs:
      - name: Setup
        run: gha/scripts/ci/gh-actions/macos-setup.sh
      - name: Restore cache
        uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v4
        uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v4
        id: restore-cache
        with:
          path: .ccache
@@ -352,7 +352,7 @@ jobs:
      - name: Print ccache statistics
        run: ccache -s
      - name: Save cache
        uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v4
        uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v4
        if: ${{ github.ref_name == 'master' && steps.restore-cache.outputs.cache-hit != 'true' }}
        id: save-cache
        with:
@@ -581,7 +581,7 @@ jobs:
      with:
        ref: ${{ github.event.pull_request.head.sha }}
        path: source
    - uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v4
    - uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v4
      id: restore-cache
      with:
        path: .ccache
@@ -590,7 +590,7 @@ jobs:
          ccache-codeql
    - run: ccache -z
    - name: Initialize CodeQL
      uses: github/codeql-action/init@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v3
      uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v3
      with:
        languages: ${{ matrix.language }}
        source-root: source
@@ -603,7 +603,7 @@ jobs:
    - name: Build
      run: gha/scripts/ci/gh-actions/run.sh build
    - name: Perform CodeQL Analysis
      uses: github/codeql-action/analyze@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v3
      uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v3
      with:
        category: "/language:${{matrix.language}}"
        output: sarif-results
@@ -618,7 +618,7 @@ jobs:
        input: sarif-results/cpp.sarif
        output: sarif-results/cpp.sarif
    - name: Upload SARIF
      uses: github/codeql-action/upload-sarif@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v3
      uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v3
      with:
        sarif_file: sarif-results/cpp.sarif
    - name: Upload loc as a Build Artifact
@@ -628,7 +628,7 @@ jobs:
        path: sarif-results
        retention-days: 1
    - run: ccache -s | tee "${GITHUB_STEP_SUMMARY}"
    - uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v4
    - uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v4
      if: ${{ github.ref_name == 'master' && steps.restore-cache.outputs.cache-hit != 'true' }}
      id: save-cache
      with:
+5 −5
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@ jobs:
          fetch-depth: 0
      - name: Generate common version file
        run: cmake -P scripts/ci/gh-actions/config/adios-version.cmake && echo VERSION.TXT
      - uses: pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
      - uses: pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1
        env:
          CIBW_BUILD: >-
            cp39-manylinux_x86_64
@@ -97,7 +97,7 @@ jobs:
          fetch-depth: 0
      - name: Generate common version file
        run: cmake -P scripts/ci/gh-actions/config/adios-version.cmake && echo VERSION.TXT
      - uses: pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
      - uses: pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1
        env:
          # abi3 wheel valid for all CPython >= 3.12 (enabled via pyproject.toml override)
          CIBW_BUILD: cp312-manylinux_x86_64
@@ -118,7 +118,7 @@ jobs:
          fetch-depth: 0
      - name: Generate common version file
        run: cmake -P scripts/ci/gh-actions/config/adios-version.cmake && echo VERSION.TXT
      - uses: pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
      - uses: pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1
        env:
          # free-threaded and prerelease are both opt-in groups in cibuildwheel;
          # cp314t requires both since 3.14 is still prerelease
@@ -187,7 +187,7 @@ jobs:
          merge-multiple: true

      - name: Publish package distributions to PyPI
        uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1
        uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1

  upload_test_pypi:
    needs: [build_wheels_legacy, build_wheels_stable, build_wheels_freethreaded, make_sdist]
@@ -205,6 +205,6 @@ jobs:
          merge-multiple: true
      - run: ls -R dist
      - name: Publish package distributions to TestPyPI
        uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1
        uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1
        with:
          repository-url: https://test.pypi.org/legacy/
+1 −1
Original line number Diff line number Diff line
@@ -46,6 +46,6 @@ jobs:
      # Upload the results to GitHub's code scanning dashboard (optional).
      # Commenting out will disable upload of results to your repo's Code Scanning dashboard
      - name: "Upload to code-scanning"
        uses: github/codeql-action/upload-sarif@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
        uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
        with:
          sarif_file: results.sarif