File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ jobs:
2020 steps :
2121 - name : Generate GitHub App token
2222 id : app-token
23- uses : actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
23+ uses : actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
2424 with :
2525 app-id : ${{ secrets.CQ_APP_ID }}
2626 private-key : ${{ secrets.CQ_APP_PRIVATE_KEY }}
2727 permission-contents : write
2828 permission-pull-requests : write
29- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
29+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
3030 with :
3131 token : ${{ steps.app-token.outputs.token }}
3232 - name : Set up Go 1.x
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
1919 steps :
2020 - name : Generate GitHub App token
2121 id : app-token
22- uses : actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
22+ uses : actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
2323 with :
2424 app-id : ${{ secrets.CQ_APP_ID }}
2525 private-key : ${{ secrets.CQ_APP_PRIVATE_KEY }}
2626 permission-contents : write
27- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
27+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2828 with :
2929 token : ${{ steps.app-token.outputs.token }}
3030 - name : Set up Go 1.x
Original file line number Diff line number Diff line change 1616 runs-on : ubicloud-standard-8
1717 timeout-minutes : 10
1818 steps :
19- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
19+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2020 - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
2121 id : setup-go
2222 with :
3333 ${{ runner.os }}-go-${{ steps.setup-go.outputs.go-version }}-
3434 ${{ runner.os }}-go-
3535 - name : golangci-lint
36- uses : golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9
36+ uses : golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9
3737 with :
3838 version : v2.12.2
Original file line number Diff line number Diff line change 1515 timeout-minutes : 10
1616 steps :
1717 - name : Git checkout
18- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
18+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1919 - run : |
2020 venv="$HOME/.local/share/venv"
2121 python3 -m venv "$venv"
3333 timeout-minutes : 10
3434 steps :
3535 - name : Git checkout
36- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
36+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
3737 - name : markdownlint-cli
3838 uses : nosborn/github-action-markdown-cli@508d6cefd8f0cc99eab5d2d4685b1d5f470042c1 # v3.5.0
3939 with :
Original file line number Diff line number Diff line change 1414 steps :
1515 - name : Generate GitHub App token
1616 id : app-token
17- uses : actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
17+ uses : actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
1818 with :
1919 app-id : ${{ secrets.CQ_APP_ID }}
2020 private-key : ${{ secrets.CQ_APP_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 1919 timeout-minutes : 15
2020 steps :
2121 - name : Check out code into the Go module directory
22- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
22+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2323 - name : Set up Go 1.x
2424 id : setup-go
2525 uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
You can’t perform that action at this time.
0 commit comments