Skip to content

Commit 6161bca

Browse files
Merge branch 'main' into dependabot/pip/authlib-1.6.6
2 parents 2771497 + a283e37 commit 6161bca

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/smoketest.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
if: github.event.issue.pull_request # Make sure the comment is on a PR
2121
outputs:
2222
allowed: ${{ steps.branch-deploy.outputs.continue }}
23+
sha: ${{ steps.branch-deploy.outputs.sha }}
2324
steps:
2425
- name: branch-deploy
2526
id: branch-deploy
@@ -48,9 +49,11 @@ jobs:
4849
- name: Checkout the PR
4950
env:
5051
PR_NUMBER: ${{ github.event.issue.number }}
52+
REF: ${{ needs.permission-check.outputs.sha }}
5153
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5254
run: |
5355
gh pr checkout $PR_NUMBER
56+
git checkout $REF
5457
5558
- name: Setup Python venv
5659
run: |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SecLab Taskflow Agent
1+
# GitHub Security Lab Taskflow Agent
22

33
The Security Lab Taskflow Agent is an MCP enabled multi-Agent framework.
44

0 commit comments

Comments
 (0)