File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 contents : read
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
13+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1414 with :
1515 ref : ${{ github.event.pull_request.head.sha }}
1616 - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
3838 - go-cli-github
3939 - another-binary
4040 steps :
41- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
41+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4242 with :
4343 ref : ${{ github.event.pull_request.head.sha }}
4444 - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
7272 contents : read
7373 runs-on : ubuntu-latest
7474 steps :
75- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
75+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
7676 with :
7777 fetch-depth : 0
7878 - id : ccv
Original file line number Diff line number Diff line change 1010 contents : write
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
13+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1414 - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
1515 with :
1616 go-version : stable
Original file line number Diff line number Diff line change 1313 contents : read
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1717 - uses : actions/dependency-review-action@da24556b548a50705dd671f47852072ea4c105d9 # v4.7.1
1818 with :
1919 config-file : .github/dependency-review-config.yaml
Original file line number Diff line number Diff line change 1313 contents : read
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1717 - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
1818 with :
1919 go-version : stable
2626 pull-requests : read
2727 runs-on : ubuntu-latest
2828 steps :
29- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
29+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3030 with :
3131 fetch-depth : 0
3232 - uses : wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed # v6.2.1
3737 contents : read
3838 runs-on : ubuntu-latest
3939 steps :
40- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
40+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4141 - uses : docker://rhysd/actionlint:1.7.0@sha256:601d6faeefa07683a4a79f756f430a1850b34d575d734b1d1324692202bf312e # v1.7.0
4242 with :
4343 args : -color
Original file line number Diff line number Diff line change 1414 # Needed for GitHub OIDC token if publish_results is true
1515 id-token : write
1616 steps :
17- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1818 - name : Run analysis
1919 uses : ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
2020 with :
Original file line number Diff line number Diff line change 1313 outputs :
1414 new-tag : ${{ steps.ccv.outputs.new-tag }}
1515 steps :
16- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1717 with :
1818 fetch-depth : 0
1919 - name : Bump tag if necessary
3232 if : needs.release-tag.outputs.new-tag == 'true'
3333 runs-on : ubuntu-latest
3434 steps :
35- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
35+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3636 with :
3737 fetch-depth : 0
3838 - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
Original file line number Diff line number Diff line change 1313 contents : read
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1717 with :
1818 ref : ${{ github.event.pull_request.head.sha }}
1919 - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
You can’t perform that action at this time.
0 commit comments