chore: pin actions to git sha

This commit is contained in:
Jan De Dobbeleer 2022-11-27 19:42:12 +01:00 committed by Jan De Dobbeleer
parent 2e1d6f0c11
commit 8b93da005e
3 changed files with 3 additions and 3 deletions

View file

@ -38,7 +38,7 @@ jobs:
- name: Set default Kubernetes namespace
run: |
kubectl config set-context posh --namespace demo
- uses: azure/login@v1
- uses: azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
- name: Build oh-my-posh 🔧

View file

@ -9,7 +9,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
- name: Lint files
uses: articulate/actions-markdownlint@v1
uses: articulate/actions-markdownlint@17b8abe7407cd17590c006ecc837c35e1ac3ed83
with:
files: .
config: .markdownlint.yaml

View file

@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
- name: Create changelog ✍️
id: changelog
uses: TriPSs/conventional-changelog-action@v3
uses: TriPSs/conventional-changelog-action@914d4fafb7e5c9fb1437f392411bb70bae6f2df4
with:
github-token: ${{ secrets.github_token }}
skip-version-file: "true"