This is an automated email from the ASF dual-hosted git repository.
spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-go-plugin-runner.git
The following commit(s) were added to refs/heads/master by this push:
new 0cfd47b ci: upgrade vulnerable action actions/checkout (#55)
0cfd47b is described below
commit 0cfd47b75a403215e78f78bf468dc4e87f8a6ecf
Author: 罗泽轩 <[email protected]>
AuthorDate: Tue Dec 21 14:49:44 2021 +0800
ci: upgrade vulnerable action actions/checkout (#55)
---
.github/workflows/spell-checker.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/spell-checker.yml
b/.github/workflows/spell-checker.yml
index 8e507be..29026b1 100644
--- a/.github/workflows/spell-checker.yml
+++ b/.github/workflows/spell-checker.yml
@@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code.
- uses: actions/checkout@v1
+ uses: actions/checkout@v2
- name: Install
run: |
wget -O - -q https://git.io/misspell | sh -s -- -b .