We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd3b1cd commit b0a981cCopy full SHA for b0a981c
.github/workflows/link-check.yml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22
23
- - uses: gaurav-nelson/github-action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec # v1.0.15
+ - uses: gaurav-nelson/github-action-markdown-link-check@1b916f2cf6c36510a6059943104e3c42ce6c16bc # v1.0.16
24
with:
25
use-quiet-mode: 'yes'
26
config-file: ".markdownlinkcheck.json"
.github/workflows/lint.yml
@@ -23,6 +23,6 @@ jobs:
cache: false
- name: golangci-lint
- uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
+ uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6.2.0
27
28
version: v1.61
0 commit comments