We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f71e7f2 + 9c67997 commit 72100feCopy full SHA for 72100fe
.github/workflows/push.yaml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- name: checkout
15
- uses: actions/checkout@v2
+ uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
16
- name: setup go env
17
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
18
with:
.github/workflows/release.yaml
@@ -11,7 +11,7 @@ jobs:
11
- uses: wangyoucao577/go-release-action@8fa1e8368c8465264d64e0198208e10f71474c87 # v1.50
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments