Skip to content

Commit 098508d

Browse files
chore(ci): pin bojieyang/indexnow-action action to cd6d157 (#6)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c2e138d commit 098508d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/indexnow-weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- id: indexnow
2323
name: Report Updates to IndexNow
24-
uses: bojieyang/indexnow-action@v2
24+
uses: bojieyang/indexnow-action@cd6d1576582c1839b80dd71f418f172aa40d6552 # v2
2525
with:
2626
sitemap-location: 'https://daily-devops.net/sitemap.xml'
2727
key: ${{ secrets.INDEXNOW_KEY }}

.github/workflows/indexnow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- id: indexnow
2525
name: Report Updates to IndexNow
26-
uses: bojieyang/indexnow-action@v2
26+
uses: bojieyang/indexnow-action@cd6d1576582c1839b80dd71f418f172aa40d6552 # v2
2727
with:
2828
sitemap-location: 'https://daily-devops.net/sitemap.xml'
2929
key: ${{ secrets.INDEXNOW_KEY }}

0 commit comments

Comments
 (0)