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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
18+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
1919 with :
2020 ref : ${{ github.event.pull_request.head.sha }}
2121 - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
2828 args : build --clean --debug --single-target --snapshot
2929 - name : Login to GHCR
3030 if : github.actor != 'dependabot[bot]'
31- uses : docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0 .0
31+ uses : docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1 .0
3232 with :
3333 registry : ghcr.io
3434 username : ${{ github.repository_owner }}
4242 - run : echo "GITHUB_REPOSITORY_NAME=$(basename ${{ github.repository }})" >> "$GITHUB_ENV"
4343 - name : Build and push ${{ matrix.binary }} container image
4444 if : github.actor != 'dependabot[bot]'
45- uses : docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5.2 .0
45+ uses : docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3 .0
4646 with :
4747 push : true
4848 tags : ${{ steps.docker_metadata.outputs.tags }}
Original file line number Diff line number Diff line change 1010 contents : write
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
13+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
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 1010 contents : read
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
13+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
1414 - uses : actions/dependency-review-action@9129d7d40b8c12c1ed0f60400d00c92d437adcce # v4.1.3
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
13+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
26+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
2727 with :
2828 fetch-depth : 0
2929 - uses : wagoid/commitlint-github-action@5ce82f5d814d4010519d15f0552aec4f17a1e1fe # v5.4.5
3434 contents : read
3535 runs-on : ubuntu-latest
3636 steps :
37- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
37+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
17+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
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@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
29+ uses : github/codeql-action/upload-sarif@05963f47d870e2cb19a537396c1f668a348c7d8f # v3.24.8
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
17+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
1818 with :
1919 fetch-depth : 0
2020 - name : Configure git
@@ -49,14 +49,14 @@ jobs:
4949 if : needs.release-tag.outputs.new-tag == 'true'
5050 runs-on : ubuntu-latest
5151 steps :
52- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
52+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
5353 with :
5454 fetch-depth : 0
5555 - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
5656 with :
5757 go-version : stable
5858 - name : Login to GHCR
59- uses : docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0 .0
59+ uses : docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1 .0
6060 with :
6161 registry : ghcr.io
6262 username : ${{ github.repository_owner }}
Original file line number Diff line number Diff line change 1010 contents : read
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
13+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
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