Skip to content

Commit

Permalink
Merge pull request #136 from edwarddavidbaker/pin-github-actions
Browse files Browse the repository at this point in the history
ci: Pin GitHub Actions
  • Loading branch information
edwarddavidbaker authored Jan 24, 2024
2 parents ece4051 + 501a314 commit 09c155f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-markdown-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
# is a low volume reminder to update stale links.
if: github.repository == 'intel/perfmon'
steps:
- uses: actions/checkout@v4
- uses: gaurav-nelson/github-action-markdown-link-check@v1
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: gaurav-nelson/github-action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec # 1.0.15
with:
use-verbose-mode: 'yes'
config-file: '.github/workflows/mlc_config.json'
6 changes: 3 additions & 3 deletions .github/workflows/create-perf-json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:

steps:
- name: Checkout perfmon
uses: actions/checkout@v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Set up Python 3.x
uses: actions/setup-python@v5
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
with:
python-version: "3.x"

Expand All @@ -36,7 +36,7 @@ jobs:
run: python create_perf_json.py -v

- name: Archive perf json files
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
with:
name: perf-json
path: scripts/perf
Expand Down

0 comments on commit 09c155f

Please sign in to comment.