Skip to content

Commit 88931da

Browse files
authored
Merge branch 'main' into dependabot/github_actions/step-security/harden-runner-2.11.1
2 parents 2780f34 + cd95e0d commit 88931da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/markdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4545

4646
- name: Check links
47-
uses: gaurav-nelson/github-action-markdown-link-check@1b916f2cf6c36510a6059943104e3c42ce6c16bc # master
47+
uses: gaurav-nelson/github-action-markdown-link-check@3c3b66f1f7d0900e37b71eca45b63ea9eedfce31 # master
4848
# Checks all Markdown files, including those in subfolders,
4949
# as the PR may involve removing referenced Markdown files.
5050
with:

.github/workflows/unit_test_results.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
done
4343
4444
- name: Publish Test Results
45-
uses: EnricoMi/publish-unit-test-result-action@170bf24d20d201b842d7a52403b73ed297e6645b # v2.18.0
45+
uses: EnricoMi/publish-unit-test-result-action@afb2984f4d89672b2f9d9c13ae23d53779671984 # v2.19.0
4646
with:
4747
commit: ${{ github.event.workflow_run.head_sha }}
4848
event_file: artifacts/Event File/event.json

0 commit comments

Comments
 (0)