mirror of
https://github.com/DataDog/go-profiler-notes.git
synced 2026-06-21 00:46:51 +08:00
Pin GitHub Actions
This commit is contained in:
parent
65dd611ec7
commit
5b47999a6c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -11,8 +11,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@main
|
||||
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # main
|
||||
- name: Markup Link Checker (mlc)
|
||||
uses: becheran/mlc@v0.15.4
|
||||
uses: becheran/mlc@12daa05c25abad0b622aa49edc2929343fbbfe82 # v0.15.4
|
||||
with:
|
||||
args: --no-web-links
|
||||
|
|
|
|||
Loading…
Reference in a new issue