From 0a57e37834609e9b1d72a3396e1922cfeb138990 Mon Sep 17 00:00:00 2001 From: Brew Bot <86565977+WallBrewBot@users.noreply.github.com> Date: Wed, 12 Jun 2024 14:22:49 -0500 Subject: [PATCH] [bot] synced file(s) with Wall-Brew-Co/rebroadcast (#177) * [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 * [bot] synced local '.github/workflows/todo.yml' with remote 'sources/github-actions/workflows/todo.yml' Sourced from: https://github.com/Wall-Brew-Co/rebroadcast * [bot] synced local '.github/workflows/clojure.yml' with remote 'sources/github-actions/workflows/clojure.yml' Sourced from: https://github.com/Wall-Brew-Co/rebroadcast * [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 * [bot] synced local '.github/workflows/format.yml' with remote 'sources/github-actions/workflows/format.yml' Sourced from: https://github.com/Wall-Brew-Co/rebroadcast * [bot] synced local '.github/workflows/lint.yml' with remote 'sources/github-actions/workflows/lint.yml' Sourced from: https://github.com/Wall-Brew-Co/rebroadcast * [bot] synced local '.github/workflows/scanner.yml' with remote 'sources/github-actions/workflows/scanner.yml' Sourced from: https://github.com/Wall-Brew-Co/rebroadcast * [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 * [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/cljdoc_test.yml | 2 +- .github/workflows/clojure.yml | 2 +- .github/workflows/clojurescript.yml | 2 +- .github/workflows/deploy_to_clojars.yml | 2 +- .github/workflows/format.yml | 2 +- .github/workflows/lint.yml | 6 +++--- .github/workflows/scanner.yml | 2 +- .github/workflows/sync_labels.yml | 2 +- .github/workflows/todo.yml | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/cljdoc_test.yml b/.github/workflows/cljdoc_test.yml index 1cfd911..95a847d 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.6 + - uses: actions/checkout@v4.1.7 - name: Cache maven dependencies uses: actions/cache@v4 diff --git a/.github/workflows/clojure.yml b/.github/workflows/clojure.yml index ea1ffce..e551d58 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.6 + uses: actions/checkout@v4.1.7 - name: Cache maven dependencies uses: actions/cache@v4 diff --git a/.github/workflows/clojurescript.yml b/.github/workflows/clojurescript.yml index ffa18df..a8e6307 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.6 + uses: actions/checkout@v4.1.7 - name: Cache maven dependencies uses: actions/cache@v4 diff --git a/.github/workflows/deploy_to_clojars.yml b/.github/workflows/deploy_to_clojars.yml index 07ec479..8733d3f 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@v4.1.6 + uses: actions/checkout@v4.1.7 - name: Cache maven dependencies uses: actions/cache@v4 diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index cdde225..442e0d9 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -8,7 +8,7 @@ jobs: steps: - name: git checkout - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 with: ref: ${{ github.head_ref }} token: ${{ secrets.WALL_BREW_BOT_PAT }} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 44e0985..bb978bd 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -7,7 +7,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 with: ref: ${{ github.head_ref }} @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 with: ref: ${{ github.head_ref }} @@ -44,7 +44,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 with: ref: ${{ github.head_ref }} diff --git a/.github/workflows/scanner.yml b/.github/workflows/scanner.yml index c084d53..9dcfbd6 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.6 + uses: actions/checkout@v4.1.7 - name: Scan code uses: clj-holmes/clj-holmes-action@53daa4da4ff495cccf791e4ba4222a8317ddae9e diff --git a/.github/workflows/sync_labels.yml b/.github/workflows/sync_labels.yml index ec74f18..2bb8760 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.6 + uses: actions/checkout@v4.1.7 - name: Synchronize labels uses: micnncim/action-label-syncer@v1 diff --git a/.github/workflows/todo.yml b/.github/workflows/todo.yml index bee1266..d7feed9 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.6 + uses: actions/checkout@v4.1.7 - name: Generate TODO Tickets uses: ribtoks/tdg-github-action@master