We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d937386 commit 983eaa7Copy full SHA for 983eaa7
.github/workflows/codebuild-ci.yml
@@ -43,6 +43,8 @@ jobs:
43
if: github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
44
runs-on: ubuntu-latest
45
steps:
46
+ - name: Checkout sources
47
+ uses: actions/checkout@v2
48
- name: Set start time
49
run: echo "WORKFLOW_START_TIME=$(date +%s)" >> $GITHUB_ENV
50
- name: Verify PRs are not running malicious code
0 commit comments