File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ jobs:
2323 egress-policy : audit
2424 disable-telemetry : true
2525
26- - uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
26+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2727
2828 - name : Setup Go environment
29- uses : actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5 .0
29+ uses : actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0 .0
3030 with :
3131 cache : true
3232 go-version-file : go.mod
@@ -42,23 +42,23 @@ jobs:
4242 run : make test
4343
4444 - name : Upload unit test coverage report
45- uses : codecov/codecov-action@0fb7174895f61a3b6b78fc075e0cd60383518dac # v5.5.5
45+ uses : codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
4646 env :
4747 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
4848 with :
4949 files : ./cover.out
5050 flags : controller
5151
5252 - name : Upload api test coverage report
53- uses : codecov/codecov-action@0fb7174895f61a3b6b78fc075e0cd60383518dac # v5.5.5
53+ uses : codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
5454 env :
5555 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
5656 with :
5757 files : ./api_cover.out
5858 flags : api
5959
6060 - name : Upload schema test coverage report
61- uses : codecov/codecov-action@0fb7174895f61a3b6b78fc075e0cd60383518dac # v5.5.5
61+ uses : codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
6262 env :
6363 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
6464 with :
Original file line number Diff line number Diff line change @@ -47,11 +47,11 @@ jobs:
4747 disable-telemetry : true
4848
4949 - name : Checkout repository
50- uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
50+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
5151
5252
5353 - name : Setup Go environment
54- uses : actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5 .0
54+ uses : actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0 .0
5555 with :
5656 cache : true
5757 go-version-file : go.mod
Original file line number Diff line number Diff line change @@ -45,10 +45,10 @@ jobs:
4545 runs-on : ubuntu-latest
4646 steps :
4747 - name : Checkout
48- uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
48+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4949
5050 - name : Setup Go environment
51- uses : actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5 .0
51+ uses : actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0 .0
5252 with :
5353 cache : true
5454 go-version-file : schema/go.mod
5858 run : make export-schema
5959
6060 - name : Upload schema artifact
61- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
61+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 .0.1
6262 with :
6363 name : dist
6464 path : dist
7171 url : ${{steps.deployment.outputs.page_url}}
7272 steps :
7373 - name : Download schema artifact
74- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
74+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
7575 with :
7676 name : dist
7777 path : " schema"
8181 path : " ."
8282 - name : Deploy to GitHub Pages
8383 id : deployment
84- uses : actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4 .0.5
84+ uses : actions/deploy-pages@368f82528645a54fb793d4d04e342629a3f51346 # v5 .0.1
Original file line number Diff line number Diff line change 3939
4040 steps :
4141 - name : Checkout repository
42- uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
42+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4343 with :
4444 fetch-depth : 0
4545
5454 echo "version=$(./hack/next-version.sh)" >> "$GITHUB_ENV"
5555
5656 - name : API Release
57- uses : softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2.6.2
57+ uses : softprops/action-gh-release@efb35369e0ad2afab669f228072c1b0d510eae64 # v3.0.3
5858 with :
5959 name : API Release ${{env.version}}
6060 tag_name : ${{env.version}}
Original file line number Diff line number Diff line change 3737 disable-telemetry : true
3838
3939 - name : " Checkout code"
40- uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
40+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4141 with :
4242 persist-credentials : false
4343
6464 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6565 # format to the repository Actions tab.
6666 - name : " Upload artifact"
67- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
67+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 .0.1
6868 with :
6969 name : SARIF file
7070 path : results.sarif
You can’t perform that action at this time.
0 commit comments