From f2fb1b0b8f0cc3bfe182538ba3f17b39df8df323 Mon Sep 17 00:00:00 2001 From: WallBrewBot Date: Sat, 7 Oct 2023 14:08:38 +0000 Subject: [PATCH 1/9] [bot] synced local '.github/workflows/sync_labels.yml' with remote 'sources/github-actions/workflows/sync_labels.yml' Sourced from: https://github.com/Wall-Brew-Co/rebroadcast --- .github/workflows/sync_labels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync_labels.yml b/.github/workflows/sync_labels.yml index a87ebd5..f3141b6 100644 --- a/.github/workflows/sync_labels.yml +++ b/.github/workflows/sync_labels.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout latest commit - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v4.1.0 - name: Synchronize labels uses: micnncim/action-label-syncer@v1 From a44d82c9e6a8d363b49ab5d3e9697f958458ebdb Mon Sep 17 00:00:00 2001 From: WallBrewBot Date: Sat, 7 Oct 2023 14:08:38 +0000 Subject: [PATCH 2/9] [bot] synced local '.github/workflows/todo.yml' with remote 'sources/github-actions/workflows/todo.yml' Sourced from: https://github.com/Wall-Brew-Co/rebroadcast --- .github/workflows/todo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/todo.yml b/.github/workflows/todo.yml index cd82389..76b76ad 100644 --- a/.github/workflows/todo.yml +++ b/.github/workflows/todo.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v4.1.0 - name: Generate TODO Tickets uses: ribtoks/tdg-github-action@master From e1dc81886136109d1a724ae58efb2272c6dbf87e Mon Sep 17 00:00:00 2001 From: WallBrewBot Date: Sat, 7 Oct 2023 14:08:38 +0000 Subject: [PATCH 3/9] [bot] synced local '.github/workflows/clojure.yml' with remote 'sources/github-actions/workflows/clojure.yml' Sourced from: https://github.com/Wall-Brew-Co/rebroadcast --- .github/workflows/clojure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clojure.yml b/.github/workflows/clojure.yml index 6cb752e..4f6e7a0 100644 --- a/.github/workflows/clojure.yml +++ b/.github/workflows/clojure.yml @@ -9,7 +9,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v4.1.0 - name: Cache maven dependencies uses: actions/cache@v3 From 581f0e2ccce12a572bf265ff6233091faaa42255 Mon Sep 17 00:00:00 2001 From: WallBrewBot Date: Sat, 7 Oct 2023 14:08:38 +0000 Subject: [PATCH 4/9] [bot] synced local '.github/workflows/deploy_to_clojars.yml' with remote 'sources/github-actions/workflows/deploy_to_clojars.yml' Sourced from: https://github.com/Wall-Brew-Co/rebroadcast --- .github/workflows/deploy_to_clojars.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_to_clojars.yml b/.github/workflows/deploy_to_clojars.yml index 879eeb8..38bb113 100644 --- a/.github/workflows/deploy_to_clojars.yml +++ b/.github/workflows/deploy_to_clojars.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v4.1.0 - name: Cache maven dependencies uses: actions/cache@v3 From 9460396d34b81a1507d2f97b1109f6fd71e716a8 Mon Sep 17 00:00:00 2001 From: WallBrewBot Date: Sat, 7 Oct 2023 14:08:38 +0000 Subject: [PATCH 5/9] [bot] synced local '.github/workflows/format.yml' with remote 'sources/github-actions/workflows/format.yml' Sourced from: https://github.com/Wall-Brew-Co/rebroadcast --- .github/workflows/format.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index aa509ed..17cdf1b 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -8,7 +8,7 @@ jobs: steps: - name: git checkout - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v4.1.0 with: ref: ${{ github.head_ref }} token: ${{ secrets.WALL_BREW_BOT_PAT }} @@ -23,7 +23,7 @@ jobs: cljstyle fix --report --report-timing --verbose - name: Commit changes - uses: stefanzweifel/git-auto-commit-action@v4.16.0 + uses: stefanzweifel/git-auto-commit-action@v5.0.0 with: commit_message: | [Format] Auto-formatting From 5830d07f891c14b026484dfc73265fa50a8420ad Mon Sep 17 00:00:00 2001 From: WallBrewBot Date: Sat, 7 Oct 2023 14:08:38 +0000 Subject: [PATCH 6/9] [bot] synced local '.github/workflows/lint.yml' with remote 'sources/github-actions/workflows/lint.yml' Sourced from: https://github.com/Wall-Brew-Co/rebroadcast --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index fa6769b..5f16fe9 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -7,7 +7,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v4.1.0 with: ref: ${{ github.head_ref }} @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v4.1.0 with: ref: ${{ github.head_ref }} From e356da758520d7e6107b0138347e2cedbac219e0 Mon Sep 17 00:00:00 2001 From: WallBrewBot Date: Sat, 7 Oct 2023 14:08:38 +0000 Subject: [PATCH 7/9] [bot] synced local '.github/workflows/scanner.yml' with remote 'sources/github-actions/workflows/scanner.yml' Sourced from: https://github.com/Wall-Brew-Co/rebroadcast --- .github/workflows/scanner.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scanner.yml b/.github/workflows/scanner.yml index 7cca021..b804e62 100644 --- a/.github/workflows/scanner.yml +++ b/.github/workflows/scanner.yml @@ -21,7 +21,7 @@ jobs: security-events: write steps: - name: Checkout code - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v4.1.0 - name: Scan code uses: clj-holmes/clj-holmes-action@53daa4da4ff495cccf791e4ba4222a8317ddae9e From 74369b5838e8a1a3d596530cf463aa56a030013a Mon Sep 17 00:00:00 2001 From: WallBrewBot Date: Sat, 7 Oct 2023 14:08:39 +0000 Subject: [PATCH 8/9] [bot] synced local '.github/workflows/cljdoc_test.yml' with remote 'sources/github-actions/workflows/cljdoc_test.yml' Sourced from: https://github.com/Wall-Brew-Co/rebroadcast --- .github/workflows/cljdoc_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cljdoc_test.yml b/.github/workflows/cljdoc_test.yml index 59e559b..9c9d9e6 100644 --- a/.github/workflows/cljdoc_test.yml +++ b/.github/workflows/cljdoc_test.yml @@ -6,7 +6,7 @@ jobs: check-cljdoc: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v4.1.0 - name: Cache maven dependencies uses: actions/cache@v3 From adebeb02ab61084fd1d3dd0d8f1c669b0c353a37 Mon Sep 17 00:00:00 2001 From: WallBrewBot Date: Sat, 7 Oct 2023 14:08:39 +0000 Subject: [PATCH 9/9] [bot] synced local '.github/workflows/clojurescript.yml' with remote 'sources/github-actions/workflows/clojurescript.yml' Sourced from: https://github.com/Wall-Brew-Co/rebroadcast --- .github/workflows/clojurescript.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clojurescript.yml b/.github/workflows/clojurescript.yml index f5c3619..79cda13 100644 --- a/.github/workflows/clojurescript.yml +++ b/.github/workflows/clojurescript.yml @@ -9,7 +9,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v4.1.0 - name: Cache maven dependencies uses: actions/cache@v3