File tree Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 4444 password : ${{ secrets.QUAY_ENVOY_PASSWORD_DEV }}
4545
4646 - name : Checkout PR
47- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
47+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
4848 with :
4949 ref : ${{ github.event.pull_request.head.sha }}
5050 persist-credentials : false
Original file line number Diff line number Diff line change 3636 password : ${{ secrets.QUAY_ENVOY_PASSWORD }}
3737
3838 - name : Checkout source
39- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
39+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
4040 with :
4141 persist-credentials : false
4242
@@ -100,7 +100,7 @@ jobs:
100100 password : ${{ secrets.QUAY_ENVOY_PASSWORD }}
101101
102102 - name : Checkout source
103- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
103+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
104104 - name : Prep for build
105105 run : |
106106 echo "${{ github.sha }}" >SOURCE_VERSION
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-24.04
1919 steps :
2020 - name : Checkout PR Source Code
21- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
21+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
2222 with :
2323 ref : ${{ github.event.pull_request.head.sha }}
2424 persist-credentials : false
6666 runs-on : ubuntu-24.04
6767 steps :
6868 - name : Checkout PR Source Code
69- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
69+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
7070 with :
7171 ref : ${{ github.event.pull_request.head.sha }}
7272 persist-credentials : false
Original file line number Diff line number Diff line change 2323 # renovate: datasource=golang-version depName=go
2424 go-version : 1.25.1
2525 - name : Checkout code
26- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
26+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
2727 with :
2828 persist-credentials : false
2929 - name : Check module vendoring
5151 restore-keys : docker-cache-main
5252
5353 - name : Checkout PR Source Code
54- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
54+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
5555 with :
5656 ref : ${{ github.event.pull_request.head.sha }}
5757 persist-credentials : false
Original file line number Diff line number Diff line change 4545 echo "PROXY_TAG=${{ inputs.commit_ref }}" >> $GITHUB_ENV
4646
4747 - name : Checkout Cilium ${{ env.CILIUM_REPO_REF }}
48- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
48+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
4949 with :
5050 repository : ${{ env.CILIUM_REPO_OWNER }}/cilium # Be aware that this is the Cilium repository and not the one of the proxy itself!
5151 ref : ${{ env.CILIUM_REPO_REF }}
Original file line number Diff line number Diff line change 5353 echo "PROXY_GITHUB_REPO=github.com/${{ inputs.repository }}" >> $GITHUB_ENV
5454
5555 - name : Checkout Cilium ${{ env.CILIUM_REPO_REF }}
56- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
56+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
5757 with :
5858 repository : ${{ env.CILIUM_REPO_OWNER }}/cilium # Be aware that this is the Cilium repository and not the one of the proxy itself!
5959 ref : ${{ env.CILIUM_REPO_REF }}
Original file line number Diff line number Diff line change 2626 language : ' cpp'
2727 steps :
2828 - name : Checkout repository
29- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
29+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
3030 - name : Initialize CodeQL
3131 uses : github/codeql-action/init@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4
3232 with :
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Checkout configuration
21- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
21+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
2222
2323 # this step uses latest renovate slim release
2424 - name : Validate configuration
You can’t perform that action at this time.
0 commit comments