From 48116247ba04770ff85091e454304420f2b9ef8e Mon Sep 17 00:00:00 2001 From: WallBrewBot Date: Thu, 26 Sep 2024 02:12:12 +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 2bb8760..2c78a12 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@v4.1.7 + uses: actions/checkout@v4.2.0 - name: Synchronize labels uses: micnncim/action-label-syncer@v1 From c3dc89e0ec4648e740e0b8b4758b598145fae9ec Mon Sep 17 00:00:00 2001 From: WallBrewBot Date: Thu, 26 Sep 2024 02:12:12 +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 d7feed9..92d74c6 100644 --- a/.github/workflows/todo.yml +++ b/.github/workflows/todo.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 - name: Generate TODO Tickets uses: ribtoks/tdg-github-action@master From bb5da4b58e1b1dd5bced54a49f70ab7dcbfb20f0 Mon Sep 17 00:00:00 2001 From: WallBrewBot Date: Thu, 26 Sep 2024 02:12:12 +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 e551d58..ffc983d 100644 --- a/.github/workflows/clojure.yml +++ b/.github/workflows/clojure.yml @@ -9,7 +9,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 - name: Cache maven dependencies uses: actions/cache@v4 From 3bcac5fab492cb92e2976a36cec227cbb1e724bf Mon Sep 17 00:00:00 2001 From: WallBrewBot Date: Thu, 26 Sep 2024 02:12:12 +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 78d5561..2fd3389 100644 --- a/.github/workflows/deploy_to_clojars.yml +++ b/.github/workflows/deploy_to_clojars.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 - name: Cache maven dependencies uses: actions/cache@v4 From f3f2879b0fa24694013aab74a3d967b7fa790320 Mon Sep 17 00:00:00 2001 From: WallBrewBot Date: Thu, 26 Sep 2024 02:12:12 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 3ad670e..e4151ad 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -11,7 +11,7 @@ jobs: steps: - name: git checkout - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 with: ref: ${{ github.head_ref }} token: ${{ secrets.WALL_BREW_BOT_PAT }} From 6859e4e2efa682b0e0afc7f4d235cc67ab5514fd Mon Sep 17 00:00:00 2001 From: WallBrewBot Date: Thu, 26 Sep 2024 02:12:12 +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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ec365ca..c46b84e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 with: ref: ${{ github.head_ref }} @@ -34,7 +34,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 with: ref: ${{ github.head_ref }} @@ -51,7 +51,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 with: ref: ${{ github.head_ref }} @@ -74,7 +74,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 with: ref: ${{ github.head_ref }} From 18f6f4c0566fd005a00f5e2c56f13e5e7434747f Mon Sep 17 00:00:00 2001 From: WallBrewBot Date: Thu, 26 Sep 2024 02:12:12 +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 9dcfbd6..b8d6d85 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@v4.1.7 + uses: actions/checkout@v4.2.0 - name: Scan code uses: clj-holmes/clj-holmes-action@53daa4da4ff495cccf791e4ba4222a8317ddae9e From 50963584a15ea8fbe3056eccfefd4bb6ac36f581 Mon Sep 17 00:00:00 2001 From: WallBrewBot Date: Thu, 26 Sep 2024 02:12:12 +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 95a847d..e49757e 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@v4.1.7 + - uses: actions/checkout@v4.2.0 - name: Cache maven dependencies uses: actions/cache@v4 From dc36b1c98df4339ba22d41e473e9e7e8666ecea7 Mon Sep 17 00:00:00 2001 From: WallBrewBot Date: Thu, 26 Sep 2024 02:12:12 +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 a8e6307..49a0eb8 100644 --- a/.github/workflows/clojurescript.yml +++ b/.github/workflows/clojurescript.yml @@ -9,7 +9,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 - name: Cache maven dependencies uses: actions/cache@v4