CI: dependencies pinned by hashes (#2915)

This commit is contained in:
Alexandr Garbuzov
2023-07-21 12:55:56 +03:00
committed by GitHub
parent 96d3a47a9f
commit 0c380e3982
11 changed files with 23 additions and 23 deletions
+2 -2
View File
@@ -10,10 +10,10 @@ jobs:
if: github.repository == 'anuraghazra/github-readme-stats'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- name: Deployment Prep
run: python ./.github/workflows/deploy-prep.py
- uses: stefanzweifel/git-auto-commit-action@v4
- uses: stefanzweifel/git-auto-commit-action@3ea6ae190baf489ba007f7c92608f33ce20ef04a # v4.16.0
with:
branch: vercel
create_branch: true