File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 with :
1313 go-version : ${{ matrix.go-version }}
1414 - name : Checkout code
15- uses : actions/checkout@v6
15+ uses : actions/checkout@v6.0.2
1616 - name : Test on 386
1717 run : |
1818 GOARCH=386 go test
Original file line number Diff line number Diff line change 3232
3333 steps :
3434 - name : " Checkout code"
35- uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
35+ uses : actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4.3.1
3636 with :
3737 persist-credentials : false
3838
5959 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6060 # format to the repository Actions tab.
6161 - name : " Upload artifact"
62- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
62+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
6363 with :
6464 name : SARIF file
6565 path : results.sarif
Original file line number Diff line number Diff line change 1616 with :
1717 go-version : ${{ matrix.go-version }}
1818 - name : Checkout code
19- uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.0.0
19+ uses : actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4.0.0
2020 - name : Test
2121 run : go test ./...
You can’t perform that action at this time.
0 commit comments