We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75ebbf0 commit 4ff62c5Copy full SHA for 4ff62c5
2 files changed
.github/workflows/envoy-sync.yaml
@@ -23,7 +23,7 @@ jobs:
23
}}
24
steps:
25
- id: appauth
26
- uses: envoyproxy/toolshed/gh-actions/appauth@8a8f4f64d8bccc99427740197479c0a5353ca8de # actions-v0.0.18
+ uses: envoyproxy/toolshed/actions/appauth@598eacce15ab5f208102a2fd5669292868002701 # actions-v0.4.0
27
with:
28
key: ${{ secrets.ENVOY_CI_UPDATE_BOT_KEY }}
29
app_id: ${{ secrets.ENVOY_CI_UPDATE_APP_ID }}
.github/workflows/update.yml
@@ -34,7 +34,7 @@ jobs:
34
env:
35
GITHUB_TOKEN: ${{ github.token }}
36
37
- - uses: envoyproxy/toolshed/gh-actions/gcp/setup@actions-v0.3.14
+ - uses: envoyproxy/toolshed/actions/gcp/setup@598eacce15ab5f208102a2fd5669292868002701 # actions-v0.4.0
38
name: Setup GCP (cache)
39
if: ${{ github.event_name != 'pull_request' }}
40
0 commit comments