File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 binary :
1616 - go-cli-github
1717 steps :
18- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
18+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
1919 with :
2020 ref : ${{ github.event.pull_request.head.sha }}
2121 - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
Original file line number Diff line number Diff line change 1010 contents : write
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
13+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
1414 - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
1515 with :
1616 go-version : stable
Original file line number Diff line number Diff line change 1515 steps :
1616 - name : Fetch dependabot metadata
1717 id : metadata
18- uses : dependabot/fetch-metadata@0fb21704c18a42ce5aa8d720ea4b912f5e6babef # v2.0 .0
18+ uses : dependabot/fetch-metadata@5e5f99653a5b510e8555840e80cbf1514ad4af38 # v2.1 .0
1919 with :
2020 github-token : " ${{ secrets.GITHUB_TOKEN }}"
2121 - name : Enable auto-merge for Dependabot PRs # these still need approval before merge
Original file line number Diff line number Diff line change 1010 contents : read
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
14- - uses : actions/dependency-review-action@5bbc3ba658137598168acb2ab73b21c432dd411b # v4.2.5
13+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
14+ - uses : actions/dependency-review-action@0c155c5e8556a497adf53f2c18edabf945ed8e70 # v4.3.2
1515 with :
1616 config-file : .github/dependency-review-config.yaml
Original file line number Diff line number Diff line change 1010 contents : read
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
13+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
1414 - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
1515 with :
1616 go-version : stable
2323 pull-requests : read
2424 runs-on : ubuntu-latest
2525 steps :
26- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
26+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
2727 with :
2828 fetch-depth : 0
2929 - uses : wagoid/commitlint-github-action@7f0a61df502599e1f1f50880aaa7ec1e2c0592f2 # v6.0.1
3434 contents : read
3535 runs-on : ubuntu-latest
3636 steps :
37- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
37+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
3838 - uses : docker://rhysd/actionlint:latest@sha256:2eb91a78b5a19140be099c7b4262d298c2567f2a9f27e10ed2a4323c5bcface8
3939 with :
4040 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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
17+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
1818 - name : Run analysis
1919 uses : ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1
2020 with :
2626 # of the value entered here.
2727 publish_results : true
2828 - name : Upload SARIF results to code scanning
29- uses : github/codeql-action/upload-sarif@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
29+ uses : github/codeql-action/upload-sarif@d39d31e687223d841ef683f52467bd88e9b21c14 # v3.25.3
3030 with :
3131 sarif_file : results.sarif
Original file line number Diff line number Diff line change 1414 new-tag : ${{ steps.bump-tag.outputs.new }}
1515 new-tag-version : ${{ steps.bump-tag.outputs.new_tag_version }}
1616 steps :
17- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
17+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
1818 with :
1919 fetch-depth : 0
2020 - name : Configure git
4949 if : needs.release-tag.outputs.new-tag == 'true'
5050 runs-on : ubuntu-latest
5151 steps :
52- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
52+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
5353 with :
5454 fetch-depth : 0
5555 - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
Original file line number Diff line number Diff line change 1010 contents : read
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
13+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
1414 with :
1515 ref : ${{ github.event.pull_request.head.sha }}
1616 - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
You can’t perform that action at this time.
0 commit comments