From 6d3cb08da8373a026cece8743d32886c006614e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jan 2025 16:12:50 +0000 Subject: [PATCH 1/2] chore(deps): bump actions/attest-build-provenance from 2.1.0 to 2.2.0 Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](https://github.com/actions/attest-build-provenance/compare/v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/auto_merge_depandabot.yml | 2 +- .github/workflows/create_release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto_merge_depandabot.yml b/.github/workflows/auto_merge_depandabot.yml index 2431f75..17c80c5 100644 --- a/.github/workflows/auto_merge_depandabot.yml +++ b/.github/workflows/auto_merge_depandabot.yml @@ -48,7 +48,7 @@ jobs: - name: Attest Build Provenance if: ${{ env.should_merge == 'true' }} - uses: actions/attest-build-provenance@v2.1.0 + uses: actions/attest-build-provenance@v2.2.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} subject-name: "Auto Merge Depandabot PR" diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index ab1f169..f5b68b7 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -53,7 +53,7 @@ jobs: python3 Scripts/increment_version.py ${{ steps.test_tag_version.outputs.new_tag }} - name: Attest Build Provenance - uses: actions/attest-build-provenance@v2.1.0 + uses: actions/attest-build-provenance@v2.2.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} subject-name: "Flakkari Version Bump" From ff810d9c08751d3954c8ab440d0a65e0fe0836f5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 26 Jan 2025 16:13:07 +0000 Subject: [PATCH 2/2] style: apply linter --- Flakkari/Server/UDPServer.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Flakkari/Server/UDPServer.hpp b/Flakkari/Server/UDPServer.hpp index 5c5a7b6..3ebdd87 100644 --- a/Flakkari/Server/UDPServer.hpp +++ b/Flakkari/Server/UDPServer.hpp @@ -24,8 +24,7 @@ namespace Flakkari { -#define INIT_LOOP \ -loop: +#define INIT_LOOP loop: #define GOTO_LOOP goto loop; #ifndef STDIN_FILENO