File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454 -
5555 name : Setup Go
5656 id : setup-go
57- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
57+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
5858 with :
5959 go-version : ' stable'
6060 check-latest : true
9696 -
9797 # Initializes the CodeQL tools for scanning.
9898 name : Initialize CodeQL
99- uses : github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34 .1
99+ uses : github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35 .1
100100 with :
101101 languages : ${{ matrix.language }}
102102 queries : security-and-quality # use Canonical suite
@@ -114,7 +114,7 @@ jobs:
114114 eval "${CODEQL_BUILD_CMD}"
115115 -
116116 name : Perform CodeQL Analysis
117- uses : github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34 .1
117+ uses : github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35 .1
118118 with :
119119 output : codeql-results
120120 category : " /language:${{ matrix.language }}"
Original file line number Diff line number Diff line change 1818 steps :
1919 - name : Dependabot metadata
2020 id : metadata
21- uses : dependabot/fetch-metadata@21025c705c08248db411dc16f3619e6b5f9ea21a # v2.5 .0
21+ uses : dependabot/fetch-metadata@ffa630c65fa7e0ecfa0625b5ceda64399aea1b36 # v3.0 .0
2222 with :
2323 github-token : " ${{ secrets.GITHUB_TOKEN }}"
2424
Original file line number Diff line number Diff line change 4040 - name : Checkout
4141 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4242 - name : Setup Go
43- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
43+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
4444 with :
4545 go-version : ' stable'
4646 check-latest : true
@@ -49,12 +49,12 @@ jobs:
4949 - name : Set up Docker Buildx
5050 uses : docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
5151 - name : Login to Docker Hub
52- uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0 .0
52+ uses : docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1 .0
5353 with :
5454 username : ${{ secrets.DOCKER_USERNAME }}
5555 password : ${{ secrets.DOCKER_PASSWORD }}
5656 - name : Install cosign
57- uses : sigstore/cosign-installer@ba7bc0a3fef59531c69a25acd34668d6d3fe6f22 # v4.1.0
57+ uses : sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1
5858 with :
5959 cosign-release : ' v2.6.2'
6060 - name : Build and push
Original file line number Diff line number Diff line change 7575 git config --global url.git@github.com:.insteadOf https://github.com/
7676 -
7777 name : Install Go
78- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
78+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
7979 with :
8080 go-version : ${{ matrix.go }}
8181 check-latest : true
Original file line number Diff line number Diff line change 5353 ssh-key : ${{ secrets.SSH_PRIVATE_KEY }}
5454 -
5555 name : Setup Go
56- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
56+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
5757 with :
5858 go-version-file : go.mod
5959 check-latest : true
Original file line number Diff line number Diff line change 9393 -
9494 name : Setup Go
9595 id : setup-go
96- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
96+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
9797 with :
9898 go-version : ${{ matrix.go }}
9999 check-latest : true
@@ -146,12 +146,12 @@ jobs:
146146 -
147147 name : Annotate Test Suite Results
148148 if : ${{ (success() || failure()) && hashFiles('gotestsum.json') != '' }}
149- uses : guyarb/golang-test-annotations@2941118d7ef622b1b3771d1ff6eae9e90659eb26 # v0.8 .0
149+ uses : guyarb/golang-test-annotations@96fc379b171c49932041d6c789e73331a7bdeec1 # v0.9 .0
150150 with :
151151 test-results : gotestsum.json
152152 -
153153 name : Codecov
154- uses : codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
154+ uses : codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
155155 if : inputs.run-codecov && matrix.go == 'stable'
156156 with :
157157 token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 9494 run : git fetch --force --tags
9595 -
9696 name : Set up Go
97- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
97+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
9898 with :
9999 go-version : ' ${{ inputs.go-version }}'
100100 check-latest : true
@@ -117,7 +117,7 @@ jobs:
117117 git config --global url.git@github.com:.insteadOf https://github.com/
118118 -
119119 name : Install cosign
120- uses : sigstore/cosign-installer@ba7bc0a3fef59531c69a25acd34668d6d3fe6f22 # v4.1.0
120+ uses : sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1
121121 with :
122122 cosign-release : ' ${{ inputs.cosign-version }}'
123123 -
Original file line number Diff line number Diff line change 4545 git config --global url.git@github.com:.insteadOf https://github.com/
4646 -
4747 name : Setup Go
48- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
48+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
4949 with :
5050 go-version : ' stable'
5151 check-latest : true
You can’t perform that action at this time.
0 commit comments