We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c0c9da commit 7ea6c71Copy full SHA for 7ea6c71
.github/workflows/bucket-upload.yaml
@@ -2,13 +2,17 @@ name: Run 2ms Scan and Upload to S3
2
3
on:
4
pull_request:
5
+ branches:
6
+ - add-bucket-upload-workflow
7
8
jobs:
9
bucket-upload-S3:
10
runs-on: ubuntu-latest
11
12
steps:
13
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
14
+ with:
15
+ ref: ${{ github.sha }}
16
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
17
with:
18
go-version: "^1.22"
0 commit comments