Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/add-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: hmarr/[email protected]
- id: bot-token
name: Get bot token
uses: actions/[email protected].1
uses: actions/[email protected].4
with:
app-id: ${{ secrets.BOT_APP_ID }}
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: hmarr/[email protected]
- id: bot-token
name: Get bot token
uses: actions/[email protected].1
uses: actions/[email protected].4
with:
app-id: ${{ secrets.BOT_APP_ID }}
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: hmarr/[email protected]
- id: bot-token
name: Get bot token
uses: actions/[email protected].1
uses: actions/[email protected].4
with:
app-id: ${{ secrets.BOT_APP_ID }}
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
Expand Down
19 changes: 3 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ jobs:
run: |
echo "result=${{ startsWith(github.head_ref || github.ref_name, 'release/') && steps.manifest-version.outputs.result || format('{0}+{1}', steps.manifest-version.outputs.result, github.event.pull_request.head.sha || github.sha) }}" >>$GITHUB_OUTPUT
gitguardian:
needs: preflight
runs-on: ubuntu-latest
steps:
- id: checkout
Expand All @@ -112,9 +111,7 @@ jobs:
with:
args: --all-policies --format sarif --show-secrets --with-incident-details --verbose
commitlint:
needs:
- gitguardian
- preflight
needs: preflight
runs-on: ubuntu-latest
steps:
- id: checkout
Expand Down Expand Up @@ -142,10 +139,7 @@ jobs:
if: github.run_number != '1'
run: yarn commitlint --from $SHA~${{ github.event.pull_request.commits || 1 }} --to $SHA
format:
needs:
- commitlint
- gitguardian
- preflight
needs: preflight
runs-on: ubuntu-latest
steps:
- id: checkout
Expand Down Expand Up @@ -178,10 +172,7 @@ jobs:
config-path: .dprint.jsonc
dprint-version: ${{ steps.version.outputs.result }}
lint:
needs:
- commitlint
- gitguardian
- preflight
needs: preflight
runs-on: ubuntu-latest
steps:
- id: checkout
Expand Down Expand Up @@ -210,10 +201,6 @@ jobs:
name: Check eslint files
run: yarn check:lint
spelling:
needs:
- commitlint
- gitguardian
- preflight
runs-on: ubuntu-latest
steps:
- id: checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-dedupe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: hmarr/[email protected]
- id: bot-token
name: Get bot token
uses: actions/[email protected].1
uses: actions/[email protected].4
with:
app-id: ${{ secrets.BOT_APP_ID }}
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: hmarr/[email protected]
- id: bot-token
name: Get bot token
uses: actions/[email protected].1
uses: actions/[email protected].4
with:
app-id: ${{ secrets.BOT_APP_ID }}
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
Expand Down