File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 echo "version=$major_minor" >> "$GITHUB_OUTPUT"
2727
2828 - name : Set up Go
29- uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
29+ uses : actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5 .0
3030 with :
3131 go-version : ${{ steps.go-version.outputs.version }}
3232 cache : false
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-2404-2core
1212 steps :
1313 - name : Checkout main
14- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
14+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
1515 with :
1616 persist-credentials : false
1717
Original file line number Diff line number Diff line change 4646 permission-pull-requests : write
4747
4848 - name : Checkout repository
49- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
49+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
5050 with :
5151 fetch-depth : 0
5252 persist-credentials : true # backport.sh runs git push
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Check out code into the Go module directory
18- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
18+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
1919 with :
2020 persist-credentials : false
2121
3434 echo "digest=$DIGEST" >> $GITHUB_OUTPUT
3535
3636 - name : Restore and save test images cache
37- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
37+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
3838 with :
3939 path : integration/testdata/fixtures/images
4040 key : cache-test-images-${{ steps.image-digest.outputs.digest }}
4747 runs-on : ubuntu-latest
4848 steps :
4949 - name : Check out code into the Go module directory
50- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
50+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
5151 with :
5252 persist-credentials : false
5353
6666 echo "digest=$DIGEST" >> $GITHUB_OUTPUT
6767
6868 - name : Restore and save test VM images cache
69- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
69+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
7070 with :
7171 path : integration/testdata/fixtures/vm-images
7272 key : cache-test-vm-images-${{ steps.image-digest.outputs.digest }}
7979 runs-on : ubuntu-latest
8080 steps :
8181 - name : Check out code
82- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
82+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
8383 with :
8484 persist-credentials : false
8585
Original file line number Diff line number Diff line change 3333 actions : write # Required to delete caches
3434 steps :
3535 - name : Restore Trivy binaries from cache
36- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
36+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
3737 with :
3838 path : dist/
3939 key : ${{ runner.os }}-bins-${{ github.workflow }}-${{ github.sha }}
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
1212 runs-on : ubuntu-2404-2core
1313 steps :
1414 - name : Checkout main
15- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
15+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
1616 with :
1717 fetch-depth : 0
1818 persist-credentials : true
19- - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
19+ - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
2020 with :
2121 python-version : 3.x
2222 - name : Install dependencies
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ jobs:
1414 runs-on : ubuntu-2404-2core
1515 steps :
1616 - name : Checkout main
17- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
17+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
1818 with :
1919 fetch-depth : 0
2020 persist-credentials : true
21- - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
21+ - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
2222 with :
2323 python-version : 3.x
2424 - name : Install dependencies
Original file line number Diff line number Diff line change @@ -22,16 +22,16 @@ jobs:
2222 runs-on : ubuntu-24.04
2323 steps :
2424 - name : Checkout
25- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
25+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
2626 with :
2727 fetch-depth : 0
2828 persist-credentials : false
2929 - name : Install Helm
30- uses : azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0
30+ uses : azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1
3131 with :
3232 version : v3.14.4
3333 - name : Set up python
34- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
34+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
3535 with :
3636 python-version : ' 3.x'
3737 check-latest : true
Original file line number Diff line number Diff line change 6161 permission-pull-requests : write
6262
6363 - name : Checkout
64- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
64+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
6565 with :
6666 fetch-depth : 0
6767 persist-credentials : true # mage helm:updateVersion runs git push
Original file line number Diff line number Diff line change 7777 password : ${{ secrets.ECR_SECRET_ACCESS_KEY }}
7878
7979 - name : Checkout code
80- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
80+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
8181 with :
8282 fetch-depth : 0
8383 persist-credentials : false
@@ -145,7 +145,7 @@ jobs:
145145 # by external contributors. The key is scoped to github.sha, making cross-run collisions
146146 # impossible. Cache is written here and read only by the deploy-packages job in release.yaml.
147147 - name : Cache Trivy binaries
148- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # zizmor: ignore[cache-poisoning] # v5.0.5
148+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # zizmor: ignore[cache-poisoning] # v6.1.0
149149 with :
150150 path : dist/
151151 # use 'github.sha' to create a unique cache folder for each run.
You can’t perform that action at this time.
0 commit comments