Skip to content

Commit

Permalink
[ci] Update schneegans/dynamic-badges-action
Browse files Browse the repository at this point in the history
Use an immutable release by using the commit hash.
  • Loading branch information
Ana06 committed Feb 28, 2024
1 parent 6bd05e8 commit 7cde5bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
echo "message=$message" >> $env:GITHUB_ENV
- name: Update dynamic badge gist
if: always()
uses: schneegans/[email protected]
uses: schneegans/dynamic-badges-action@e9a478b16159b4d31420099ba146cdc50f134483 # v1.7.0
with:
auth: ${{ secrets.REPO_TOKEN }}
gistID: 7d6b2592948d916eb5529350308f01d1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync_badge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
num_packages=$(ls packages | wc -l)
echo "num_packages=$num_packages" >> $GITHUB_ENV
- name: Update dynamic badge gist
uses: schneegans/[email protected]
uses: schneegans/dynamic-badges-action@e9a478b16159b4d31420099ba146cdc50f134483 # v1.7.0
with:
auth: ${{ secrets.REPO_TOKEN }}
gistID: 0e28118f551692f3401ac669e1d6761d
Expand Down

0 comments on commit 7cde5bb

Please sign in to comment.