File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2020 language : [go]
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@v3
23+ uses : actions/checkout@v4
2424 - name : Initialize CodeQL
2525 uses : github/codeql-action/init@v3
2626 with :
Original file line number Diff line number Diff line change 1212 id : repo_name
1313 run : echo ::set-output name=repository::$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]')
1414 - name : Check out code into the Go module directory
15- uses : actions/checkout@v3
15+ uses : actions/checkout@v4
1616 with :
1717 fetch-depth : 0
1818 - name : Set up QEMU
Original file line number Diff line number Diff line change 1212 id : repo_name
1313 run : echo ::set-output name=repository::$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]')
1414 - name : Check out code into the Go module directory
15- uses : actions/checkout@v3
15+ uses : actions/checkout@v4
1616 with :
1717 fetch-depth : 0
1818 - name : Set up QEMU
You can’t perform that action at this time.
0 commit comments