Skip to content

Commit

Permalink
github: Pin actions/checkout to 755da8c3cf115ac066823e79a1e1788f8940201b
Browse files Browse the repository at this point in the history
  • Loading branch information
radeksimko committed Dec 19, 2022
1 parent 27df1ec commit 8c06864
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
git config --global core.autocrlf false
- name: "Fetch source code"
uses: actions/checkout@v2
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # https://github.com/actions/checkout/releases/tag/v3.2.0
- name: Install Go
uses: actions/setup-go@v2
with:
Expand All @@ -43,7 +43,7 @@ jobs:

steps:
- name: "Fetch source code"
uses: actions/checkout@v2
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # https://github.com/actions/checkout/releases/tag/v3.2.0
- name: Install Go
uses: actions/setup-go@v2
with:
Expand Down

0 comments on commit 8c06864

Please sign in to comment.