From a47818932dbc8c8f459fcefaf905f7fe60f77b12 Mon Sep 17 00:00:00 2001 From: Brew Bot <86565977+WallBrewBot@users.noreply.github.com> Date: Wed, 25 Sep 2024 21:15:21 -0500 Subject: [PATCH] [bot] synced file(s) with Wall-Brew-Co/rebroadcast (#172) * [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 | 8 ++++---- .github/workflows/scanner.yml | 2 +- .github/workflows/sync_labels.yml | 2 +- .github/workflows/todo.yml | 2 +- 9 files changed, 12 insertions(+), 12 deletions(-) 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 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 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 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 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 }} 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 }} 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 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 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