We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e69f8db commit 010731aCopy full SHA for 010731a
.github/workflows/compare-envoy-versions.yml
@@ -16,7 +16,7 @@ jobs:
16
outputs:
17
target-version: ${{ steps.compare-latest-to-current-version.outputs.target-version }}
18
steps:
19
- - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
+ - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
20
- name: Fetch latest Envoy version
21
id: latest-envoy-version
22
run: |
.github/workflows/update-protobuf.yml
@@ -18,7 +18,7 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
- name: Run scripts
23
working-directory: ./tools/
24
0 commit comments