-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[bot] synced file(s) with Wall-Brew-Co/rebroadcast (#176)
* [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
- Loading branch information
1 parent
6c5d669
commit 82a5b5a
Showing
9 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ jobs: | |
check-cljdoc: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].4 | ||
- uses: actions/[email protected].6 | ||
|
||
- name: Cache maven dependencies | ||
uses: actions/cache@v4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout Repository | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].6 | ||
|
||
- name: Cache maven dependencies | ||
uses: actions/cache@v4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout Repository | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].6 | ||
|
||
- name: Cache maven dependencies | ||
uses: actions/cache@v4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout Repository | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].6 | ||
|
||
- name: Cache maven dependencies | ||
uses: actions/cache@v4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ jobs: | |
|
||
steps: | ||
- name: git checkout | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].6 | ||
with: | ||
ref: ${{ github.head_ref }} | ||
token: ${{ secrets.WALL_BREW_BOT_PAT }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout Repository | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].6 | ||
with: | ||
ref: ${{ github.head_ref }} | ||
|
||
|
@@ -27,7 +27,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout Repository | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].6 | ||
with: | ||
ref: ${{ github.head_ref }} | ||
|
||
|
@@ -44,7 +44,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout Repository | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].6 | ||
with: | ||
ref: ${{ github.head_ref }} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
security-events: write | ||
steps: | ||
- name: Checkout code | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].6 | ||
|
||
- name: Scan code | ||
uses: clj-holmes/clj-holmes-action@53daa4da4ff495cccf791e4ba4222a8317ddae9e | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout latest commit | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].6 | ||
|
||
- name: Synchronize labels | ||
uses: micnncim/action-label-syncer@v1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout Repository | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].6 | ||
|
||
- name: Generate TODO Tickets | ||
uses: ribtoks/tdg-github-action@master | ||
|