Skip to content

Commit 87e3802

Browse files
authored
Fix some linter errors (#57437)
1 parent ee115ca commit 87e3802

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/actions/how-tos/secure-your-work/security-harden-deployments/oidc-in-azure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
runs-on: ubuntu-latest
9292
steps:
9393
- name: 'Az CLI login'
94-
uses: azure/login@v2
94+
uses: azure/login@8c334a195cbb38e46038007b304988d888bf676a
9595
with:
9696
client-id: ${{ secrets.AZURE_CLIENT_ID }}
9797
tenant-id: ${{ secrets.AZURE_TENANT_ID }}

content/get-started/showcase-your-expertise-with-github-certifications/about-github-certifications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ You can highlight your knowledge with the {% data variables.product.prodname_GHA
4646

4747
You can certify your ability to optimize and manage a healthy {% data variables.product.prodname_dotcom %} environment with the {% data variables.product.prodname_dotcom %} Admin exam. This exam covers:
4848

49-
* Repository management
49+
* Repository management
5050
* Workflow optimization
5151
* Efficient collaboration
5252

0 commit comments

Comments
 (0)