Skip to content

Commit

Permalink
use SHA for jacobtomlinson action
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender committed Jan 15, 2025
1 parent 54ca040 commit fc0da75
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: echo "version=$(date +'%Y.%m.%d')-${{ github.run_number }}" >> $GITHUB_OUTPUT

- name: Replace cache markers
uses: jacobtomlinson/gha-find-replace@v3.1.1
uses: jacobtomlinson/gha-find-replace@f1069b438f125e5395d84d1c6fd3b559a7880cb5
with:
find: "YYYY.MM.DD"
replace: "${{ steps.tag.outputs.version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-website-a11y.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
npm install -g pa11y-ci
- name: Use 'localhost'
uses: jacobtomlinson/gha-find-replace@v3.1.1
uses: jacobtomlinson/gha-find-replace@f1069b438f125e5395d84d1c6fd3b559a7880cb5
with:
find: "https://dotnet.stockindicators.dev"
replace: "http://127.0.0.1:4000"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-website-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ jobs:
gem install html-proofer
- name: Replace "data-src"
uses: jacobtomlinson/gha-find-replace@v3.1.1
uses: jacobtomlinson/gha-find-replace@f1069b438f125e5395d84d1c6fd3b559a7880cb5
with:
find: "data-src"
replace: "src"
regex: false

- name: Use 'localhost'
uses: jacobtomlinson/gha-find-replace@v3.1.1
uses: jacobtomlinson/gha-find-replace@f1069b438f125e5395d84d1c6fd3b559a7880cb5
with:
find: "https://dotnet.stockindicators.dev"
replace: "http://127.0.0.1:4000"
Expand Down

0 comments on commit fc0da75

Please sign in to comment.