File tree Expand file tree Collapse file tree 9 files changed +16
-16
lines changed
Expand file tree Collapse file tree 9 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 6868 steps :
6969 - name : Check all workflows ran
7070 id : afterall
71- uses : envoyproxy/toolshed/gh-actions/github/afterall@499abdb7e1a90ac9ce7ee45cc47acb07fc68a235
71+ uses : envoyproxy/toolshed/gh-actions/github/afterall@b78171200b6cf28afef2fd16c9015e8dba6e37cc
7272 with :
7373 sha : ${{ inputs.sha }}
7474 workflows : ${{ inputs.workflows }}
@@ -181,15 +181,15 @@ jobs:
181181
182182 - name : Download Artifacts (Bazel CI)
183183 if : ${{ fromJSON(steps.afterall.outputs.continue) }}
184- uses : actions/download-artifact@v4
184+ uses : actions/download-artifact@v7
185185 with :
186186 github-token : ${{ github.token }}
187187 run-id : ${{ fromJSON(steps.afterall.outputs.run-ids)['Bazel CI'] }}
188188 path : ./artifacts/bazel
189189 repository : ${{ inputs.repository }}
190190 - name : Download Artifacts (Rust CI)
191191 if : ${{ fromJSON(steps.afterall.outputs.continue) }}
192- uses : actions/download-artifact@v4
192+ uses : actions/download-artifact@v7
193193 with :
194194 github-token : ${{ github.token }}
195195 run-id : ${{ fromJSON(steps.afterall.outputs.run-ids)['Rust CI'] }}
Original file line number Diff line number Diff line change @@ -20,15 +20,15 @@ jobs:
2020 run : ${{ steps.filter.outputs.run }}
2121 tests : ${{ steps.tests.outputs.output }}
2222 steps :
23- - uses : envoyproxy/toolshed/gh-actions/github/should-run@c04bdf5c854da00a30144f3597967e73ca376f38
23+ - uses : envoyproxy/toolshed/gh-actions/github/should-run@b78171200b6cf28afef2fd16c9015e8dba6e37cc
2424 id : filter
2525 with :
2626 config : |
2727 paths:
2828 - 'gh-actions/**'
2929 - '.github/workflows/actions.yml'
3030 - id : tests
31- uses : envoyproxy/toolshed/gh-actions/bson@9bb6f3a6aa6bf95ae2e1c8676dbf7056ff6e7440
31+ uses : envoyproxy/toolshed/gh-actions/bson@b78171200b6cf28afef2fd16c9015e8dba6e37cc
3232 with :
3333 input : |
3434 OUTPUT="$(find gh-actions -path "*/tests/*.test.yml" -type f)"
@@ -52,12 +52,12 @@ jobs:
5252 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
5353 - name : Load config
5454 id : config
55- uses : envoyproxy/toolshed/gh-actions/jq@9bb6f3a6aa6bf95ae2e1c8676dbf7056ff6e7440
55+ uses : envoyproxy/toolshed/gh-actions/jq@b78171200b6cf28afef2fd16c9015e8dba6e37cc
5656 with :
5757 input : ${{ matrix.test }}
5858 input-format : yaml-path
5959 - name : Run test
60- uses : envoyproxy/toolshed/gh-actions/test-runner@9bb6f3a6aa6bf95ae2e1c8676dbf7056ff6e7440
60+ uses : envoyproxy/toolshed/gh-actions/test-runner@b78171200b6cf28afef2fd16c9015e8dba6e37cc
6161 with :
6262 config : ${{ steps.config.outputs.value }}
6363 name : ${{ matrix.test }}
Original file line number Diff line number Diff line change 2020 outputs :
2121 run : ${{ steps.filter.outputs.run }}
2222 steps :
23- - uses : envoyproxy/toolshed/gh-actions/github/should-run@c04bdf5c854da00a30144f3597967e73ca376f38
23+ - uses : envoyproxy/toolshed/gh-actions/github/should-run@b78171200b6cf28afef2fd16c9015e8dba6e37cc
2424 id : filter
2525 with :
2626 config : |
Original file line number Diff line number Diff line change @@ -42,15 +42,15 @@ jobs:
4242 uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4343
4444 - name : Initialize CodeQL
45- uses : github/codeql-action/init@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
45+ uses : github/codeql-action/init@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
4646 with :
4747 languages : ${{ matrix.language }}
4848 config-file : ./.github/codeql/codeql-config.yml
4949
5050 - name : Autobuild
51- uses : github/codeql-action/autobuild@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
51+ uses : github/codeql-action/autobuild@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
5252
5353 - name : Perform CodeQL Analysis
54- uses : github/codeql-action/analyze@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
54+ uses : github/codeql-action/analyze@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
5555 with :
5656 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 2121 sudo rm -rf /usr/local/lib/android &
2222 sudo rm -rf /usr/share/dotnet &
2323 - name : Checkout code
24- uses : actions/checkout@v5
24+ uses : actions/checkout@v6
2525 - name : Install deps
2626 shell : bash
2727 run : |
Original file line number Diff line number Diff line change 2525 outputs :
2626 run : ${{ steps.filter.outputs.run }}
2727 steps :
28- - uses : envoyproxy/toolshed/gh-actions/github/should-run@c04bdf5c854da00a30144f3597967e73ca376f38
28+ - uses : envoyproxy/toolshed/gh-actions/github/should-run@b78171200b6cf28afef2fd16c9015e8dba6e37cc
2929 id : filter
3030 with :
3131 config : |
Original file line number Diff line number Diff line change 2121 outputs :
2222 run : ${{ steps.filter.outputs.run }}
2323 steps :
24- - uses : envoyproxy/toolshed/gh-actions/github/should-run@c04bdf5c854da00a30144f3597967e73ca376f38
24+ - uses : envoyproxy/toolshed/gh-actions/github/should-run@b78171200b6cf28afef2fd16c9015e8dba6e37cc
2525 id : filter
2626 with :
2727 config : |
Original file line number Diff line number Diff line change 4444 retention-days : 5
4545
4646 - name : " Upload to code-scanning"
47- uses : github/codeql-action/upload-sarif@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
47+ uses : github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
4848 with :
4949 sarif_file : results.sarif
Original file line number Diff line number Diff line change 2020 outputs :
2121 run : ${{ steps.filter.outputs.run }}
2222 steps :
23- - uses : envoyproxy/toolshed/gh-actions/github/should-run@c04bdf5c854da00a30144f3597967e73ca376f38
23+ - uses : envoyproxy/toolshed/gh-actions/github/should-run@b78171200b6cf28afef2fd16c9015e8dba6e37cc
2424 id : filter
2525 with :
2626 config : |
You can’t perform that action at this time.
0 commit comments