We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf486b3 commit 32aea9fCopy full SHA for 32aea9f
.github/workflows/check-links.yaml
@@ -45,7 +45,7 @@ jobs:
45
46
- name: Link Checker
47
id: lychee
48
- uses: lycheeverse/lychee-action@f613c4a64e50d792e0b31ec34bbcbba12263c6a6
+ uses: lycheeverse/lychee-action@1d97d84f0bc547f7b25f4c2170d87d810dc2fb2c
49
with:
50
args: "--verbose --no-progress ${{needs.changedfiles.outputs.files}} --config .github/lychee.toml"
51
failIfEmpty: false
.github/workflows/fossa.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16
17
- - uses: fossas/fossa-action@93a52ecf7c3ac7eb40f5de77fd69b1a19524de94 # v1.5.0
+ - uses: fossas/fossa-action@c0a7d013f84c8ee5e910593186598625513cc1e4 # v1.6.0
18
19
api-key: ${{secrets.FOSSA_API_KEY}}
20
team: OpenTelemetry
0 commit comments