From 0747265fc2ff0a759fd6bce237944752d8950265 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 17:30:15 +0000 Subject: [PATCH 1/5] Bump github/codeql-action from 2 to 3 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v2...v3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 7403ae5062b..fe128f54776 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -37,13 +37,13 @@ jobs: run: ./meson.py build --optimization=1 - name: Initialize CodeQL - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 with: languages: ${{ matrix.language }} queries: +security-and-quality - name: Autobuild - uses: github/codeql-action/autobuild@v2 + uses: github/codeql-action/autobuild@v3 if: ${{ matrix.language == 'python' }} - name: Build cpp @@ -51,6 +51,6 @@ jobs: run: ./ninja -C build - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@v3 with: category: "/language:${{ matrix.language }}" From 6f628853709bfbdc2db12f1e133024251ef6610a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 17:30:18 +0000 Subject: [PATCH 2/5] Bump actions/download-artifact from 3 to 4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/regression.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index 129913c82cf..d07551a5ff5 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -147,7 +147,7 @@ jobs: entrypoint: /bin/rm args: -rf install install_bin.tgz src ccache ${{ matrix.config_set }} - name: Download All artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 - name: Uncompress and Move Binaries run: | BIN_FOLDER="$PWD/install/bin" @@ -193,7 +193,7 @@ jobs: entrypoint: /bin/rm args: -rf install install_bin.tgz src ccache ${{ matrix.config_set }} - name: Download All artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 - name: Uncompress and Move Binaries run: | BIN_FOLDER="$PWD/install/bin" @@ -245,17 +245,17 @@ jobs: entrypoint: /bin/rm args: -rf install install_bin.tgz src ccache ${{ matrix.config_set }} - name: Download Base - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: ${{format('Base{0}', matrix.tag)}} path: ${{format('Base{0}', matrix.tag)}} - name: Download Reverse - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: ${{format('Reverse{0}', matrix.tag)}} path: ${{format('Reverse{0}', matrix.tag)}} - name: Download Forward - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: ${{format('Forward{0}', matrix.tag)}} path: ${{format('Forward{0}', matrix.tag)}} From 0f4940ed4d0731e6b4a9aee07ff752bc8b5af165 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 17:30:22 +0000 Subject: [PATCH 3/5] Bump actions/upload-artifact from 3 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/regression.yml | 4 ++-- .github/workflows/release-management.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index 129913c82cf..db0c16fee08 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -63,7 +63,7 @@ jobs: - name: Compress binaries run: tar -zcvf install_bin.tgz install/* - name: Upload Binaries - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ matrix.config_set }} path: install_bin.tgz @@ -106,7 +106,7 @@ jobs: - name: Compress binaries run: tar -zcvf install_bin.tgz install/* - name: Upload Binaries - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ matrix.config_set }} path: install_bin.tgz diff --git a/.github/workflows/release-management.yml b/.github/workflows/release-management.yml index f0b680a6485..46e7f42bdea 100644 --- a/.github/workflows/release-management.yml +++ b/.github/workflows/release-management.yml @@ -44,7 +44,7 @@ jobs: zip -r ../${{matrix.os_bin}}.zip bin/* # Uploads binaries as artifacts (just as a backup) - name: Upload Binaries - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{matrix.os_bin}} path: ${{matrix.os_bin}}.zip From a2eba115b00606c019da002a166e3867f6e6f930 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 17:30:24 +0000 Subject: [PATCH 4/5] Bump actions/cache from 3 to 4 Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/regression.yml | 4 ++-- .github/workflows/release-management.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index 129913c82cf..4ccd02838bd 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -46,7 +46,7 @@ jobs: runs-on: ${{ inputs.runner || 'ubuntu-latest' }} steps: - name: Cache Object Files - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ccache key: ${{ matrix.config_set }}-${{ github.sha }} @@ -89,7 +89,7 @@ jobs: runs-on: ${{ inputs.runner || 'ubuntu-latest' }} steps: - name: Cache Object Files - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ccache key: ${{ matrix.config_set }}-${{ github.sha }} diff --git a/.github/workflows/release-management.yml b/.github/workflows/release-management.yml index f0b680a6485..0e1a4da1f30 100644 --- a/.github/workflows/release-management.yml +++ b/.github/workflows/release-management.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Cache Object Files - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ccache key: ${{ matrix.os_bin }}-${{ github.sha }} From ad956f68d68c81b512961f484915c658d198ba92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 17:30:27 +0000 Subject: [PATCH 5/5] Bump actions/setup-python from 4 to 5 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/code-style.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-style.yml b/.github/workflows/code-style.yml index a7e38bd6d1d..b858ce72d99 100644 --- a/.github/workflows/code-style.yml +++ b/.github/workflows/code-style.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Setup python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.10' check-latest: true