1717 egress-policy : audit
1818
1919 - name : Check out code into the Go module directory
20- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
20+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
2121 - name : Format
2222 run : if [ "$(gofmt -s -l . | wc -l)" -gt 0 ]; then exit 1; fi
2323 - name : Run go vet
3333 egress-policy : audit
3434
3535 - name : Check out code into the Go module directory
36- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
36+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
3737 - name : golangci-lint
3838 uses : reviewdog/action-golangci-lint@7708105983c614f7a2725e2172908b7709d1c3e4 # v2.6.2
3939 with :
4949 with :
5050 egress-policy : audit
5151
52- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
52+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
5353 - uses : reviewdog/action-yamllint@e09f07780388032a624e9eb44a23fd1bbb4052cc # v1.19.0
5454 with :
5555 fail_on_error : true
6565 with :
6666 egress-policy : audit
6767
68- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
68+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
6969 - uses : dotenv-linter/action-dotenv-linter@9c9a09ba60235ae0b92b2e2ed8f4268ac76d075f # v2.23.0
7070 with :
7171 reporter : github-pr-review
7979 with :
8080 egress-policy : audit
8181
82- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
82+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
8383 - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
8484 - name : WriteGoList
8585 run : go list -json -m all > go.list
@@ -105,7 +105,7 @@ jobs:
105105 with :
106106 egress-policy : audit
107107
108- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
108+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
109109 - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
110110 with :
111111 go-version : ${{ matrix.go-version }}
@@ -121,7 +121,7 @@ jobs:
121121 cat test_output.txt | go-junit-report -set-exit-code > junit-${{matrix.os}}-${{matrix.go-version}}-${{github.run_attempt}}.xml
122122 if grep -q "FAIL" test_output.txt; then exit 1; fi
123123 - name : Upload Coverage Results
124- uses : codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5 .0
124+ uses : codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6 .0
125125 with :
126126 token : ${{ secrets.CODECOV_TOKEN }}
127127 - name : GitHub Upload Release Artifacts
0 commit comments